An open API service indexing awesome lists of open source software.

https://github.com/felipeaz/simple-go-directional-graph

Simple demonstration of directional graphs in go
https://github.com/felipeaz/simple-go-directional-graph

golang graph

Last synced: 3 months ago
JSON representation

Simple demonstration of directional graphs in go

Awesome Lists containing this project

README

        

# simple-go-directional-graph

Implementation of bi-directional-graph in go where I randomized a start point and the code drives me home through the graphs.

Directional Graphs as the name says are graphs that contains directions to N-nodes, each node being another n-directional graph. In this example, I'm using a Bi-directional graph, that means each graph node will have a maximum of two nodes each