From 67c4ebf8ee89205ab2aa35dba748c90bbf477bf5 Mon Sep 17 00:00:00 2001 From: internetlandlord Date: Wed, 9 Nov 2022 21:39:07 +0000 Subject: updated README.md --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 52e5872..c7d0f04 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # algo-py: the python algorithm repository -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. +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). ### featured algorithms: * Selection Sort - 0(n^2) @@ -20,7 +17,7 @@ Generates a series of CSVs in progressively larger sizes for running algorithms #### inputoutput.py Library for functions that are used by the scripts to: * generate -* ingest +* import * export the contents of CSV files for sorting purposes @@ -29,8 +26,3 @@ Uses the inputoutput file as a module for generating CSVs based on command line #### tripler.py Proof-of-concept for CSV content manipulation. Also serves as base for additional algorithms - -## ideas-list -- Reverse order sorting algorithms (to kick it up a notch) -- time study (how long does each take) + complexity log -- seperate file appends depending on each algorithm used -- cgit v1.2.3