Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 763 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 763 Bytes

Fancy Sort Algos

Build Status

Just a React app visualizing different sort algorithms.

Story Time

Back in 2014, a fellow student and I were both math pre-course tutors at Technical University of Munich (TUM). During that time, we were joking about how stupid Bogosort is. That gave me the idea to visualize this extraordinary sorting algorithm in a web application. However, I lost the code.

This is why I came up with the re-implementation you are looking at right now using some more modern technology. Enjoy!

Algorithms

So far, the following algorithms are visualized:

  • Merge sort
  • Bubble sort
  • Insertion sort
  • Bogosort