davecom / SwiftGraph

A Graph Data Structure in Pure Swift
Apache License 2.0
754 stars 79 forks source link

Reversed Graph and Topological Sort Tests #80

Closed mattpaletta closed 3 years ago

davecom commented 3 years ago

Hi @mattpaletta,

Thanks for the contribution. This looks good. I'm thinking maybe reverse() should go in its own file as an extension to Graph and so should the reverse tests, just so we are not bloating Graph.swift and SwiftGraphTests.swift.

Thanks again, David

davecom commented 3 years ago

Thank you for the contribution!