Skip to content

dxrcy/sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithms

A terminal-based sorting algorithm visualizer, written in Rust.

Supported algorithms (defined in src/sorts/):

  • Bubble sort
  • Insertion sort
  • Merge sort
  • Quick sort
  • Selection sort
  • Shell sort

Algorithms must be written as an generator function (using the generator crate).

Screenshot

About

Terminal-based sorting algorithm visualizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages