InterviewSolution
Saved Bookmarks
| 1. |
The actual pairing heap implementation uses the right child and left child representation.(a) true(b) falsewhat is correct in this question. |
|
Answer» CORRECT OPTION is (B) false The explanation is: The actual PAIRING heap implementation uses a left child and right SIBLING representation since it follows heap order property. |
|