Move edges-between from edges to vertices
zmaril opened this issue · comments
Zack Maril commented
edges-between is a method that takes in vertices and returns edges. Should probably be in vertex.clj.
Zack Maril commented
Same for connected?
Zack Maril commented
Nevermind. connect!
takes in vertices and returns an edge, but should definitely be in edge.clj.