We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4411faa commit d55840aCopy full SHA for d55840a
src/main/java/com/thealgorithms/backtracking/All_Paths_From_Source_To_Target.java
@@ -5,7 +5,7 @@
5
/** Program description - To find all possible paths from source to destination*/
6
7
/**Wikipedia link -> https://en.wikipedia.org/wiki/Shortest_path_problem */
8
-package main.java.com.thealgorithms.backtracking;
+package com.thealgorithms.backtracking;
9
10
// JAVA program to print all paths from a source to destination.
11
import java.util.*;
0 commit comments