create a function called zipLists to zip two linked-lists regardless their length
time and space flexability
I have created a function can be used to zip two linked-lists after passing them as a parameters inside the function