Sunday, June 04, 2006

Dictionary of Algorithms and Data Structures

This shows me that programming is really a part of "computer science" and that Real Programmers are scientists indeed. I always wanted to get a copy of Donald Knuth's classic "The Art of Computer Programming" -- but I probably never would have read it. Maybe, this site serves the same purpose for me.

The Improved Sorting Algorithm Demo

Great demonstration of sorting algorithms. I remember that we had to write a sort program in school (back in 1982). I tried bubble sort, but I failed miserably.