Skip to content

Instantly share code, notes, and snippets.

@dlobue
Last active March 18, 2016 21:54
Show Gist options
  • Save dlobue/3812dd231dfd36135d00 to your computer and use it in GitHub Desktop.
Save dlobue/3812dd231dfd36135d00 to your computer and use it in GitHub Desktop.
algorithms data structures and bigO
references for learning more about algorithms, data structures, and bigO, and type systems, and compiler implementations
http://bigocheatsheet.com/
http://visualgo.net/
http://algoviz.org/
http://hypirion.com/musings/understanding-persistent-vector-pt-1
http://hypirion.com/musings/understanding-persistent-vector-pt-2
http://hypirion.com/musings/understanding-persistent-vector-pt-3
https://github.com/felipernb/algorithms.js
http://algorithmsjs.org/
https://github.com/mikolalysenko/ndarray-experiments
http://0fps.net/2013/05/22/implementing-multidimensional-arrays-in-javascript/
http://rosulek.github.io/vamonos/demos/index.html
http://leojiang.com/experiments/levenshtein/?word1=reddit&word2=revisit
http://liquify.eu/project/HoughTransform/
http://spin.atomicobject.com/2014/09/03/visualizing-garbage-collection-algorithms/
http://programminghelpbd.blogspot.com/2015/03/radix-sort-algorithm-implementation-in-c.html
http://interactivepython.org/courselib/static/pythonds/BasicDS/queues.html
https://github.com/iamaziz/algorithms-visualization-with-dash
http://www.cs.usfca.edu/%7Egalles/visualization/about.html
https://github.com/ecmendenhall/sicpclojure
https://github.com/ericnormand/hindley-milner
http://www.lispcast.com/Hindley-Milner-in-Clojure
http://jspha.com/posts/typing-transducers/
http://nullprogram.com/blog/2015/03/19/
http://compilers.iecc.com/crenshaw/
http://lambda-nights.com/
http://www.stephendiehl.com/llvm/
http://kjetilvalle.com/posts/implement-a-programming-language.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment