Skip to content

OutdatedVersion/minecraft-sorting-visualization

Repository files navigation

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

About

Practical visualization of various sorting algorithms using Minecraft

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages