zahinekbal / codeWith-hacktoberfest

MIT License
23 stars 111 forks source link

Added the Flood-fill algorithm in recursion folder #200

Closed singhsuryansh12 closed 3 years ago

singhsuryansh12 commented 3 years ago

Hello! I added the Flood-fill algorithm implemented in C++ in a new folder named Recursion. The flood fill algorithm works in a way similar to the bucket tool in MS Paint. This Is also a really famous interview problem. I hope this is a decent addition to your repository. Thanks!