Skip to content

Commit d55840a

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

File tree

1 file changed

+1
-1
lines changed

1 file 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
@@ -5,7 +5,7 @@
55
/** Program description - To find all possible paths from source to destination*/
66

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

1010
// JAVA program to print all paths from a source to destination.
1111
import java.util.*;

0 commit comments

Comments
 (0)