https://blog.salvatorelabs.com/leetcode/95-unique-binary-search-trees-ii/
The Problem Given an integer n, return all the structurally unique BST's (binary search trees), which has exactly n nodes of unique values from1ton. Return the...
binary search treesleetcodeuniqueii