Skip to content

bradclawsie/randomgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

randomgraph

Generate random graphs.

randomgraph.RandSeed()
vs := randomgraph.Vertices([]randomgraph.Vertex{"a","b","c","d","e"})
graph, err := randomgraph.UndirectedCyclic(vs)
graph, err := randomgraph.DirectedAcyclic(vs)

About

Generate random graphs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages