summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorinternetlandlord <f.fredhenry@gmail.com>2022-10-19 18:43:07 +0000
committerinternetlandlord <f.fredhenry@gmail.com>2022-10-19 18:43:07 +0000
commit27170a41d9cf47a8048bccb040fdb287b8af7bcc (patch)
treeacadc79d5497dfa37e2b58e20835811c02462917 /README.md
parentab1b6c681ff8f0e4a468bec4d35caff75f9a44b3 (diff)
Added quick-sort algorithm and verified function. Updated README to reflect chosen algos
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0e55372..98e11ab 100644
--- a/README.md
+++ b/README.md
@@ -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