-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplayground.txt
132 lines (51 loc) · 814 Bytes
/
playground.txt
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
truth table 0: 10010110
input 0: 00010
input 1: 00001
input 2: 00100
truth table 1: 10010010
input 0: 100000
input 1: 010000
input 2: 000001
truth table 2: 00010111
input 0: 0000100
input 1: 0001000
input 2: 0000010
truth table 3: 00010110
input 0: 10000000
input 1: 00000010
input 2: 00000001
10010110 3 4 2 =
10010010 0 1 5 =
00010111 4 3 5 =
00010110 0 6 7 =
[false, true, false, false, false]
x1 y1 z1
x2 y2 z2
x3 y3 z3
x4 y4 z4
x5 y5 z5
.
.
.
~x2 of ~y1
~x2 of ~y2
~x3 of ~y1
~x3 of ~y2
~x4 of ~y1
~x4 of ~y2
~x4 of ~y3
~x5 of ~y1
~x5 of ~y2
~x5 of ~y3
~x5 of ~y4
connections[i][0].find() < connections[i][1].find() < connections[i][2].find()
5 3 2
center
n1
n2
n3
n4
01101001 2 4 1
11100101 5 0 3
11101000 1 5 2
11000010 6 7 0