rettetdemdativ / cs-dijkstra

A C# implementation of Dijkstra's algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A C# implementation of Dijkstra's algorithm


Languages

Language:C# 100.0%