Search
Timetable at FEE Students of PGE Upload system BRUTE
For Python, there are many freely available online documents and books. Use them, google them, find your own. We expect that experienced programmers will find their way. For beginners we have few recommendations:
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.