dtoledom / graph-utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About


Languages

Language:Go 100.0%