Scientists is still trying to understand why fireflies synchronize. In this project, we will do a simulation of fireflies synchronizing from random initial phases. This is part 4 of 4
Merge Sort algorithm is fast but it requires additional array and additional copying. Quick Sort is even faster than Merge Sort. Implement Quick Sort algorithm and animate it! Here is