Redirecting to
NADOS

Unique Binary Search Trees 2

NA

Given an integer n, return all the structurally unique BST's (binary search trees), which has exactly n nodes of unique values from 1 to n. Return the answer in any order.
Input Format
Integer n
Output Format
List of TreeNode type
Question Video
Constraints
1 <= n <= 8


  • Asked in Companies
  • Related Topics






Video Solution

Code Solution

Run
 
Run
Id Name