graph.js icon indicating copy to clipboard operation
graph.js copied to clipboard

consistency in functional and in-place methods

Open mhelvens opened this issue 9 years ago • 0 comments

Right now, there are some methods that create a new graph based on an existing graph, and others that transform an existing graph in-place. For example:

There should be some consistency there. Perhaps there should be two versions of such algorithms, properly named. Suggestions welcome.

mhelvens avatar May 22 '15 19:05 mhelvens