/mergesort

Mergesort implementation using only arrays

Primary LanguageJava

Implement merge sort algorithm without using any collections.