Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 264 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 264 Bytes

sort_algo

Several sort algorithms in rust language:

  • quick sort
  • merge sort
  • heap sort
  • weak heap sort
  • smooth sort (based on binary/Leonardo heap)
  • bitonic sort (recursion/iteration, serial/parallel)

License

WTFPL