InterviewSolution
Saved Bookmarks
| 1. |
Is the below tree representation of 50,100,400,300,280 correct way to represent cartesian tree?(a) true(b) falseQuery is from Cartesian Tree topic in section Binary Trees of Data Structures & Algorithms IThis question was posed to me in class test. |
|
Answer» The correct choice is (a) true |
|