Singly Linked Lists

It's been a while since I've been on this site, but now I return asking for help to get ready for a midterm.

As the title suggests, I need help with singly linked lists. I need some basic basic code (not for an assignment) to help me write an add, delete and locate an node via the singly linked list.

any help is appreciated. I've looked at:
http://www.cprogramming.com/tutorial/lesson15.html
for basic understanding and some basic code, but I need to get some more done and more code under my belt.

ANY links, code, pseudo-code or video is appreciated.

Thanks
closed account (10X9216C)
If you've written the code and you aren't able to reproduce it, then you aren't really learning it. You are just memorizing it long enough to copy and paste it.

I mean a singly linked list is probably one of the most simplest data structures out there. You have a node that only knows where one other node is, creating a sort of chain.
Topic archived. No new replies allowed.