Skip to content

benwoo1110/A-List-of-Sorts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A List of Sorts

All code here is made from scratch by the following collaborators:

  1. Aakash Mehta
  2. Benedict Woo
  3. Teo Wei Hao

To run this application, you would need to install some python modules

  • python: You can install python from python.org
  • pygame: You can install pygame by running 'pip3 install pygame'

This projects documents and evaluates visualized example of the world's most popular sorting algorithms. The following algorithms are:

  • Bubble Sort
  • Quick Sort
  • Merge Sort
  • Insertion Sort
  • Bogo Sort
  • Radix Sort

About

This was our computing project. It shows a bunch of cool stuff.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages