The tutorials below are for singly-linked lists.
1. Linked List Basics (Standford). A very nice tutorial in C.
2. Linked List Problems (Standford). Part 2 of the above. Great practice problems!
Mostly about singly-linked lists, but has some tips on doubly-linked lists.
3. Linked List Tutorial in Java (macosxnerd101 in dreamincode.net). This tutorial is very comprehensive and uses Java, which is great to be familiar with linked lists without having to mess around with pointers. (Disclaimer: This will come and get you later!)
No comments:
Post a Comment