Algorithm and Data Structure Resources
Courses
Courses with Video Lectures
http://cmlakhan.github.io/courses/videos.html
Stanford CS243: Program Analysis and Optimization
http://suif.stanford.edu/~courses/cs243/
CMU 15-814: Types and Programming Languages
http://www.cs.cmu.edu/~rwh/courses/typesys/
MIT: Introduction to Algorithms
Princeton Computer Science 521: Advanced Algorithm Design
http://www.cs.princeton.edu/courses/archive/fall15/cos521/
MIT: 6.006 Introduction to Algorithms
https://stellar.mit.edu/S/course/6/sp16/6.006/materials.html
Datastructures and Algorithms (at Amsterdam University College) 2015-2016
- homepage: http://www.cs.vu.nl/~tcs/datalg/
- slides: http://www.cs.vu.nl/~tcs/datalg/datalg-slides.pdf
Codes
Bloofi: A java implementation of multidimensional Bloom filters
- github: https://github.com/lemire/bloofi