Closed mattpaletta closed 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.
reverse(
Graph
Graph.swift
SwiftGraphTests.swift
Thanks again, David
Thank you for the contribution!
Hi @mattpaletta,
Thanks for the contribution. This looks good. I'm thinking maybe
reverse(
) should go in its own file as an extension toGraph
and so should the reverse tests, just so we are not bloatingGraph.swift
andSwiftGraphTests.swift
.Thanks again, David