InterviewSolution
Saved Bookmarks
| 1. |
Insertion into a 2-d tree is a trivial extension of insertion into a binary search tree.(a) true(b) falseQuery is from Trees in portion Trees of Data Structures & Algorithms IThis question was addressed to me in an online interview. |
|
Answer» Correct answer is (a) true |
|