Live data from Hacker News

Open Data Structures

opendatastructures.org

11–20 of 21 posts

Re: Open Data Structures

#11
post #2

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…

>>If only these people would tie in with the Computer Language Benchmarks GameThe Problem Based Benchmark Suite might be a better match:

http://www.cs.cmu.edu/~pbbs/

Re: Open Data Structures

#12
post #3

"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

Sources are already on github - along with the actual book itself:

> The book's LaTeX sources, Java/C++/Python sources, and build scripts are available through github[1].

[1] https://github.com/patmorin/ods

Re: Open Data Structures

#13
post #2

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…

> 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…

Which why a programming language should ideally support arithmetic in a polynomial ring over an arbitrary field...

Re: Open Data Structures

#16
Oh hey! This is primarily authored by one of my supervisors. It's my go-to source for reviewing basic analyses and implementation details.

Totally worth the read!

Re: Open Data Structures

#20
post #4

Links 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.)

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".

Post reply on HN