Toggle navigation menu
Learntail
Home
Pricing
Sign up
Login
Sign up
Question 1 of 10
Enter some rich text...
In a max-heap, the parent node is greater than or equal to its children, whereas in a min-heap, the parent node is less than or equal to its children.
A max-heap uses more memory than a min-heap.
A max-heap always has more elements than a min-heap.
Only max-heaps can be used to implement priority queues.
Next