Course detail
Graph Algorithms (in English)
FIT-GALeAcad. year: 2023/2024
This course discusses graph representations and graphs algorithms for searching (depth-first search, breadth-first search), topological sorting, searching of graph components and strongly connected components, trees and minimal spanning trees, single-source and all-pairs shortest paths, maximal flows and minimal cuts, maximal bipartite matching, Euler graphs, and graph coloring. The principles and complexities of all presented algorithms are discussed.
Language of instruction
Number of ECTS credits
Mode of study
Guarantor
Department
Offered to foreign students
Entry knowledge
Rules for evaluation and completion of the course
- Mid-term exam - 15 points.
- Projects - 25 points.
- Final exam - 60 points. The minimal number of points which can be obtained from the final exam is 25. Otherwise, no points from the final exam will be assigned to a student.
Aims
Fundamental ability to construct an algorithm for a graph problem and to analyze its time and space complexity.
Study aids
Prerequisites and corequisites
Basic literature
Recommended reading
J. Demel, Grafy, SNTL Praha, 1988. (CS)
J. Demel, Grafy a jejich aplikace, Academia, 2002. (Více o knize) (CS)
J.A. McHugh, Algorithmic Graph Theory, Prentice-Hall, 1990. (EN)
K. Erciyes: Guide to Graph Algorithms (Sequential, Parallel and Distributed). Springer, 2018. (EN)
A. Mitina: Applied Combinatorics with Graph Theory. NEIU, 2019. (EN)
T.H. Cormen, C.E. Leiserson, R.L. Rivest, C. Stein, Introduction to Algorithms, 3rd edition. MIT Press, 2009. (EN)
Elearning
Classification of course in study plans
Type of course unit
Lecture
Teacher / Lecturer
Syllabus
- Introduction, algorithmic complexity, basic notions and graph representations.
- Graph searching, depth-first search, breadth-first search.
- Topological sort, acyclic graphs.
- Graph components, strongly connected components, examples.
- Trees, minimal spanning trees, algorithms of Jarník and Borůvka.
- Growing a minimal spanning tree, algorithms of Kruskal and Prim.
- Single-source shortest paths, Bellman-Ford algorithm, shortest path in DAGs.
- Dijkstra algorithm. All-pairs shortest paths.
- Shortest paths and matrix multiplication, Floyd-Warshall algorithm.
- Flows and cuts in networks, maximal flow, minimal cut, Ford-Fulkerson algorithm.
- Matching in bipartite graphs, maximal matching.
- Graph coloring.
- Eulerian graphs and tours, Hamiltonian graphs and cycles.
Project
Teacher / Lecturer
Syllabus
- Solving of selected graph problems and presentation of solutions (principle, complexity, implementation, optimization).
Elearning