Algorithms
Algorithms copied to clipboard
ADD: Flood Fill Algorithm in C and C++ under Recursion.
🛠️ Issue #808
👨💻 Changes proposed I have added code for Flood Fill Algorithm in C and C++.
✔️ Check List (Check all the applicable boxes)
- [ ✔️] My code follows the code style of this project.
- [ ✔️] This PR does not contain plagiarized content.
- [ ✔️] The title of my pull request is a short description of the requested changes.
📄 Note to reviewers The code added for C is has hard coded input, whereas code added for C++ accepts user input. I have done for simplicity of the users so that they can test out the algorithm with their own testcases if they please to do so.
Thanks for your contribution we will soon check your PR @XRegiGigaSX :)
@XRegiGigaSX Resolve the Merge conflict
This pull request has been automatically closed because it has been inactive for many days. Please reopen if you still intend to submit this pull request.