summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinternetlandlord <f.fredhenry@gmail.com>2022-10-17 20:56:16 +0000
committerinternetlandlord <f.fredhenry@gmail.com>2022-10-17 20:56:16 +0000
commitab1b6c681ff8f0e4a468bec4d35caff75f9a44b3 (patch)
tree73bdcd0cca33cd2a1360681f5c8ff468097143c7
parentcbd1182b1a006544bac436b3d955ddc034ad5109 (diff)
updated readme.md - keeps track of listed files
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index f0f47a0..0e55372 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,17 @@ The purpose of this repo is to explore and demonstrate the function of computer
science algorithms with file manipulation (using CSV files of random numbers).
The functional file contains I/O functions for ingressing and egressing data.
+
+###### inputout.py
+* Contains functions that are imported into algorithm scripts for ingressing/
+exporting data to csv
+
+###### list-generator.py
+* Used to create randomly-generated CSVs for testing algorithm performance
+
+###### selection-sort.py
+* Basic selection sort algorithm, n\*n=n^2 complexity (very slow)
+
+###### tripler.py
+* Serves as a proof-of-concept for file manipulation
+