graph-utils

Small script that reads a graph from a gdf file. Performs DFS and BFS over that graph to calculate the reachability graph. Each algorithm outputs a different graph that are latter written in its corresponding gdf file.

Usage

go run main.go <file.gdf>