Skip to content

voxxal/sorting-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithms

A collection of sorting algorithms to practice coding

Currently implented sorting algorithms

  • Actual Sorting algorithms
    • Selection
    • Bubble
    • Selection
  • Joke Sorting algorithms
    • Bogo Sort
    • Quantum Bogo Sort
    • Stalin Sort

Usage

Prerequisites:

Rust

Warning: Currently there is no interface to change the sorting algorithm! Change line 29 of main.rs to the name of the sorting algorithm.

  1. cd to the directory.
  2. Run cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages