/merge-sort-in-assembly

A merge sort Algorithm implemented in Assembly. Users can enter integers upto 32 digits and taking multiples of 2 as input; algorthim starts merging by diving the list and merging them and keeps doing so until the input has been merged in increasing order.

Primary LanguageAssembly

Watchers