InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is true?(a) B + tree allows only the rapid random access(b) B + tree allows only the rapid sequential access(c) B + tree allows rapid random access as well as rapid sequential access(d) B + tree allows rapid random access and slower sequential accessQuestion is from B-Trees in chapter B-Trees of Data Structures & Algorithms IThe question was posed to me during an interview. |
|
Answer» Right ANSWER is (c) B + tree ALLOWS RAPID random ACCESS as well as rapid sequential access |
|