Topic: Backtracking Problem / Level: beginner

Problem: Solve the "Substring Search" problem by finding all occurrences of a substring in a string.

Run the code to see the output here...