InterviewSolution
Saved Bookmarks
| 1. |
What is the speciality of cartesian sorting?(a) it sorts partially sorted set of data quickly(b) it considers cartesian product of elements(c) it sorts elements in less than O(logn)(d) it is a self balancing treeI'd like to ask this question from Cartesian Tree in portion Binary Trees of Data Structures & Algorithms IThis question was addressed to me in exam. |
|
Answer» Right choice is (a) it sorts partially sorted set of DATA quickly |
|