Partition Palindrome Substrings

# Introduction In this challenge, we'll implement the `partition` function in the `partition.js` file. Its purpose is to divide the string `s` into substrings, each of which is a palindrome. Our task is to return all potential partition schemes for `s`.

|60 : 00

Click the virtual machine below to start practicing