Skip to content

Matheritasiv/sort_algo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published