Skip to content

Commit 3a349f2

Browse files
test
1 parent e21aee8 commit 3a349f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import java.util.List;
55

66
/**
7-
* Program description - To find all possible paths from source to destination
7+
* Program description - To find all possible paths from source to destination
88
* <a href="https://en.wikipedia.org/wiki/Shortest_path_problem">Wikipedia</a>
99
*
1010
* @author <a href="https://github.com/siddhant2002">Siddhant Swarup Mallick</a>

0 commit comments

Comments
 (0)