Course detail
Graph Theory and Graph Algorithms
FSI-VTG Acad. year: 2019/2020 Winter semester
The course provides an introduction to graph theory and familiarises students with basic terms.
It deals with the following topics: Graph representation. Time complexity of algorithms.
Data structures (binary heap, disjoint sets, ...). Eulearian trails, Hamiltonian paths.
Breadth-first searching, depth-first searching, backtracking, branch and bound method.
Connectivity and reachability. Shortest path problems (Dijkstra's algorithm, Floyd-Warshall algorithm). Network graphs. Trees, spanning tree problem, Steiner tree problems.
Fundamentals of computational geometry, Voronoi diagrams, Delaunay triangulation.
Network flows. Graph colouring. Graph matching.
Language of instruction
Czech
Number of ECTS credits
5
Supervisor
Department
Learning outcomes of the course unit
The students will be made familiar with the basics of the graph theory and graph algorithms. It will provide them with tools for using graphs to model various practical problems, which may then be solved by using the graph algorithms.
Prerequisites
Successful completion of the course "Graph Theory" is conditional on basic knowledge of set theory, combinatorics and operations research.
Planned learning activities and teaching methods
The course is taught through lectures explaining the basic principles and theory of the discipline. Exercises are focused on practical topics presented in lectures.
Assesment methods and criteria linked to learning outcomes
The course-unit credit is awarded on condition of having implemented a nontrivial graph algorithm in a programming language (e. g. C++, Java, Python, etc.) The exam has a written form and tests students’ knowledge of terms and fundamental algorithms.
Aims
The course aims to acquaint the students with the graph theory and graph-based algorithms that extend the knowledge acquired in courses focused on artificial intelligence, operations research, project management and computer networks and are commonly used to solve problems in engineering and other areas.
Specification of controlled education, way of implementation and compensation for absences
Since the attendance at seminars is required, it will be checked systematically by the teacher supervising the seminar. If a student misses a seminar, an excused absence can be compensated for via make-up topics of exercises.
The study programmes with the given course
Programme M2I-P: Mechanical Engineering, Master's
branch M-AIŘ: Applied Computer Science and Control, compulsory
Type of course unit
Lecture
26 hours, optionally
Teacher / Lecturer
Syllabus
1. Definition of a graph and basic terms.
2. Computer representation of a graph.
3. Time and space complexity of algorithms.
4. Graph searching, backtracking, branch and bound method.
5. Applications of path problems, shortest paths, network graphs.
6. Eulerian trails, Hamiltonian paths and circles.
7. Connected components, trees and spanning trees.
8. Steiner trees.
9. Voronoi diagrams, Delaunay triangulation.
10. Graph colouring, cliques.
11.-12. Network flows.
13. Graph matching.
Computer-assisted exercise
26 hours, compulsory
Teacher / Lecturer
Syllabus
Seminars will focus on a computer implementation of graph algorithms and searching and testing WEB software based on the graph theory.