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 5736de7 commit 4fba735Copy full SHA for 4fba735
src/main/java/com/thealgorithms/backtracking/AllPathsFromSourceToTarget.java
@@ -22,7 +22,7 @@ public class AllPathsFromSourceToTarget {
22
private ArrayList<Integer>[] adjList;
23
24
// Constructor
25
- public All_Paths_From_Source_To_Target(int vertices)
+ public AllPathsFromSourceToTarget(int vertices)
26
{
27
28
// initialise vertex count
0 commit comments