sdboyer / gogl

A graph library in Go
MIT License
77 stars 13 forks source link

Implement a NullGraph #13

Closed sdboyer closed 10 years ago

sdboyer commented 10 years ago

Especially for a lot of the builder stuff, it'll be very useful to create a NullGraph that represents a graph with no edges and no vertices.

sdboyer commented 10 years ago

Actually...need to do a little more with it, like use it in tests, before this is done.