summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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