theunderdogdev / flood-fill

Python project implementing the working of flood fill algorithm using bfs in a 2D matrix. The algorithm uses a cross track bfs which looks for likely nodes [identical data points] surrounding a targeting node and replaces them. The same concept is used in computer graphics to flood fill pixels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

theunderdogdev/flood-fill Stargazers