InterviewSolution
Saved Bookmarks
| 1. |
A treap is a cartesian tree with ___________(a) additional value, which is a priority value to the key generated randomly(b) additional value, which is a priority value to the key generated sequentially(c) additional heap rule(d) additional operations like remove a range of elementsThe query is from Cartesian Tree in portion Binary Trees of Data Structures & Algorithms IThe question was asked by my school teacher while I was bunking the class. |
|
Answer» Right choice is (a) additional value, which is a priority value to the key generated randomly |
|