Linked List

Oct 6, 2013 at 3:15pm
Can anyone suggest for me a link(or links) where I find "Intro" of Linked List?
I need c++ code without function/recursion.
Oct 6, 2013 at 3:50pm
Best introduction to linked lists i've ever seen:
http://www.youtube.com/watch?v=o5wJkJJpKtM
Oct 6, 2013 at 5:31pm
This is really great.
Thanks man!
Oct 7, 2013 at 3:51pm
Glad i could help ;) by the way if you're interested i have an article about dynamic data structures (Linked list) it's just a simple lobby. I would really appreciate it if you could check it out and hopefully it could help you understand linked lists a bit more and how they work.

http://www.cplusplus.com/articles/9yhv0pDG/

Topic archived. No new replies allowed.