Skip to content

Implementing Merge Sort as an exercise in Rust and recursion

Notifications You must be signed in to change notification settings

666666t/mergesort-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mergesort-rust

Implementing Merge Sort as an exercise in Rust and recursion.

Program was originally created as an exercise on implementing the merge sort algorithm in the rust language, and is a standard executable rather than a library.

As currently implemented, the program generates a vector of 10,000,000 sequential elements, and shuffles them.

Note: Current project has nightly feature(test) enabled for benchmarking, program will not compile unless user installs the nightly toolchain and runs rustup default nightly.

About

Implementing Merge Sort as an exercise in Rust and recursion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages