HIIT Open 2025 programming contest

Two weeks ago, 16 teams and 41 contestants gathered in Otaniemi to compete on algorithmic problem solving.
HIIT Open 2025

HIIT Open 2025 was organized in Otaniemi Computer Science building on November 8, 2025 by HIIT, Aalto University and University of Helsinki. In total 16 teams competed to solve 12 algorithmic programming challenges in 5 hours. The topics of the problems varied from straightforward implementation to problems combining combinatorics, graph theory and data structures.

For one problem, the objective was to design an algorithm for finding a coloring of a planar graph with 6 colors such that the endpoints of all edges have distinct colors. The main idea for the solution was to exploit the property of planar graphs that there is always a vertex with at most five neighbors. This ensures that the vertex has a free color available for it even once all of its neighbors have received a color. The algorithm now knows that it can color this vertex the last. So now the algorithm needs to solve the coloring problem for a planar graph with one vertex less. Applying this coloring strategy recursively provides a valid 6-coloring.

In another problem, the contestants were given a list of regnal titles, and they were supposed to compute how many orders they could have ruled in, noting that two royals with the same regnal name must have ordered in the order given by their regnal numbers. The solution reduces to computing a certain multinomial coefficient.

The winning team Naming is (NP) Hard with Roope Salmi, Veikko Heikkinen, and Juho Röyskö (University of Helsinki) solved all 12 problems with 23 minutes of contest remaining. The second place was earned by the team “Hornet's Multithreading” with Manh Hung Nguyen, Hoang Dung Nguyen, and Shu Minghao (Aalto University) who solved 11 problems. The team “Aalto CS-A1140 Team 2” with Henrik Aalto, Valtteri Aurela, and Elias Simojoki (Aalto University) finished on the third place by solving 10 problems. For more information on the contest, problems, and the results, see https://open.hiit.fi/.

  • Updated:
  • Published:
Share
URL copied!

Read more news

wind turbine
Aalto University, Department of Information and Communications Engineering, Highlight, Research Published:

New research: Reliable electricity can no longer be taken for granted – the green transition may require fossil fuel as backup

Although Finland's electricity system has been exceptionally reliable, this may not necessarily be the case in the future. A recent study by Aalto University warns that without further investment in flexible production and demand management, the security of the electricity supply could deteriorate significantly as early as the 2030s.
Academy Professors
Aalto University, Appointments, Awards, Highlight Published:

Three new Academy Professors at Aalto University

Professor Tuomas Hytönen from the Department of Mathematics and Systems Analysis, Professor Mikko Möttönen from the Department of Applied Physics and Professor Aki Vehtari from the Department of Computer Science have been appointed as Academy Professors for the term 1 January 2026–31 December 2031. Congratulations to all!
Tuomo Lehtonen and Masood Feyzbakhsh Rankooh
Aalto University, Computer Science Department, News from HIIT, Research, University of Helsinki Published:

Two HIIT Fellows at KR 2025

Two HIIT Fellows had publications accepted to KR 2025 in Melbourne, Australia.
Haoye Tian
Aalto University, Computer Science Department, Highlight, Interview Published:

Haoye Tian: I want to build trustworthy AI-driven software tools

Haoye Tian has been appointed assistant professor at Aalto University Department of Computer Science as from 1 September 2025. He aims to create automated and reliable tools that improve the correctness, security and maintainability of real-world software systems.