From cbb3b74f42824a5e178c556c6b7db6810232e441 Mon Sep 17 00:00:00 2001 From: internetlandlord Date: Thu, 20 Oct 2022 12:06:20 -0500 Subject: Housekeeping on scripts and README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 98e11ab..239a41f 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3