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
/// - parameter toIndex: the index of the destination vertex
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
-
/// - returns: the number of paths that exist going from the start to the destinatin
368
+
/// - returns: the number of paths that exist going from the start to the destination
0 commit comments