Skip to content

Commit

Permalink
added cover to our readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpiiX authored Nov 30, 2024
1 parent 052423f commit f661666
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![Gamble Search Image](docs/gamble_search.png)

# Gamble Search
Like Binary search, except it picks a random pivot instead of splitting the array in the middle. It could potentially get the right target on the first try, or run 4-5 times longer than a regular binary search but who cares about that.

Expand All @@ -22,4 +24,4 @@ pytest
## Requirements

- Python 3.6 or higher
- pytest (`pip install -r requirements.txt`)
- pytest (`pip install -r requirements.txt`)

0 comments on commit f661666

Please sign in to comment.