Showing posts with label Data Structure and Algorithms. Show all posts
Showing posts with label Data Structure and Algorithms. Show all posts

Sunday, 22 March 2015

Online Course: Algorithm I and Algorithm II

It is a great and easy-to-understand course for learning algorithms such as sorting, data structure, search, string-based operation, graph search, etc. I got away with an arsenal of knowledge for things such as ternary-search-trie, binary search tree, red-black tree, binary heap, R-way-trie, KMP substring search, NFA regular expression,  Hauffman compression, LWZ compression, Dijstra, spanning tree, max flow, simplex algorithm,  and many other useful algorithm tips.


https://www.coursera.org/course/algs4partI

Wednesday, 17 July 2013

S-Q Course Book

The book below i primarily used it for some computation in Monte Carlo simulation, but it is a very good and easy-to-understand book for learning data structure for scientific computation:

http://ellard.org/dan/www/Courses/sq98_root.pdf

Reading Status: Not Completed