Skip to content

Releases: flakusha/sorting_rs

1.2.9

Choose a tag to compare

@flakusha flakusha released this 13 Aug 19:26
  • Minor docs edits
  • Added universal bitonic sort algorithm

1.2.8

Choose a tag to compare

@flakusha flakusha released this 12 Aug 19:14
  • Upgraded pancake sort to use less allocations and deallocations in memory
  • Started adding bitonic sort generic function
  • Added supporting binary rs to generate powers of 2

1.2.7

Choose a tag to compare

@flakusha flakusha released this 09 Aug 18:36
  • Added bingo sort
  • Added cycle sort
  • Added pancake sort
  • Edited docs

1.2.6

Choose a tag to compare

@flakusha flakusha released this 08 Aug 05:52
  • Added upgraded gnome sort
  • Edited docs

1.2.5

Choose a tag to compare

@flakusha flakusha released this 06 Aug 18:41
  • Added double ended sort
  • Edited docs a bit

1.2.4

Choose a tag to compare

@flakusha flakusha released this 05 Aug 18:44
  • Added quicksort dual pivot variant

1.2.3

Choose a tag to compare

@flakusha flakusha released this 02 Aug 14:29
  • Added ksort algorithm
  • Bumped and published crate
  • Updated docs

1.2.0

Choose a tag to compare

@flakusha flakusha released this 21 Jul 20:12
  • Added smoothsort algorithm