From ab1b6c681ff8f0e4a468bec4d35caff75f9a44b3 Mon Sep 17 00:00:00 2001 From: internetlandlord Date: Mon, 17 Oct 2022 20:56:16 +0000 Subject: updated readme.md - keeps track of listed files --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 + -- cgit v1.2.3