Skip to content

Commit

Permalink
fixed lazy typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gregl83 committed Jun 20, 2024
1 parent ca311fe commit 2a54e34
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ Either `cargo run` or `cargo install` should work fine from repository root.
- Search
- [Closest Pair](/src/collections/search/closest_pair.rs) *O(n log(n))*
- Trees
- [Binary Search Tree](/src/tries/binary_search_tree.rs)
- [Merkle Tree](/src/tries/merkle_tree.rs)
- [Radix Tree](/src/tries/radix_tree.rs)
- [Binary Search Tree](/src/trees/binary_search_tree.rs)
- [Merkle Tree](/src/trees/merkle_tree.rs)
- [Radix Tree](/src/trees/radix_tree.rs)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

pub mod arithmetic;
pub mod collections;
pub mod tries;
pub mod trees;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2a54e34

Please sign in to comment.