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
- Host: GitHub
- URL: https://github.com/felipeaz/simple-go-directional-graph
- Owner: felipeaz
- Created: 2023-01-27T21:34:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T10:06:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-07T05:21:59.461Z (4 months ago)
- Topics: golang, graph
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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