29. Flood Fill Introduction
Easy

Problem Statement

Introduction to the Flood Fill algorithm. Used widely in applications like the 'paint bucket' tool in drawing software.

Examples

1Example 1
Input:
{}
Output:
null
2Example 2
Input:
{}
Output:
null
3Example 3
Input:
{}
Output:
null
Loading...

Sign in to Run Code and Submit