Topic: Backtracking Problem / Level: intermediate

Problem: Solve the "Number of Islands" problem by counting all unique islands in a grid.

Run the code to see the output here...