Created a visual Flood Fill algorithm using Python and Tkinter GUI to demonstrate the difference between BFS and DFS in grid traversal.
Implemented real-time visualization where users can choose starting points and see how the algorithm explores cells step-by-step.