Multiple choice general knowledge science & technology

Flood Fill algo is used in

  1. Micro mouse

  2. Maze solver

  3. Image Processing

  4. All the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Flood Fill algorithm is used in all three applications: micromaze solving (maze traversal), image processing (paint bucket tools, region filling), and general maze solving algorithms. It's a fundamental algorithm for region-based operations.