Skip to content

Commit

Permalink
insertion sort added
Browse files Browse the repository at this point in the history
Signed-off-by: yourarj <[email protected]>

 Date:      Thu Jan 4 06:18:43 2024 +0530

 On branch main

 Changes to be committed:
	modified:   src/lib.rs
  • Loading branch information
yourarj committed Jan 4, 2024
1 parent 5fe730d commit 5293182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sorting-algorithms/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pub mod insertion_sort;
pub mod merge_sort;

0 comments on commit 5293182

Please sign in to comment.