HELP ME T.T

Im in difficult situation for our project
What is the structure for the search function in linkedlist?
Look in the current node.
If there is match return pointer to the node or position or whatever.
Otherwise, if this is the last node (no more nodes to follow) return failure.
Otherwise, repeat the same procedure for the next node.
could you please give me some source code pretty please i am really noob at programming
Could you elobrate more on the structure node and what to be search .
could you please give me some source code pretty please i am really noob at programming


I know that at Cprogramming.com they have a tutorial on linked lists.
Topic archived. No new replies allowed.