Improve BinarySearch documentation with edge cases#7383
Improve BinarySearch documentation with edge cases#7383prashantpiyush1111 wants to merge 10 commits intoTheAlgorithms:masterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7383 +/- ##
============================================
+ Coverage 79.53% 79.56% +0.02%
- Complexity 7176 7184 +8
============================================
Files 798 799 +1
Lines 23467 23484 +17
Branches 4617 4617
============================================
+ Hits 18665 18685 +20
+ Misses 4055 4054 -1
+ Partials 747 745 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@prashantpiyush1111 You worked on the same branch as #7382 , which stops me from approving this PR because the StackedUsingLinkedList-class already exists in https://github.com/TheAlgorithms/Java/blob/master/src/main/java/com/thealgorithms/datastructures/stacks/StackOfLinkedList.java. Please remove your redundant second implementation or improve the existing one. |
|
even contains changes from #7381 ... Please ensure that unrelated changes are not included in the same branch. In the future, use separate branches for independent implementations or fixes. |
Added Edge Cases section in BinarySearch JavaDoc to improve clarity and help beginners understand special scenarios.