Skip to content

n0laja00/algorithms_merge_sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algorithms_merge_sort

Let's make a merge sort algorithm in Rust! We're performing some benchmarks with Criterion!

(Provided you have rustup)

Once downloaded, navigate to the project on CMD and type:

cargo run

or

cargo build
cargo run

to see the benchmark

cargo bench

About

Let's make a merge sort algorithm in Rust! We're performing some benchmarks with Criterion!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages