diff options
author | internetlandlord <f.fredhenry@gmail.com> | 2022-10-20 12:06:20 -0500 |
---|---|---|
committer | internetlandlord <f.fredhenry@gmail.com> | 2022-10-20 12:06:20 -0500 |
commit | cbb3b74f42824a5e178c556c6b7db6810232e441 (patch) | |
tree | 1d0a7f4435b9cfc0eab4ac58fa7dd408b03093de /README.md | |
parent | 27170a41d9cf47a8048bccb040fdb287b8af7bcc (diff) |
Housekeeping on scripts and README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -15,16 +15,16 @@ The functional file contains I/O functions for ingressing and egressing data. More to come! -###### inputout.py +#### inputout.py * Contains functions that are imported into algorithm scripts for ingressing/ exporting data to csv -###### list-generator.py +#### list-generator.py * Used to create randomly-generated CSVs for testing algorithm performance -###### selection-sort.py +#### selection-sort.py * Basic selection sort algorithm, n\*n=n^2 complexity (very slow) -###### tripler.py +#### tripler.py * Serves as a proof-of-concept for file manipulation |