diff options
author | internetlandlord <f.fredhenry@gmail.com> | 2022-10-19 18:43:07 +0000 |
---|---|---|
committer | internetlandlord <f.fredhenry@gmail.com> | 2022-10-19 18:43:07 +0000 |
commit | 27170a41d9cf47a8048bccb040fdb287b8af7bcc (patch) | |
tree | acadc79d5497dfa37e2b58e20835811c02462917 /README.md | |
parent | ab1b6c681ff8f0e4a468bec4d35caff75f9a44b3 (diff) |
Added quick-sort algorithm and verified function. Updated README to reflect chosen algos
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -6,6 +6,15 @@ science algorithms with file manipulation (using CSV files of random numbers). The functional file contains I/O functions for ingressing and egressing data. +### Algos covered: +* Selection Sort +* Insertion Sort +* Quick Sort +* Bubble Sort +* Merge Sort + +More to come! + ###### inputout.py * Contains functions that are imported into algorithm scripts for ingressing/ exporting data to csv |