Rust merge sort
Merge Sort is a sort algorithm, it’s complexity(best and worst case are the same) 0(n log n)
You can watch this video to learn how to do so
Made with :heart: Arthur Guedes