tags:

views:

43

answers:

2

Hey

I was curious if anybody could suggest a good data structures book or, preferably, a set of downloadable notes I could work my way through. I took a course in C awhile back, and I understand all the standard stuff--loops, arrays, pointers, etc., but I'd like to go further and understand data structures, dynamic memory allocation, etc. And how to code it in C (or something similar). Any help would be appreciated.

Thanks, Melissa

A: 

MIT has courses on line, including its data structures and algorithms class. Look for recorded lectures on iTunes university. You can purchase the companion book as well.

Google is your friend here; so is Stackoverflow. This is not the first time the question has come up.

duffymo
A: 

Java Data Structure Online Course

Rachel