Search Tree Rotation: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= =Internal= * Binary Search Trees") |
|||
Line 2: | Line 2: | ||
=Internal= | =Internal= | ||
* [[Binary_Search_Trees#Rotation|Binary Search Trees]] | * [[Binary_Search_Trees#Rotation|Binary Search Trees]] | ||
=Overview= | |||
Rotations are a set of primitives common to all binary search tree implementations, which preserve the [[Binary_Search_Trees#Binary_Search_Tree_Property|Binary Search Tree Property]]. |
Revision as of 18:38, 13 October 2021
External
Internal
Overview
Rotations are a set of primitives common to all binary search tree implementations, which preserve the Binary Search Tree Property.