Skip to content

girafe-ai/msai-algorithms

Repository files navigation

Harbour.Space BKK 2024 M12.

Semester content:

Week Content Slides WarmUp test Contest Soft Deadline
01 Sorting algorithms Slides Test Contest 07.05.2024 09:00 UTC+7
02 Binary search Slides Test Contest 08.05.2024 09:00 UTC+7
03 Basic Data sturctures Slides Test Contest 09.05.2024 09:00 UTC+7
04 Dynamic programming Slides Test Contest 10.05.2024 09:00 UTC+7
05 Knapsack problem Slides Test Contest 13.05.2024 09:00 UTC+7
06 KMP & Heap Slides Test Contest 14.05.2024 09:00 UTC+7
07 DFS & BFS Slides Test Contest 15.05.2024 09:00 UTC+7
08 Shortest paths Slides Test Contest 17.05.2024 09:00 UTC+7
09 RSQ & RMQ Slides Test Contest 20.05.2024 09:00 UTC+7
10 Hashing Slides Test Contest 21.05.2024 09:00 UTC+7

Final grade:

Final grade G consists of three parts:

  • Homework grade: H is a number within range [0; 1] (rules given below).

  • Practical exam grade: P is an integer number within range [0; 10] (rules will be provided later).

  • Theoretical exam grade: T is an integer number within range [0; 10] (rules will be provided later).

Your final grade is:

G = ceil(0.6 H * 100 + 0.2 P * 10 + 0.2 T * 10)

Homework grade

Homework grade contributes the most into final grade. To increase homework grade you should solve problems from home assignments.

Formally:

Homework grade: H is an integer number within range [0; 1]:

H = hw_score / hw_maximum_score

hw_score is sum of scores for all problems in home assignment.

Scores for a problem:

- 1.0 if you solved the problem (got OK verdict) before soft deadline

- 0.75 if you solved the problem (got OK verdict) after soft deadline

- 0 otherwise

hw_maximum_score is total number of problems in all home asignments.