AlgorithmVisualizer-Android
AlgorithmVisualizer-Android copied to clipboard
Add merge sort
Added merge sort using similar practices as other sorting algorithms. Details, execution, and code are all implemented. Links lead to https://en.wikipedia.org/wiki/Merge_sort and https://www.geeksforgeeks.org/merge-sort/.