Institute of Computer Science
  1. Courses
  2. 2020/21 fall
  3. Algorithmics (MTAT.03.238)
ET
Log in

Algorithmics 2020/21 fall

  • Home
  • Lectures
  • Homeworks
    • Information
    • Submit
    • Plagiarism
    • Practicals
  • Essays
  • Projects
  • Links
  • Exam

Exam

Exam dates and times are:

  • Exam Date I -
  • Exam Date II -

For the exam you only need a pen and possibly a cheat sheet. A single one-sided A4 “cheat-sheet” is allowed. Submit it with your exam.

Exam type will be decided based on COVID-19 situation

For repeating the material please make sure to understand the basic concepts from every set of lecture materials.

  • Complexity - the O, o, Theta, Omega, omega relations between functions, and how to prove that relationship holds.
  • Recurrences (e.g. T(n)= 2*T(n/2) + n) and use of the master theorem
  • Theoretical and practical considerations about sorting algorithms (remember the pre-course questionnaire?)
  • Binary search, array-based linear structure, linked list, skip-list
  • Binary search tree BST, balanced BST, B-tree
  • Hashing, hash functions, universal hashing, Bloom filters
  • Binary heap, binomial heap
  • Tree traversal orders and recursive and non-recursive traversal algorithms
  • Graph traversal orders (BFS, DFS, random, prioritised order) and algorithms (recursive, queue, priority queue based)
  • Shortest path, Dijkstra, A* algorithms
  • Topological sorting, maximum flow, transitive closure by matrix multiplications
  • Succinct data structures concept
  • Optimisation - finding the best "instance" or value or configuration
  • Heuristic search concepts - greedy, local search,
  • Meta-heuristics: simulated annealing, tabu-, genetic and evolutionary algorithms, differential evolution, ACO, swarm
  • Dynamic programming

Exam questions will be mostly descriptive - 4-5 "larger" questions

  • discuss the main principle of (e.g. Bloom filters, meta-heuristics, etc)
  • examples add numbers like 2,5,7,1,9,3 into BST,
  • given a graph provide the output for some algorithm,
  • prove the complexity class relation for a function;
  • etc.
  • Institute of Computer Science
  • Faculty of Science and Technology
  • University of Tartu
In case of technical problems or questions write to:

Contact the course organizers with the organizational and course content questions.
The proprietary copyrights of educational materials belong to the University of Tartu. The use of educational materials is permitted for the purposes and under the conditions provided for in the copyright law for the free use of a work. When using educational materials, the user is obligated to give credit to the author of the educational materials.
The use of educational materials for other purposes is allowed only with the prior written consent of the University of Tartu.
Terms of use for the Courses environment