Skip to content
This repository has been archived by the owner on Jul 9, 2018. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 485 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 485 Bytes

cs-dijkstra

A C# implementation of Dijkstra's algorithm

This implementation reads a graph from a text file and then finds the shortest path from the starting point to the destination point which can both be defined by the user through cli input. The default graph is taken from Jens Gallenbacher's Abenteuer Informatik which I used to prepare for the entrance exam at the Technical University of Vienna.

The graph looks like this:

alt text