-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestOut
72 lines (38 loc) · 1015 Bytes
/
testOut
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Input set:
<3, 7, 1, 18, 19, 20>
Testing 3-combinations
----------------------
Next combination: <3, 7, 1>
Next combination: <3, 7, 18>
Next combination: <3, 7, 19>
Next combination: <3, 7, 20>
Next combination: <3, 1, 18>
Next combination: <3, 1, 19>
Next combination: <3, 1, 20>
Next combination: <3, 18, 19>
Next combination: <3, 18, 20>
Next combination: <3, 19, 20>
Next combination: <7, 1, 18>
Next combination: <7, 1, 19>
Next combination: <7, 1, 20>
Next combination: <7, 18, 19>
Next combination: <7, 18, 20>
Next combination: <7, 19, 20>
Next combination: <1, 18, 19>
Next combination: <1, 18, 20>
Next combination: <1, 19, 20>
Next combination: <18, 19, 20>
Next combination: <>
Testing 0-combinations
----------------------
Next Combination: <>
Next Combination: <>
Testing 1-combinations
----------------------
Next combination: <3>
Next combination: <7>
Next combination: <1>
Next combination: <18>
Next combination: <19>
Next combination: <20>
Next combination: <>