Lukas' Notes

Home

❯

Knowledge

❯

Binary Tree

Binary Tree

May 23, 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