Topic: Stack Problem / Level: advanced

Problem: Create a function that uses stacks to solve the "Word Break II" problem, finding all possible ways to segment a string into dictionary words.

Run the code to see the output here...