<p>Given an integer <code>n</code>, return <em>all the structurally unique <strong>BST'</strong>s (binary search trees), which has exactly </em><code>n</code><em> nodes of unique values from</em><code>1</code><em>to</em><code>n</code>. Return the answer in <strong>any order</strong>.</p>