Skip to content

sakikuroe/two-way-merge-sort-mini-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

two-way-merge-sort-mini-Rust

Simple implementation of 2-way merge sort algorithms for understanding the algorithm.

Exsample

$ cargo run --release --quiet
length of vector: 1000000
my merge sort: 155 ms
std sort: 64 ms

Performance

O(NlogN) (where N is the length of vector)

About

Simple implementation of 2-way merge sort algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages