index
:
algo-py
main
Collection of linear and recursive algorithms in Python
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-10-31
removed GPL license
main
Fred
2023-11-13
changed file permissions to require 'chmod +x' for execution (safety)
internetlandlord
2022-11-09
updated README.md
internetlandlord
2022-11-09
Added reverese heap and quicksort scripts
internetlandlord
2022-11-03
Added appended identifiers to selection sort scripts
internetlandlord
2022-11-03
Adjusted more appending names, added reverse selection sort algorithm
internetlandlord
2022-11-03
Updated appended filenames for reverse quick and insertion sorts. Created rev...
internetlandlord
2022-11-02
reverse bubble sort and insertion sort now working
internetlandlord
2022-10-31
Created the first of the reverse sorting algorithms using bubble sort. Has a ...
internetlandlord
2022-10-31
Re-configured inputoutput to remove appending in egress function. Add appendi...
internetlandlord
2022-10-26
Updated README.md with content and phrasing
internetlandlord
2022-10-26
Added a heap-sort algorithm, as well as updating README.md accordingly
internetlandlord
2022-10-26
turns out a billion entries requires a lot more RAM than I have
internetlandlord
2022-10-26
Updated buildtest shell script, run if you dare!
internetlandlord
2022-10-26
Refactoring/housekeeping on source code for bubble, io and insertion sort files.
internetlandlord
2022-10-21
Updated README.md to remove progress bar (not feasible)
internetlandlord
2022-10-21
housekeeping on files and README.md
internetlandlord
2022-10-21
added bubble sort algorithm
internetlandlord
2022-10-21
Added functionality to inputoutput to create a -sorted file keeping original CSV
internetlandlord
2022-10-21
Added merge sort algorithm file
internetlandlord
2022-10-21
Created a buildtest.sh file for automatically generating hardcoded CSVs
internetlandlord
2022-10-20
Completed file i/o functionality in insertion sort script.
internetlandlord
2022-10-20
Added some notes on the README.md for future plans, as well as disambiguating...
internetlandlord
2022-10-20
Working insertion sort, needs full functionality added.
internetlandlord
2022-10-20
Housekeeping on scripts and README.md
internetlandlord
2022-10-19
Added quick-sort algorithm and verified function. Updated README to reflect c...
internetlandlord
2022-10-17
updated readme.md - keeps track of listed files
internetlandlord
2022-10-17
Created a selection sort algorithm as a proof of concept. n^2 complexity,
internetlandlord
2022-10-17
Using tripler.py as a proof of concept for file -> list -> algo manipulation.
internetlandlord
2022-10-12
Added a third function to i/o py - egress (no generation, just writing to file)
internetlandlord
2022-10-12
Updated README.md and added a testing file
internetlandlord
2022-10-12
Created function library for importing csvs to algorithm files
internetlandlord
2022-10-12
Initial commit
Fred Henry