YaccConstructor / QuickGraph

Generic Graph Data Structures and Algorithms for .NET
http://yaccconstructor.github.io/QuickGraph/
Microsoft Public License
523 stars 198 forks source link

Unregistered properly some events. #159

Closed Orace closed 7 years ago

Orace commented 7 years ago

In TopologicalSortAlgorithm implementation, DepthFirstSearchAlgorithm event were badly unregistered. See http://stackoverflow.com/questions/183367/

gsvgit commented 7 years ago

@Orace thank you!