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
Recommended Answers
Jump to PostHere's a good starting point on linked lists.
As csurfer mentioned: try something yourself and post your efforts here to receive more help.
All 2 Replies
Reply to this topic 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.