This is a live post where I continue to add the resources that I find useful.
Bit Manipulation:
Slides for programming contest discussions : http://www.cse.iitk.ac.in/users/aca/lop12/
Codeforces blog posts : http://codeforces.com/blog/entry/13529
Another great resource ~ http://e-maxx.ru/
IIITH resources :
Implementation of algorithms :
Bit Manipulation:
Slides for programming contest discussions : http://www.cse.iitk.ac.in/users/aca/lop12/
Codeforces blog posts : http://codeforces.com/blog/entry/13529
Another great resource ~ http://e-maxx.ru/
IIITH resources :
Implementation of algorithms :
- http://www.ics.uci.edu/~eppstein/161/ ~ I liked the implementation of Dijkstra given in python.