| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Updated the Binary Search function to improve documentation and clarity. Changed the function name to 'binarySearch' and added examples for usage.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## master #1849 +/- ##
==========================================
+ Coverage 85.91% 85.92% +0.01%
==========================================
Files 379 379
Lines 19778 19793 +15
Branches 3016 3016
==========================================
+ Hits 16993 17008 +15
Misses 2785 2785 ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
There was a problem hiding this comment.
Documentation-only update to Recursive/BinarySearch.js that revises the JSDoc block to accurately reflect the current function signature and behavior. The previous JSDoc was outdated (wrong function name BinarySearch, listed low/high before searchValue, and didn't note default parameters), so this brings the docs in line with the implementation binarySearch(arr, searchValue, low = 0, high = arr.length - 1).
Changes:
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Describe your change:
Checklist:
Example:UserProfile.js is allowed but userprofile.js,Userprofile.js,user-Profile.js,userProfile.js are not