We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e21aee8 commit 3a349f2Copy full SHA for 3a349f2
src/main/java/com/thealgorithms/backtracking/AllPathsFromSourceToTarget.java
@@ -4,7 +4,7 @@
4
import java.util.List;
5
6
/**
7
- * Program description - To find all possible paths from source to destination
+ * Program description - To find all possible paths from source to destination
8
* <a href="https://en.wikipedia.org/wiki/Shortest_path_problem">Wikipedia</a>
9
*
10
* @author <a href="https://github.com/siddhant2002">Siddhant Swarup Mallick</a>
0 commit comments