Open Data Structures
opendatastructures.org
Open Data Structures
1–10 of 21 posts
Re: Open Data Structures
#2Even 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.
Re: Open Data Structures
#3Re: Open Data Structures
#4Re: Open Data Structures
#5Re: Open Data Structures
#6Links didn't look like links so I was really confused with what I was looking at. Content looks interesting though!
You bastards.
(Should be fixable with:
a[href] { text-decoration: underline !important; }
in userContent.css.)Re: Open Data Structures
#7If 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…
Re: Open Data Structures
#8Re: Open Data Structures
#9Re: Open Data Structures
#10If 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…
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.