diff options
author | internetlandlord <f.fredhenry@gmail.com> | 2022-10-17 20:56:16 +0000 |
---|---|---|
committer | internetlandlord <f.fredhenry@gmail.com> | 2022-10-17 20:56:16 +0000 |
commit | ab1b6c681ff8f0e4a468bec4d35caff75f9a44b3 (patch) | |
tree | 73bdcd0cca33cd2a1360681f5c8ff468097143c7 | |
parent | cbd1182b1a006544bac436b3d955ddc034ad5109 (diff) |
updated readme.md - keeps track of listed files
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 + |