Course detail
Parallel and Distributed Algorithms
FIT-PRLAcad. year: 2025/2026
Introduction, features and languages for parallel and distributed architectures. Abstract models of parallel computing, PRAM, complexity. All prefix sums and their applications. Algorithms for parallel sorting and searching, parallel matrix operations, Interaction between processes, communication, synchronization. Typical problems.
Why is the course taughtThe aim of this course is to teach students to make parallel algorithmic solution to basic tasks like sorting, searching, list processing etc. Also the students will be able to create correct parallel and distributed applications and to use synchronization mechanisms properly.
Language of instruction
Number of ECTS credits
Mode of study
Guarantor
Department
Entry knowledge
Rules for evaluation and completion of the course
A mid-term exam evaluation and an evaluation of projects.
A written mid-term test, a regular evaluation of projects. The test does not have correction option, the final exam has two possible correction terms.
Prerequisites to obtain a credit
To obtain at least one point in each project and at least 15 points from semester activities.
Aims
Students will learn basic principles of parallel and distributed computing and with parallel and distributed algorithms and their time complexity.
Students will learn basic principles and possibilities of algorithm parallelization.
Study aids
Prerequisites and corequisites
Basic literature
Recommended reading
Ananth Grama, Anshul Gupta, George Karypis, Vipin Kumar: Introduction to Parallel Computing, Addison Wesley, 2003, ISBN: 0-201-64865-2
Jaja, J.: An Introduction to Parallel Algorithms, Addison-Wesley, 1992, ISBN 0-201-54856-9
Reif, J: Synthesis of Parallel Algorithms, Morgan Kaufmann, 1993, ISBN:155860135X
Classification of course in study plans
- Programme MITAI Master's
specialization NSEC , 1 year of study, summer semester, compulsory
specialization NNET , 1 year of study, summer semester, compulsory
specialization NMAL , 1 year of study, summer semester, compulsory
specialization NCPS , 1 year of study, summer semester, compulsory
specialization NHPC , 1 year of study, summer semester, compulsory
specialization NVER , 1 year of study, summer semester, compulsory
specialization NIDE , 1 year of study, summer semester, compulsory
specialization NISY , 1 year of study, summer semester, compulsory
specialization NEMB , 1 year of study, summer semester, compulsory
specialization NSPE , 1 year of study, summer semester, compulsory
specialization NEMB , 1 year of study, summer semester, compulsory
specialization NBIO , 1 year of study, summer semester, compulsory
specialization NSEN , 1 year of study, summer semester, compulsory
specialization NVIZ , 1 year of study, summer semester, compulsory
specialization NGRI , 1 year of study, summer semester, compulsory
specialization NADE , 1 year of study, summer semester, compulsory
specialization NISD , 1 year of study, summer semester, compulsory
specialization NMAT , 1 year of study, summer semester, compulsory
Type of course unit
Lecture
Teacher / Lecturer
Syllabus
- Introduction, architectures and languages for parallel and distributed processing.
- Abstract models of parallel computing, PRAM (Parallel Random Access Machine).
- Distributed and parallel algorithms and their complexity.
- Interaction between processes, communication, synchronization.
- Topologies, synchronous and asynchronous algorithms.
- Algorithms for parallel sorting.
- Algorithms for parallel searching.
- Parallel matrix operations.
- All prefix sums and their applications.
- Graph and list algorithms.
- Synchronization algorithms and tasks.
- Mechanisms and language constructs for synchronization.
- Languages for parallel and distributed computing.
Project
Teacher / Lecturer
Syllabus
- Programming project in parallel programming language.