Table of Contents

FEL timetable ALG students Upload system BRUTE Discussion board

ALG - Links

(Students fluent in Czech may also want to check the additional Czech links in ALG subject.)

Online

Interactive data structures

Books

Standard worldwide used textbook, voluminous (1200+ pages) and detailed.

Excellent textbook contains many important exercises, easily readable and written with minimum “academical” formalism.
In pdf: Link .

Another worldwide used textbook concerned mainly with sorting and searching. Contains very detailed and simultaneously approachable analysis of all algorithms, many pictures and examples. Link.

Continuation of [AC]. Graph representations, graph searching, shortest paths, minimum spanning trees, network flows, directed graphs. This book, similarly as [AC], stresses also important implementation issues. 528 pages. Link.

Programming Probems

DP

http://www.codechef.com/wiki/tutorial-dynamic-programming

chapter 6 of [DPV] http://www.cs.berkeley.edu/~vazirani/algorithms/chap6.pdf

http://people.cs.clemson.edu/~bcdean/dp_practice/

http://www.geeksforgeeks.org/tag/dynamic-programming/

https://www.hackerrank.com/domains/algorithms/dynamic-programming

http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=114