You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/thealgorithms/backtracking/Combination.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,7 @@
7
7
importjava.util.TreeSet;
8
8
9
9
/**
10
-
* Finds all permutations of given array
11
-
* @author Alan Piao (<a href="https://github.com/cpiao3">git-Alan Piao</a>)
10
+
* Finds all combinations of a given array using backtracking algorithm * @author Alan Piao (<a href="https://github.com/cpiao3">git-Alan Piao</a>)
0 commit comments