Logo Data Structures and Algorithms with Object-Oriented Design Patterns in C++
next up previous contents index

Finding Items in an M-Way Search Tree

Two algorithms for finding items in an M-way search tree are described in this section. The first is a naıve implementation using linear search. The second version improves upon the first by using a binary search.




next up previous contents index

Bruno Copyright © 1997 by Bruno R. Preiss, P.Eng. All rights reserved.