My Vault

Home

❯

bst

bst

Jul 13, 20241 min read

  • cse/algorithm

Binary Search Tree

  • A variant of binary-tree that implements binary-search.
  • Validate a BST, either with recursion, iteration, or use the fact that the inorder of BST is an ascending array.

Graph View

Backlinks

  • kth-smallest-element-in-bst
  • lowest-common-ancestor-of-bst
  • min-stack
  • validate-bst
  • optimal-bst

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Homepage