Skip to content

Commit 4fba735

Browse files
committed
Fixes(#3359)
1 parent 5736de7 commit 4fba735

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
@@ -22,7 +22,7 @@ public class AllPathsFromSourceToTarget {
2222
private ArrayList<Integer>[] adjList;
2323

2424
// Constructor
25-
public All_Paths_From_Source_To_Target(int vertices)
25+
public AllPathsFromSourceToTarget(int vertices)
2626
{
2727

2828
// initialise vertex count

0 commit comments

Comments
 (0)