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 pe…
Open Data Structures
11–20 of 21 posts
Re: Open Data Structures
#12"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
> The book's LaTeX sources, Java/C++/Python sources, and build scripts are available through github[1].
Re: Open Data Structures
#13If 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 pe…
> 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, the…
Re: Open Data Structures
#14Wow, I have no use of paper books, but would easily donate a few $ as a thanks for the free e-book. No donate button?
Re: Open Data Structures
#15Re: Open Data Structures
#16Totally worth the read!
Re: Open Data Structures
#17Re: Open Data Structures
#18Re: Open Data Structures
#19Open "Data Structure" instead of "Open Data" Structure.
Re: Open Data Structures
#20Links didn't look like links so I was really confused with what I was looking at. Content looks interesting though!
> a { text-decoration: none; } You bastards. (Should be fixable with: a[href] { text-decoration: underline !important; } in userContent.css.)
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".