Implement merge sort in Python

I know, I want to do this in Rust, but prototyping in Python comes much
more natural to me. I have to work on my Rust skills!
This commit is contained in:
2020-11-13 14:48:47 -05:00
parent e9f114bc48
commit 79a7a05b21
4 changed files with 68 additions and 0 deletions

3
.gitignore vendored
View File

@@ -10,3 +10,6 @@ Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# Sublime
algos.sublime-project
algos.sublime-workspace