Added flowcharts for Search Algorithms.#6522
Closed
MrunaliniPachpute wants to merge 2 commits intoTheAlgorithms:masterfrom
Closed
Added flowcharts for Search Algorithms.#6522MrunaliniPachpute wants to merge 2 commits intoTheAlgorithms:masterfrom
MrunaliniPachpute wants to merge 2 commits intoTheAlgorithms:masterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6522 +/- ##
============================================
+ Coverage 75.12% 75.13% +0.01%
Complexity 5578 5578
============================================
Files 686 686
Lines 19327 19327
Branches 3734 3734
============================================
+ Hits 14520 14522 +2
+ Misses 4245 4244 -1
+ Partials 562 561 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
Thanks for your effort! As mentioned in the PR discussion of #6518 , GIFs or flowcharts aren’t wanted in this repository. Please refer to the messages in the PR #6518 for details. If you’re still interested in creating such diagrams, you’d need to contact the org owners and start a discussion on the TheAlgorithms Discord. |
Author
|
Thank you for the clarification, @DenizAltunkapan Sir. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 Description
This PR adds flowcharts for Binary Search and Linear Search algorithms as part of issue #6472 (Add Flowcharts for Algorithm Understanding).
These are the first contributions (Searching algorithms) to confirm the format, design, and folder structure.
If the format looks good, I would be happy to continue adding flowcharts for other algorithms gradually.
🎨 Flowchart Design Details
Color Coding:
Shapes Used:
low > high?,arr[mid] == target?)This ensures consistent and beginner-friendly flowcharts across algorithms.
📂 Files Added
flowcharts/searching/Binary_Search.pngflowcharts/searching/Linear_Search.png✅ Checklist
🔗 Related Issue
Part of #6472
Please review the format and let me know if I can be assigned to continue adding flowcharts for the remaining algorithms.