96. Unique Binary Search Trees
Given n, how many structurally unique BST's (binary search trees) that store values 1 ... n
Example:
Last updated
Was this helpful?
Given n, how many structurally unique BST's (binary search trees) that store values 1 ... n
Example:
Last updated
Was this helpful?