AltSearch
beta

Datastructures - Recent Bookmarks - Page 1:


A skip list container class in Python
A skip list is a data structure for representing an ordered set of objects so that insertion and retrieval take minimal time. This ingenious data structure was described in:
http://infohost.nmt.edu/tcc/help/lang/python/examples/pyskip/
Tags: python, programming, algorithms, algorithm, datastructures, development, data, skiplist, data-structure, data-structures Saved by: admin at 20 Jun 2011

nzakas/computer-science-in-javascript - GitHub
nzakas/computer-science-in-javascript - GitHub http://ow.ly/1c7aKm – Javascript News (del_javascript) http://twitter.com/del_javascript/status/56786092577402880
https://github.com/nzakas/computer-science-in-javascript
Tags: javascript, algorithms, programming, computerscience, education, github, js, algorithm, computer, datastructures Saved by: admin at 14 Jun 2011

Data Structure Visualization
Animated visual representations of how standard data structures work. Handy for understanding their implementation
http://www.cs.usfca.edu/~galles/visualization/Algorithms.html
Tags: programming, visualization, algorithms, reference, datastructures, data, algorithm, javascript, learning, development Saved by: admin at 03 May 2011

Data Structure Visualizations | Just 5 Minutes
I always think the best way to understand complex data structures & algorithm is to see them in action. So I want to share with you an awesome data structure visualization tools written in Java by Dav... Read more
http://5mins.wordpress.com/2011/04/29/data-structure-visualizations/
Tags: algorithms, visualization, programming, datastructures, data, java, development, reference, education, software Saved by: admin at 01 May 2011

i has 1337 code
http://www.ihas1337code.com/ - A #blog that discusses technical interview #problems and provides solutions in #algorithms and #code
http://www.ihas1337code.com/
Tags: interview, programming, algorithm, algorithms, code, job, blog, datastructures, theory, #algorithm Saved by: admin at 29 Nov 2010

Damn Cool Algorithms: Spatial indexing with Quadtrees and Hilbert Curves - Nick's Blog
Nice Python implementation of Hilbert curves. "Efficiently querying geospatial data, however, is a considerable challenge: because the data is two-dimensional (or sometimes, more), you can't use stand... Read more
http://blog.notdot.net/2009/11/Damn-Cool-Algorithms-Spatial-indexing-with-Quadtrees-and-Hilbert-Curves
Tags: algorithms, geospatial, programming, indexing, quadtree, algorithm, datastructures, search, gis, spatial Saved by: admin at 10 Nov 2009

Dictionary of Algorithms and Data Structures
This web site is hosted in part by the Software and Systems Division, Information Technology Laboratory. This is a dictionary of algorithms, algorithmic techniques, data structures, archetypal proble... Read more
http://www.itl.nist.gov/div897/sqg/dads/terms.html
Tags: algorithms, programming, reference, datastructures, algorithm, data, dictionary, math, computer, development Saved by: admin at 26 Sep 2009