Red-black Tree: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
=Internal=
=Internal=


* [[Data Structures and Algorithms]]
* [[Data Structures]]


=Overview=
=Overview=

Revision as of 23:03, 28 May 2019

External

Internal

Overview

  • Self-balancing.
  • O(log n) operations.