Skip to content

girafe-ai/msai-algorithms

Repository files navigation

Harbour.Space BKK 2025 M02.

Semester content:

Week Content Slides WarmUp test Contest Soft Deadline
01 Linear algorithms Slides Test Contest 24.02.2026 09:00 UTC+1

Final grade:

Final grade G consists of three parts:

  • Homework grade: H is a number within range [0; 10] (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 * 10 + 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; 10]:

H = round(10 * 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.