Skip to content

Welcome to Tech by Example

Menu
  • Home
  • Posts
  • System Design Questions
Menu

Tag: bst

Check if a given tree is a Binary Search Tree

Posted on October 24, 2021October 24, 2021 by admin

Overview We can use the below strategy to know if a given tree is a BST. For a given current node, if the left and right subtree are BST The maximum value…

©2025 Welcome to Tech by Example | Design: Newspaperly WordPress Theme