Topic: Dynamic Programming Problem / Level: beginner

Problem: Solve the "Flood Fill Problem" where you need to fill connected regions of a grid with a specific color.

Run the code to see the output here...