Flowchart
Begin:
Initialize variables low and high.
Enter Loop:
Loop continues as long as low <= high.
Find Midpoint:
Calculate mid index.
Compare:
Compare guess (middle value) with item.
If equal, return index.
If guess is greater, update high.
If guess is less, update low.
End Loop:
If loop exited and still no element found, return None.
-
Notifications
You must be signed in to change notification settings - Fork 0
gabaci72/Algorithm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published