Reading List

Monday, January 17, 2011

Linked List Tutorial

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!)

Recursion Tutorials

1. All About Recursion (University of Pennsylvania) is a great tutorial using the C language.
2. Recursion (University of Wisconsin - Madison) is also a great tutorial with C.
3. Recursion (iACADEMY, Professor Benett Tanyag), a visual powerpoint on recursion in C.

Recursion Tutorials

1. All About Recursion (University of Pennsylvania) is a great tutorial using the C language.
2. Recursion (University of Wisconsin - Madison) is also a great tutorial with C.
3. Recursion (iACADEMY, Professor Benett Tanyag), a visual powerpoint on recursion in C.