What's a MMM heap? Is it a typo on min-max heap?
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.
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.