InterviewSolution
Saved Bookmarks
| 1. |
Finding the location of the element with a given value is:(a) Traversal(b) Search(c) Sort(d) None of the mentionedThe question was posed to me in an interview for internship.This is a very interesting question from Application Performance topic in section Database Programming Techniques of Database Management |
|
Answer» RIGHT OPTION is (b) Search To explain: Search is performed by TRAVERSING through the tree. |
|