forked from Aarsh2101/MS-GSP-Algorithm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresults.txt
More file actions
57 lines (49 loc) · 694 Bytes
/
results.txt
File metadata and controls
57 lines (49 loc) · 694 Bytes
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
**************************************
1-sequences:
<{90}>
<{20}>
<{30}>
<{70}>
<{80}>
<{10}>
<{40}>
<{50}>
The count is: 8
**************************************
2-sequences:
<{20,30}>
<{20}{30}>
<{20,70}>
<{20}{70}>
<{20}{80}>
<{30}{30}>
<{30,70}>
<{30}{70}>
<{30,80}>
<{30}{80}>
<{70}{70}>
<{70,80}>
<{80}{70}>
<{10,40}>
<{10}{40}>
<{40}{40}>
The count is: 16
**************************************
3-sequences:
<{20,30}{30}>
<{20,30,70}>
<{20,30}{70}>
<{20,30}{80}>
<{20}{30,70}>
<{20}{70,80}>
<{30}{30,70}>
<{30,70,80}>
<{30}{70,80}>
<{70,80}{70}>
<{10,40}{40}>
The count is: 11
**************************************
4-sequences:
<{20,30}{30,70}>
<{20,30}{70,80}>
The count is: 2