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