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 2c4bf3c commit a14e1e3Copy full SHA for a14e1e3
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