Merge Sort & Radix Sort
Merging Arrays Pseudocode
Create an empty array, take a look at the smallest values in each input array
While there are still values that we haven't looked at...
If the value in the first array is smaller than the value in the second array, push t...
seongjin.hashnode.dev4 min read