Topic: Tree Problem / Level: advanced

Problem: Given a binary tree, return all possible full binary trees with N nodes.

Run the code to see the output here...