The Codetikki mathematicians study how many structurally unique binary search trees can be formed using values [1, 2, ..., n]. Given an integer n, count the number of structurally unique BSTs that can be formed using values from 1 to n. Output the count.
Example 1:
Example 2:
Constraints:
1 <= n <= 19
Tags:
