summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-17updated readme.md - keeps track of listed filesinternetlandlord
2022-10-17Created a selection sort algorithm as a proof of concept. n^2 complexity,internetlandlord
so grab a coffee if you decide to run it against a large array!
2022-10-17Using tripler.py as a proof of concept for file -> list -> algo manipulation.internetlandlord
The test.py script is now list-generator.py for ease of reading.
2022-10-12Added a third function to i/o py - egress (no generation, just writing to file)internetlandlord
2022-10-12Updated README.md and added a testing fileinternetlandlord
2022-10-12Created function library for importing csvs to algorithm filesinternetlandlord
2022-10-12Initial commitFred Henry