You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GRAPH PARSER
Author: Evandro Murilo
Description: Parses a graph configuration file (see 'src/test.txt' for an example),
after that you can submit queries for finding the shortest path between two nodes (using
breadth-first search).
About
Parses a custom graph configuration file and respond to search queries