Comment by gjadi 2 days ago What's a MMM heap? Is it a typo on min-max heap? 2 comments gjadi Reply layer8 2 days ago A min-max-median heap, I would assume. addaon 2 days ago Yep, that. Just a bit more fiddly than a min-max heap, and though I rarely actually need the median functionality, fiddly is a pro for learning a language at times.
layer8 2 days ago A min-max-median heap, I would assume. addaon 2 days ago Yep, that. Just a bit more fiddly than a min-max heap, and though I rarely actually need the median functionality, fiddly is a pro for learning a language at times.
addaon 2 days ago Yep, that. Just a bit more fiddly than a min-max heap, and though I rarely actually need the median functionality, fiddly is a pro for learning a language at times.
A min-max-median heap, I would assume.
Yep, that. Just a bit more fiddly than a min-max heap, and though I rarely actually need the median functionality, fiddly is a pro for learning a language at times.