Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 808 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 808 Bytes

Minecraft Algorithm Visualizer

Platform for visualizing various sorting algorithms in Minecraft.

I'm a visual learner so being able to see these arrays play out in real-time is very exciting. I took inspiration from the popular YouTube video that did something very similar.

For a basic rundown of how this works, within the stipulations of Minecraft.. I've opted to proxy array access/insertion which creates a list of operations taken and then replay those operations onto the "stage." The entrypoint is the SortCommand.

YouTube Video

Watch the video

Includes:

  • Quick sort
  • Insertion sort
  • Merge sort
  • Radix sort
  • Bogo sort
  • "Intelligent design" sort