"Pseudocode edition [...] Python sources". This made me laugh more than it should have. As a side note, I uploaded the Python examples to Github for easier navigation: https://github.com/olalonde/ods-python
If expanded enough, you could easily arrive at the Wikipedia of data structures. A place where, without the cludge of libraries, you could dive into a topic on data structures, apply search refinement until you find a structure that seems like the best match for what you want, and then implement.
Even better if at the top of code I could just put:
Language c++
Use OpenData (BarnesHutt BubbleSort SVD)
If only these people would tie in with the Computer Language Benchmarks Game so that you would have a feedback mechanism to improve All algorithms (not just the CBG subset) and a natural way to meta rate algorithm implementations vs one another as well as task groups (like "sorting") or languages as a whole.
> A place where, without the cludge of libraries, you could dive into a topic on data structures, apply search refinement until you find a structure that seems like the best match for what you want, and then implement.
Or, in my experience, a place where you can dive into a topic on data structures, apply search refinement until you find a structure with promising properties, be faced with an opaque wall of math, then copy/paste the data structure's name into Google and spend a day or two trying to find someone or something who will actually explain how to implement it in terms of bits and bytes, rather than polynomials over a Galois field.
Maybe, but the PBBS folks don't seem to understand the value of the "hook." They look like they've got a lot of useful bits, but there's not an easy avenue for you to dive in and explore what that means.
I've never even played the "game" part of the CLBG, but there's still a whole nother layer of data porn, voyeuristic comparison wanking that draws you in. Heck, even the divisiveness of showing two numbers is enough to drive interest, cause nobody likes seeing their number worse, and everybody secretly loves knowing their choice was right.
Clifford Schaffer's Data Structures and Algorithm Analysis books are online and in their third edition. Hard copies are available from Dover. There's also a full blown open Algorithms and Data Structures curriculum in development.
What, you don't enjoy scanning your mouse over the whole page to see where it turns into a finger?
Come to think of it, that behaviour is distracting .. it's only a matter of time before visual designers catch on that a uniform mouse icon "ehnances usability".