Red-black Tree: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
=External= | =External= | ||
* https://www.coursera.org/learn/algorithms-graphs-data-structures/lecture/8acpe/red-black-trees | |||
* https://www.youtube.com/watch?v=scfDOof9pww | * https://www.youtube.com/watch?v=scfDOof9pww | ||
Revision as of 04:18, 13 October 2021
External
- https://www.coursera.org/learn/algorithms-graphs-data-structures/lecture/8acpe/red-black-trees
- https://www.youtube.com/watch?v=scfDOof9pww
Internal
Overview
- Self-balancing.
- O(log n) operations.