summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinternetlandlord <f.fredhenry@gmail.com>2022-10-20 19:58:32 +0000
committerinternetlandlord <f.fredhenry@gmail.com>2022-10-20 19:58:32 +0000
commitd6a2194fd59447e3b0aef92d065e522e2ddaf50d (patch)
tree70e5611e3ccacd84437ed66438e30c52aeb8bf78
parent55b8e36aa3ed67aec9f9a69a9631630b842e0cd6 (diff)
Added some notes on the README.md for future plans, as well as disambiguating cfunction names
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index 239a41f..8d18207 100644
--- a/README.md
+++ b/README.md
@@ -15,16 +15,21 @@ The functional file contains I/O functions for ingressing and egressing data.
More to come!
-#### inputout.py
+
+## Ideas
+- concatenate strings to create a sorted csv separate from intake, e.g. ./input.csv -> ./input-sorted.csv [-4] index?
+- ebic 1337 hacker progress bar fed from loop iterations -> output to console
+- time study (how long does each take) + complexity log
+
+### Other funcions
+
+#### input-output.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