views:

248

answers:

5

Hi,

I am willing to learn in detail about Data Structures and Algorithms. What freely available university courses are there that cover data structures and algorithms?

Thanks.

+3  A: 

Try youtube.com's edu channel, it has a lot of videos. For free courses - I doubt you'll find any where you get marked by a tutor. The best you can hope for is some free lectures and lecture notes.

Chris S
+4  A: 

Check out the MIT Introduction to Algorithms course. All lectures are available in audio and video format, so if you get the book to go with it, you should be all set

Russ Cam
+11  A: 

MIT OpenCourseWare's Introduction to Algorithms has good companion videos you can watch.

Bill the Lizard
A: 

iTunes U has some great free lectures available from MIT, Berkeley, Stanford and Harvard Extension.

pbreitenbach
A: 

Also try using Google's CS Curriculum search

http://code.google.com/edu/curriculumsearch/

Arvind