🛠️ Steven Gong

Search

SearchSearch
  • Tree Rotation
  • Rotation

Jun 26, 2023, 1 min read

Tree Rotation

This is important to understand, as it is how we rebalance trees. Needed for example in AVL Tree, as seen in CS240.

https://en.wikipedia.org/wiki/Tree_rotation

Here are the different rotations that one can do:

Rotation

Graph View

Backlinks

  • AVL Tree
  • CS 240 - Data Structures and Data Management

Created with Quartz, © 2025

  • Blog
  • LinkedIn
  • Twitter
  • GitHub