Name: Al-Jazeera 2013-04-27 20:41
Hello /prog/
I'm having some trouble with a function that is supposed to merge two linked lists. I'm being passed two Linked Lists as parameters and want to know an efficient way of making it so that I can merge these two lists together (duplicates are allowed) without using an insert function. The code that I have is here:
http://pastebin.com/RtUGcYhy
Any help/suggestions/criticism will be appreciated.
I'm having some trouble with a function that is supposed to merge two linked lists. I'm being passed two Linked Lists as parameters and want to know an efficient way of making it so that I can merge these two lists together (duplicates are allowed) without using an insert function. The code that I have is here:
http://pastebin.com/RtUGcYhy
Any help/suggestions/criticism will be appreciated.