Sunday, September 19, 2010

Few tips for Advanced Algorithms


If you are doing “Introduction to Algorithms and Data Structures” or “Advanced Algorithms”, there video lectures will be very useful.
http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-introduction-to-algorithms-sma-5503-fall-2005/video-lectures/
OR
http://www.youtube.com/results?search_type=search_playlists&search_query=mit%27s+introduction+to+algorithms&page=1


Apart from it , I find the data structures like splay trees, B trees are very useful.
http://www.youtube.com/watch?v=G5QIXywcJlY

And this is a java applet you can try out with different data structures.
http://people.ksp.sk/~kuko/bak/big/

To simulate Max-Flow Min-Cut algorithm
http://www.cse.yorku.ca/~aaw/Wang/MaxFlowStart.htm AND http://optlab-server.sce.carleton.ca/POAnimations2007/MaxFlow.html

No comments: