mmnaseri / cs-review

An effort to refresh my CS background
MIT License
251 stars 72 forks source link

Prevent graph search algorithms from modifying the original graph #5

Closed mmnaseri closed 9 years ago

mmnaseri commented 9 years ago

Each of these should instead return a new graph that matches the original, and mark, color, or otherwise modify that graph.