computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
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.
|
2 years ago | |
---|---|---|
.. | ||
100-avl-trees.md | 2 years ago | |
101-red-black-trees.md | 2 years ago | |
102-the-2-3-search-trees.md | 2 years ago | |
103-the-2-3-4-trees.md | 2 years ago | |
104-n-ary-trees.md | 2 years ago | |
105-b-tree.md | 2 years ago | |
readme.md | 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