Topic: Divide And Conquer Problem / Level: intermediate

Problem: Use divide and conquer to count the number of unique paths from the top left to the bottom right of a grid with obstacles.

Run the code to see the output here...