Lukas' Notes

Binary Tree

Dec 14, 20251 min read

data-structures trees

Definition

Binary Tree

A tree with at most two children is per tree node is called binary tree.


Graph View

Backlinks

  • Binary Search Tree
  • Binary Tree Rotation
  • Degenerate Binary Tree

Created with Quartz v4.4.0 © 2025

  • GitHub