summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-31removed GPL licensemainFred
2023-11-13changed file permissions to require 'chmod +x' for execution (safety)internetlandlord
2022-11-09updated README.mdinternetlandlord
2022-11-09Added reverese heap and quicksort scriptsinternetlandlord
2022-11-03Added appended identifiers to selection sort scriptsinternetlandlord
2022-11-03Adjusted more appending names, added reverse selection sort algorithminternetlandlord
2022-11-03Updated appended filenames for reverse quick and insertion sorts. Created rev...internetlandlord
2022-11-02reverse bubble sort and insertion sort now workinginternetlandlord
2022-10-31Created the first of the reverse sorting algorithms using bubble sort. Has a ...internetlandlord
2022-10-31Re-configured inputoutput to remove appending in egress function. Add appendi...internetlandlord
2022-10-26Updated README.md with content and phrasinginternetlandlord
2022-10-26Added a heap-sort algorithm, as well as updating README.md accordinglyinternetlandlord
2022-10-26turns out a billion entries requires a lot more RAM than I haveinternetlandlord
2022-10-26Updated buildtest shell script, run if you dare!internetlandlord
2022-10-26Refactoring/housekeeping on source code for bubble, io and insertion sort files.internetlandlord
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