Topic: Tree Problem / Level: advanced

Problem: Find the total number of unique binary search trees that can be formed using N distinct values.

Run the code to see the output here...