Lukas' Notes

Home

❯

Knowledge

❯

Tree Node Predecessor

Tree Node Predecessor

Jul 25, 20251 min read

trees

Definition

Tree Node Predecessor

The predecessor of a tree node is the previous node according to the order of inorder traversal or null.


Graph View

Backlinks

  • Binary Search Tree

Created with Quartz v4.4.0 © 2025

  • GitHub