Hello:

I would like to get a good grasp on single linked list. I am looking for easy to read, detailed article on linked list and how we can add, delete, print, insert nodes and such. Hopefully someone has a good suggestion.

Thanks.

Recommended Answers

All 6 Replies

Here's a couple:

simpleprogrammingtutorials.com

wikipedia.org

I know you only asked for articles but here is some code for a double linked list:

linked list.zip

This seems to be a good one ...
Or maybe this one ...

It's your choice !

I haven't received enough feedback to confidently say if this is a good enough and detailed enough article, but I'll suggest it anyway.

commented: Nice, it's very detailed ! +1

I haven't received enough feedback to confidently say if this is a good enough and detailed enough article, but I'll suggest it anyway.

Did you write that information yourself ?

>Did you write that information yourself ?
Yes, and I need to finish it, but it's fairly comprehensive as-is (otherwise I wouldn't have published it).

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.