Skip to content

felipeaz/simple-go-directional-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Simple demonstration of directional graphs in go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages