NOTE: This project is part of the Business Informatics Bachelor at the TU Wien and is aimed towards learning to handle multidimensional Data in Java.
Given is a file junctions.csv which contains the names and coordinates from real Trainstations & Airports all over the world.
The programm reads out the data from the file and stores it, due to demonstration purposes, in two different datastructures:
- A naive ArrayList (inefficient)
- 2D Grid (efficient)