Skip to content

This is a Flood-Fill Algorithm Visualizer. This algorithm is mainly used to determine the bounded area connected to a given node in a multi-dimensional array.

Notifications You must be signed in to change notification settings

DeepakJha01/Flood-Fill-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FloodFillVisualizer

This is a Flood-Fill Algorithm Visualizer. This algorithm is mainly used to determine the bounded area connected to a given node in a multi-dimensional array.
In this project, this algorithm is used to fill color inside an area surrounded with multi-color boundary.
Flood-Fill Algorithm has two approaches

  1. 4 connected approach
  2. 8 connected approach

Here, 4 connected approach is implemented here.

About

This is a Flood-Fill Algorithm Visualizer. This algorithm is mainly used to determine the bounded area connected to a given node in a multi-dimensional array.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages