lherreranetlink / DirectedGraph

this is a simple directed graph coded in C language
1 stars 1 forks source link

Do I get the right result? #2

Open juangl opened 7 years ago

juangl commented 7 years ago

This is what I'm getting:

screen shot 2017-09-20 at 12 49 52

lherreranetlink commented 7 years ago

the result shown in the console is the adjacency list of the graph. The A* and other algorithms are not yet implement