This repo contains implementations for the following flood-fill algorithms:
- Stack-based recursive
- Iterative stack
- Iterative queue
- Span fill
More information about this repo can be found on my blog page: https://codeheir.com/2022/08/21/comparing-flood-fill-algorithms-in-javascript/