This is great! Does anyone know other computationally-focused data structures / algorithms resources out there?
We've been trying to find a relevant way to integrate deeper algorithms work into Dev Bootcamps -- it's one of the most-request things from our students. It's tough because most classic "Algorithms" textbooks don't make it easy to get a working, playable version of the algorithm in front of you.
It's not algorithms but it's amazingly useful, I reference it a few times a year. I want a copy of http://www.hackersdelight.org/ because I hear it's even better.
EDIT: Got the link to Dev Bootcamps on your profile, saw that they are done in Ruby. I don't know offhand of any algorithms resources that use the language.
I'm definitely NOT a Ruby expert; I looked at Ruby once and its shell-derived syntax and tons of obscure operators made me want to gouge my eyes out (much like Perl). Python occupies a similar niche and it's about one hundred times less painful.
It doesn't matter whether it's in Ruby, but most resources around algorithms are not accessible to people who want something "in their hands" to play with, i.e., every beginning programmer, ever.
They're also introduced abstractly, rather than contextually.
They can describe the Sistine Chapel every which way, but they can't tell me what it's like to stand in the middle of it. We take the opposite approach at DBC, which is why this resource was so interesting to me.
We've been trying to find a relevant way to integrate deeper algorithms work into Dev Bootcamps -- it's one of the most-request things from our students. It's tough because most classic "Algorithms" textbooks don't make it easy to get a working, playable version of the algorithm in front of you.