sdboyer / gogl

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

Introduce Arc #29

Closed sdboyer closed 10 years ago

sdboyer commented 10 years ago

it's really not ok to conflate Edge and Arc together as gogl's been doing. the latter is clearly an elaboration/specialization of the former, but they need to be separate.

on the plus side, doing this will make #18 and #21 pretty much no-brainers.

sdboyer commented 10 years ago

all wrapped up now