Research Articles (Computer Science)
Permanent URI for this collection
Browse
Browsing Research Articles (Computer Science) by Subject "Binary search tree"
Now showing 1 - 1 of 1
Results Per Page
Sort Options
- ItemComparing leaf and root insertion(South African Institute of Computer Scientists and Information Technologists, 2009) Geldenhuys, Jaco; Van der Merwe, BrinkWe consider two ways of inserting a key into a binary search tree: leaf insertion which is the standard method, and root insertion which involves additional rotations. Although the respective cost of constructing leaf and root insertion binary search trees trees, in terms of comparisons, are the same in the average case, we show that in the worst case the construction of a root insertion binary search tree needs approximately 50% of the number of comparisons required by leaf insertion.