Skip to content

Commit 4411faa

Browse files
committed
Fixes(#3359)
1 parent 7d4e87d commit 4411faa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/main/java/com/thealgorithms/backtracking/All_Paths_From_Source_To_Target.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/** Program description - To find all possible paths from source to destination*/
66

7-
7+
/**Wikipedia link -> https://en.wikipedia.org/wiki/Shortest_path_problem */
88
package main.java.com.thealgorithms.backtracking;
99

1010
// JAVA program to print all paths from a source to destination.

0 commit comments

Comments
 (0)