You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SwiftGraph/Graph.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -366,7 +366,7 @@ extension Graph {
366
366
/// - parameter visited: a set of vertex indices which will be considered to have been visited already
367
367
/// - parameter reachability: a dictionary mapping vertex indices to a Boolean indicating whether a path exists (`true`) or does not exist (`false`) from that vertex to the destination
368
368
/// - returns: the number of paths that exist going from the start to the destinatin
0 commit comments