0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 22 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add min and max parameters to counting-sort. More... about 12 years ago
Delete previous README.org file. More... about 12 years ago
Fix minor error in README. More... about 12 years ago
Update REAME file. More... about 12 years ago
Add counting-sort information. Change to .org format. More... about 12 years ago
Add counting-sort algorithm. More... about 12 years ago
Fix when calling without key. More... about 12 years ago
Change args list in sort-dispatch macro. More... about 12 years ago
Improvement on heapsort body generation. More... about 12 years ago
Remove optimize declarations. More... about 12 years ago
Update on the dispatch types. More... about 12 years ago
Add heapsort algorithm. Minor updates. More... about 12 years ago
Fix typo in README. More... about 12 years ago
README update and small comments. More... about 12 years ago
Update library description. More... about 12 years ago
Update README file. More... about 12 years ago
Small updates. More... about 12 years ago
Merge sort rewrite to macros. Allows dispatch on several types. More... about 12 years ago
Add initial merge sort adapted from CCL More... about 12 years ago
Change the library name from usort to zsort. More... about 12 years ago
Update and rename dispatch macro (sort-dispatch). Fix insertion-sort to really use the declarations. More... about 12 years ago
Add type dispatch to quicksort. Refactor main algorithm to single macro. More... about 12 years ago
Add type dispatch to insertion sort. The algorithm is now defined by a macro that expands to correct types. More... about 12 years ago
Minor update of comments and system description. More... about 12 years ago
Remove the funcall to the pivot key inside the partition loop (small optimization). More... about 12 years ago
Add randomized-quicksort using median-of-3 for choosing the pivot. More... about 12 years ago
Update on quicksort comments. More... about 12 years ago
Add insertion-sort. More... about 12 years ago
First import. More... about 12 years ago