As someone with a primary electronics/embedded systems background, I've never had a full formal course on algorithms (even though I've been programming for 10+ years). In order to fill some gaps, I'm looking for a good algorithms reference book, not a didactic/exercises book. I'm also mostly interested in something where examples would be in C/C++ or similar, but not Java because I consider that garbage collection has an impact on some algorithm's structure.
I'd like the book to cover at least the big O notation, dynamic programming, sorting, hash structures and hash functions, trees and graphs.
So I've done my homework looking for reviews on the web, but it is very hard to compare them. I think Knuth's book is widely regarded as the best you can get, but I'm afraid it would be overkill, plus maybe the examples are a little too much on the fundamental side and less practical, maybe someone who has bought it can confirm or deny this.
I've also heard of "Algorithms in C++" by Sedgewick, but it looks a little dated and its recent version "Algorithms 4th edition" transitioned to Java which I think is a pity. The last one I'd looked at is Cormen's "Introduction to Algorithms". Any recommendations?