Fade to Solo
Trees

Validate BST

NO NETMleetcode ↗

Problem

Given the root of a binary tree, determine whether it's a valid binary search tree — every node's value must fall strictly between the bounds implied by all of its ancestors, not just its direct parent.

NO NET00:00
no net — stays locked