<p>Given a string <code>s</code>, partition <code>s</code> such that every <spandata-keyword="substring-nonempty">substring</span> of the partition is a <spandata-keyword="palindrome-string"><strong>palindrome</strong></span>. Return <em>all possible palindrome partitioning of </em><code>s</code>.</p>