forked from TheAlgorithms/JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit cafb343
Update AllCombinationsOfSizeK.js (TheAlgorithms#1530)
* Update AllCombinationsOfSizeK.js
* Update AllCombinationsOfSizeK.js
* Update AllCombinationsOfSizeK.test.js
Changes made it the type of testing.
Instead of testing the class now the program will test the function
* Update AllCombinationsOfSizeK.js
* Update AllCombinationsOfSizeK.js
* Update AllCombinationsOfSizeK.js
* Update AllCombinationsOfSizeK.test.js
* Update AllCombinationsOfSizeK.test.js1 parent 1cc5e61 commit cafb343
File tree
2 files changed
+28
-46
lines changed- Backtracking
- tests
2 files changed
+28
-46
lines changedLines changed: 23 additions & 41 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
2 | - | ||
3 | - | ||
4 | - | ||
5 | - | ||
6 | - | ||
7 | - | ||
8 | - | ||
9 | - | ||
10 | - | ||
11 | - | ||
12 | - | ||
13 | - | ||
14 | - | ||
15 | - | ||
16 | - | ||
17 | - | ||
18 | - | ||
19 | - | ||
20 | - | ||
21 | - | ||
22 | - | ||
23 | - | ||
24 | - | ||
25 | - | ||
26 | - | ||
27 | - | ||
28 | - | ||
29 | - | ||
30 | - | ||
31 | - | ||
32 | - | ||
33 | - | ||
34 | - | ||
35 | - | ||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
36 | 11 |
| |
37 | - | ||
38 | - | ||
39 | - | ||
40 | - | ||
12 | + | ||
13 | + | ||
14 | + | ||
41 | 15 |
| |
42 | - | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
43 | 21 |
| |
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
44 | 26 |
| |
45 | 27 |
| |
46 | - | ||
28 | + |
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | - | ||
6 | - | ||
5 | + | ||
6 | + | ||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | - | ||
15 | - | ||
14 | + | ||
15 | + | ||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
0 commit comments