Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gregl83 authored Jan 1, 2022
1 parent c7f3b28 commit ca311fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Either `cargo run` or `cargo install` should work fine from repository root.
- [Tim Sort](/src/collections/ordering/tim_sort.rs) *O(n log(n))*
- Search
- [Closest Pair](/src/collections/search/closest_pair.rs) *O(n log(n))*
- Tries
- Trees
- [Binary Search Tree](/src/tries/binary_search_tree.rs)
- [Merkle Tree](/src/tries/merkle_tree.rs)
- [Radix Tree](/src/tries/radix_tree.rs)
Expand Down

0 comments on commit ca311fe

Please sign in to comment.