Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Kamran Ahmed 51a543f013 Add content for tries and balanced search trees 2 years ago
..
100-avl-trees.md Add content for tries and balanced search trees 2 years ago
101-red-black-trees.md Add content for tries and balanced search trees 2 years ago
102-the-2-3-search-trees.md Add content for tries and balanced search trees 2 years ago
103-the-2-3-4-trees.md Add content for tries and balanced search trees 2 years ago
104-n-ary-trees.md Add content for tries and balanced search trees 2 years ago
105-b-tree.md Add content for tries and balanced search trees 2 years ago
readme.md Add content for tries and balanced search trees 2 years ago

readme.md

Balanced Search Trees

Balanced search trees are a type of data structure that allow for fast insertion, deletion, and lookup of data. They are a type of self-balancing binary search tree, which means that they are a binary tree that maintains the binary search tree property while also keeping the tree balanced. This means that the tree is always approximately balanced, which allows for fast insertion, deletion, and lookup of data.

Free Content Self-balancing binary search tree - Wikipedia Balanced Search Trees Operations and Applications 11 min Balanced binary search tree rotations