I’m looking for a good non academic book or site about algorithms, preferably one that uses a C style language or pseudo code. I have Introduction To Algorithms, but I find that it is overly academic and confusing, sort of how the GOF patterns book is (and I was a Math major, believe it or not).
I’d like to specifically learn a good deal of the tree and graph algorithms that are out there. Is there anything out there that explains this sort of how the Head First series does for patterns?