Pendragonz / sort-and-visualise

Visualise different sorting algorithms at work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sort-and-visualise

Project Goals

Create a tool to visualise a variety of sorting algorithms.

The algorithms it aims to support (in order) are:

  • Bubble Sort
  • Quick Sort
  • Merge Sort
  • Insertion Sort

Personal Goals

  • Refresh my knowledge of Java and Object Oriented Programming
  • Refresh my knowledge of Sorting Algorithms

About

Visualise different sorting algorithms at work


Languages

Language:Java 100.0%