I dare to recommend you read the book _without_ examples or at least without examples in C++. You are going to _learn_ algorithms, not to copy them from your book, is not it? ;)
I also dare to recommend books of Mr. Cormen (google for "Cormen Algorithms") to find any of them.
I dare to recommend you read the book _without_ examples or at least without examples in C++. You are going to _learn_ algorithms, not to copy them from your book, is not it? ;)
I'm not sure if i agree with this. It depends on the user's willpower :)
I for one like code examples and think it's a good way to pick up concepts (at least for me). But i always make sure i can understand and elaborate on them when I close the book.