diff options
Diffstat (limited to 'README.md')
-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 + |