docs: clarify sorted array prerequisite in binary search#14671
Conversation
Closing this pull request as invalid@Jags-08, this pull request is being closed as none of the checkboxes have been marked. It is important that you go through the checklist and mark the ones relevant to this pull request. Please read the Contributing guidelines. If you're facing any problem on how to mark a checkbox, please read the following instructions:
NOTE: Only |
|
Just confirmed this builds cleanly locally. Let me know if there are any formatting guidelines I missed for the searches module. |
|
I'll leave this in your hands for review now. Happy to squash or adjust if there are module-specific guidelines I missed. |
|
Just following up to ensure the logic holds. Happy to close and tweak if there are any search array regressions triggered. |
|
Thanks again for the time and feedback on this. I'll keep an eye on upstream shifts going forward. |
|
The CI checks all look perfectly clean. Everything is squared away on my end here! |
Hello! This is a simple documentation addition to �inary_search.py reminding future users/students that the array must be sorted before the search is executed. Thank you for this repository!