Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeyson committed May 11, 2024
1 parent 467d199 commit 1420c72
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,12 @@
[coverage badge]: https://coveralls.io/repos/github/jaeyson/algox/badge.svg?branch=main


[binary search link]: lib/algox/binary_search.ex
[linear search link]: lib/algox/linear_search.ex
[quick sort link]: lib/algox/quick_sort.ex
[walk on matrix link]: lib/algox/walk_on_matrix.ex

### Files

| Name |
|---------------|
| [Binary Search][binary search link] |
| [Linear Search][linear search link] |
| [Quick Sort][quick sort link] |
| [Walk on Matrix][walk on matrix link] |
https://github.com/jaeyson/algox/blob/main/lib/algox/binary_search.ex#L1
https://github.com/jaeyson/algox/blob/main/lib/algox/linear_search.ex#L1
https://github.com/jaeyson/algox/blob/main/lib/algox/quick_sort.ex#L1
https://github.com/jaeyson/algox/blob/main/lib/algox/walk_on_matrix.ex#L1

### Benchmarks

Expand Down

0 comments on commit 1420c72

Please sign in to comment.