sukritishah15 / DS-Algo-Point

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
MIT License
952 stars 291 forks source link

Flood Fill algorithm #647

Open yashaswibiyahut opened 3 years ago

yashaswibiyahut commented 3 years ago

🚀 Feature

Flood fill is an algorithm mainly used to determine a bounded area connected to a given node in a multi-dimensional array. It is a close resemblance to the bucket tool in paint programs.

Have you read the Contribution Guidelines?

YES

Pitch

Flood Fill Algorithm is a simple variant of BFS/DFS which is generally used in case of implicit graphs.

yashaswibiyahut commented 3 years ago

@lostgirljourney kindly review and merge my PR

sunilgknair051 commented 3 years ago

@yashaswibiyahut , fair warning here. You need to answer the questions.

yashaswibiyahut commented 3 years ago

@sunilgknair051 I already checked that Flood fill Algorithm code in java doesn't exist in the master branch and after that, I created this issue. I am sorry that I am not asking for the assignment I will take care of this from the next time.

lostgirljourney commented 3 years ago

@sukritishah15 Di please check this.

lostgirljourney commented 3 years ago

@sunilgknair051 why am I assigned even? :roll_eyes:

lostgirljourney commented 3 years ago

@yashaswibiyahut first of all answer the questions and let the collaborators check and then assign you.

yashaswibiyahut commented 3 years ago

@lostgirljourney which question i have to answer. I already did my answer for the above one. kindly clarify which question you are talking about

lostgirljourney commented 3 years ago

🚀 Feature

(Write down a clear and concise description of what the feature is.)

Have you read the Contribution Guidelines?

(Write your answer here.)

Pitch

(Please explain why this feature should be implemented and how it would be used.)

@yashaswibiyahut answer them. I would suggest you to go to other issues & check how mannerly they're structured. 😅

yashaswibiyahut commented 3 years ago

Done @lostgirljourney . kindly review and merge my PR

sukritishah15 commented 3 years ago

@yashaswibiyahut Hello! I think the conversation heated up. Relax! I'll break it up. Nevermind! I would just like you to know, that if you're the first person to create an issue. You're given an assignment priority any which ways. And then we give priority to comments on a FCFS basis. We just want you to make use of Issue and PR template provided for your very own convenience. And also read the Contribution Guidelines.

WE CARE FOR OUR CONTRIBUTORS. And more than you, we would be happy to merge your PR.

Don't worry, I've seen your PR. I've requested a few changes. Kindly make them and we will be good to go. It is totally fine. If you have any doubts, do reach out.

Thank you!

yashaswibiyahut commented 3 years ago

Thanks for your clarification @sukritishah15 . I will take care of this from the next time.😊

krishnapatil1406 commented 3 years ago

Can I implement this in cpp

amansinh79 commented 3 years ago

I will do this in JavaScript , assign it to me please.

sunilgknair051 commented 3 years ago

@AmanParmar-git - Javascript

sunilgknair051 commented 3 years ago

Still open - C++