Skip to content

directed graph implementation to solve train route puzzle

Notifications You must be signed in to change notification settings

ebeer/directed-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Directed Graph Structure problem

Puzzle problem that takes a directed graph as input and returns information about the possible routes on the graph.

Directed Graph uses Dijkstra's algorithm to find shortest path.

Input format is: AB5, BC4, CD8, DC8, DE6, AD5, CE2, EB3, AE7

About

directed graph implementation to solve train route puzzle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages