a function that take as input two linked lists of character and determines if the first is a sub list of the second.
for example if the first list 'e'-->'l'-->'l'and the second is
'h'-->'e'-->'l'-->'l'-->'o' the function returns true
Abdo99 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.