summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-21Updated README.md to remove progress bar (not feasible)internetlandlord
2022-10-21housekeeping on files and README.mdinternetlandlord
2022-10-21added bubble sort algorithminternetlandlord
2022-10-21Added functionality to inputoutput to create a -sorted file keeping original CSVinternetlandlord
2022-10-21Added merge sort algorithm fileinternetlandlord
2022-10-21Created a buildtest.sh file for automatically generating hardcoded CSVsinternetlandlord
2022-10-20Completed file i/o functionality in insertion sort script.internetlandlord
2022-10-20Added some notes on the README.md for future plans, as well as disambiguating...internetlandlord
2022-10-20Working insertion sort, needs full functionality added.internetlandlord
2022-10-20Housekeeping on scripts and README.mdinternetlandlord
2022-10-19Added quick-sort algorithm and verified function. Updated README to reflect c...internetlandlord
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
2022-10-17Using tripler.py as a proof of concept for file -> list -> algo manipulation.internetlandlord
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