This is a template readme file to enforce main default branch. Edit this file as you see fit.# University of Tampere COMP.CS.300 Data Structures and Algorithms 1, Spring 2024
This repository contains my solution to the main exercise for the University of Tampere COMP.CS.300 Data Structures and Algorithms 1 course, Spring 2024.
The main exercise is related to railways, railway stations, their locations, and trains traveling between them. The focus areas include:
- Stations
- Regions to which the stations belong (municipalities, provinces, etc.)
- Departure times of trains
- Train connections between stations
- Route searches
The logic of this project can be found in the folder prg2
and was built using the Qt framework.