1. take first element of both lists
2. pick smallest (or either if equal), remove from list and append to result list
3. repeat until one list is empty
4. append remaining items to result list
if you can't figure this shit out on your own, programming probably isn't for you