Skip to main content

Posts

Showing posts from December, 2016

Algorithm Simulator for Selection Sort and Insertion Sort using Java

This is an Algorithm Simulator coded in Java as my Design Analysis and Algorithm Project (2nd Year). It simulates Selection Sort and Insertion sort using animations which are written from scratch using java threads. It also supports both Ascending and Descending sorting. This is the link to the GitHub Repo: https://github.com/dinuish94/AlgorithmSimulator.git