Skip to content

Version 1.0.0.0 | Publish This Thing!!!

Compare
Choose a tag to compare
@kaBeech kaBeech released this 22 Aug 05:06
· 114 commits to main since this release
920283b
  • Add Recursive Robustsort

  • Add Rotationsort

  • Fix Bubblesort to more closely match Ackley's non-'optimized' version

  • Add Benchmarking

  • Expand README

  • Replace Exchangesort with Rotationsort in Robustsort

  • Use Sortable type in Tensort and Robustsort so they can be used recursively

  • Add top-level Tensort and Robustsort functions wrapped in a type converter so
    they can be easily used to sort Bits (Integers)

  • Add more helper functions

  • Many more updates to the algorithms - see README for details