OutdatedVersion / minecraft-sorting-visualization

Practical visualization of various sorting algorithms using Minecraft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Java 100.0%