a) it allows union operations very efficiently
b) it does not allow union operations that could easily be implemented in binary heap
c) the heap structure is not similar to complete binary tree
d) the location of child node is not fixed i.e child nodes could be at level (h-2) or (h-3), where h is height of heap and h>4
The main distinguishable characterstic of a binomial heap from a binary heap is that
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
The main distinguishable characterstic of a binomial heap from a binary heap is that
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!