loading page

Comparative Performance of the AVL Tree to Three Variants of the Red-Black Tree
  • Russell A. Brown
Russell A. Brown
no affiliation

Corresponding Author:russ.brown@yahoo.com

Author Profile

Abstract

The AVL and red-black trees are binary search trees that guarantee O ( log n ) insertion, deletion, and search. This guarantee requires rebalancing the trees, potentially for each insertion or deletion. Benchmarks demonstrate that the AVL tree is often faster than three red-black tree variants for insertion and deletion, and as fast or faster for search. An improved AVL tree deletion algorithm reduces the rebalancing operations associated with deletion by 20 percent.
08 Dec 2024Submitted to Software: Practice and Experience
09 Dec 2024Submission Checks Completed
09 Dec 2024Assigned to Editor
10 Dec 2024Review(s) Completed, Editorial Evaluation Pending
10 Dec 2024Reviewer(s) Assigned