SORTING ALGORITHM SIMULATOR [JAVA]

As part of an assignment given to me in my second year, I had to develop a simulator that will simulate the behaviour of 2 sorting algorithms.

This simulator covers the 2 basic algorithms : Bubble Sort and the Insertion Sort. The behaviour, temporary variables and the psuedo code along with how they get executed is described by this simulator.

So anyone who needs help understanding concepts related to this, can easily get an idea about the functionality, usage etc by running this simulator.

https://github.com/ihsanizwer/Sorting-Algorithm-Simulator

 

But But what about functionality?

(I didn’t blog on the functionality or the details of these algorithms as one could easily acquire all knowledge they need by running this simulator.) So please give it a try 🙂 If any questions please comment below 🙂

Posted in Dev.