Arvutustel
Arvutustel is a term used in Estonian computing education to describe activities and competitions that focus on computational thinking and algorithm design. The name roughly translates to "calculation event" and is used for a range of formats in which participants solve algorithmic problems under time constraints. Problems typically require designing efficient algorithms, selecting appropriate data structures, and analyzing time and space complexity, with some tasks also asking for formal correctness proofs.
Contests can be held for individuals or teams and may include warm-up rounds, main rounds, and sometimes
Arvutustel is used as a pedagogical tool to develop problem-solving abilities, programming skills, and collaborative work
See also programming contest, competitive programming, algorithms, data structures.