Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-19 | Added quick-sort algorithm and verified function. Updated README to reflect ↵ | internetlandlord | |
chosen algos | |||
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 | |
so grab a coffee if you decide to run it against a large array! | |||
2022-10-17 | Using 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-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 | |