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.
2 parents c92e485 + a14e1e3 commit 29e7dbeCopy full SHA for 29e7dbe
src/main/java/com/thealgorithms/backtracking/Combination.java
@@ -7,8 +7,7 @@
7
import java.util.TreeSet;
8
9
/**
10
- * Finds all permutations of given array
11
- * @author Alan Piao (<a href="https://github.com/cpiao3">git-Alan Piao</a>)
+ * Finds all combinations of a given array using backtracking algorithm * @author Alan Piao (<a href="https://github.com/cpiao3">git-Alan Piao</a>)
12
*/
13
public final class Combination {
14
private Combination() {
0 commit comments