id
int64
0
25k
prompt
stringlengths
265
3.39k
answer
stringclasses
14 values
pythoncode
stringlengths
267
3.39k
num_nodes
int64
3
10
num_edges
int64
3
56
avg_node_edge
float64
1
5.6
graph_density
float64
0.11
1
num_classes
int64
2
10
avg_node_class
float64
1
5
max_num_field
int64
1
10
min_num_field
int64
1
5
avg_num_field
float64
1
7.8
path_length
int64
3
10
max_node_visits
int64
1
6
max_edge_visits
int64
1
5
unique_node_number
int64
2
10
path_node_coverage
float64
0.2
1
unique_edge_number
int64
2
10
path_edge_coverage
float64
0.04
1
num_cycle
int64
0
9
shortest_cycle
int64
2
9
longest_cycle
int64
2
10
average_cycle
float64
2
9
unique_edge_label
int64
1
9
max_label_occurrences
int64
1
10
max_label_consecutive
int64
1
10
max_node_outdegree
int64
1
5
200
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt d = A("d") k = B("k") f = A("f") l = B("l") j = A("j") g = B("g") n = B("n") b = A("b") i = B("i") d.t = b k.w = f f.t = b l.w = j j.t ...
j"
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt d = A("d") k = B("k") f = A("f") l = B("l") j = A("j") g = B("g") n = B("n") b = A("b") i = B("i") d.t = b k.w = f f.t = b l.w = j j.t ...
9
9
1
0.125
2
4.5
1
1
1
4
2
1
4
0.444444
4
0.444444
1
3
3
3
2
3
3
1
201
class A: def __init__(self, txt: str): self.z: A = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt f = A("f") n = B("n") a = B("a") e = A("e") k = B("k") i = B("i") m = A("m") f.z = e f.y = a n.s = e a.s = m e...
a"
class A: def __init__(self, txt: str): self.z: A = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt f = A("f") n = B("n") a = B("a") e = A("e") k = B("k") i = B("i") m = A("m") f.z = e f.y = a n.s = e a.s = m e...
7
10
1.428571
0.238095
2
3.5
2
1
1.5
3
2
1
3
0.428571
3
0.3
1
2
2
2
2
2
2
2
202
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.q: B = None self.txt = txt n = A("n") g = B("g") f = B("f") n.s = f g.y = f g.q = f f.y = g f.q = g assert g.y.y.q.txt == "
f"
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.q: B = None self.txt = txt n = A("n") g = B("g") f = B("f") n.s = f g.y = f g.q = f f.y = g f.q = g assert g.y.y.q.txt == "f"
3
3
1
0.5
2
1.5
2
1
1.5
3
2
1
2
0.666667
3
1
2
2
2
2
2
2
2
2
203
class A: def __init__(self, txt: str): self.o: B = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.txt = txt n = A("n") e = B("e") k = B("k") m = A("m") l = B("l") n.o = k n.t = l e.z = k k.z = l m.o = e m.t = e l.z = e...
k"
class A: def __init__(self, txt: str): self.o: B = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.txt = txt n = A("n") e = B("e") k = B("k") m = A("m") l = B("l") n.o = k n.t = l e.z = k k.z = l m.o = e m.t = e l.z = e...
5
6
1.2
0.3
2
2.5
2
1
1.5
4
2
2
3
0.6
3
0.5
2
3
3
3
1
4
4
1
204
class A: def __init__(self, txt: str): self.s: B = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt d = A("d") j = B("j") k = A("k") h = B("h") d.s = j d.o = k j.w = d k.s = h k.o = d h.w = d assert d.o.s.w.txt...
d"
class A: def __init__(self, txt: str): self.s: B = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt d = A("d") j = B("j") k = A("k") h = B("h") d.s = j d.o = k j.w = d k.s = h k.o = d h.w = d assert d.o.s.w.txt...
4
6
1.5
0.5
2
2
2
1
1.5
3
2
1
3
0.75
3
0.5
1
3
3
3
3
1
1
1
205
class A: def __init__(self, txt: str): self.z: A = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.x: A = None self.txt = txt e = A("e") d = B("d") g = A("g") m = A("m") f = A("f") n = B("n") h = B("h") i = A("i"...
m"
class A: def __init__(self, txt: str): self.z: A = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.x: A = None self.txt = txt e = A("e") d = B("d") g = A("g") m = A("m") f = A("f") n = B("n") h = B("h") i = A("i"...
9
16
1.777778
0.222222
2
4.5
2
2
2
8
3
2
4
0.444444
6
0.375
5
2
6
3.571429
3
5
3
2
206
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt d = A("d") b = B("b") f = A("f") m = A("m") n = A("n") j = A("j") i = A("i") h = B("h") d.y = f b.t = n f.y = i m.y = j n.y = d j.y = i...
n"
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt d = A("d") b = B("b") f = A("f") m = A("m") n = A("n") j = A("j") i = A("i") h = B("h") d.y = f b.t = n f.y = i m.y = j n.y = d j.y = i...
8
8
1
0.142857
2
4
1
1
1
6
2
2
4
0.5
4
0.5
3
4
4
4
1
6
6
1
207
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt h = A("h") m = B("m") f = B("f") b = A("b") h.y = b m.x = h f.x = b b.y = h assert f.x.y.y.txt == "
b"
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt h = A("h") m = B("m") f = B("f") b = A("b") h.y = b m.x = h f.x = b b.y = h assert f.x.y.y.txt == "b"
4
4
1
0.333333
2
2
1
1
1
3
2
1
3
0.75
3
0.75
1
2
2
2
2
2
2
1
208
class A: def __init__(self, txt: str): self.o: A = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.o: A = None self.txt = txt e = A("e") b = B("b") g = B("g") k = A("k") c = B("c") h = A("h") m = A("m") e.o = h ...
k"
class A: def __init__(self, txt: str): self.o: A = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.o: A = None self.txt = txt e = A("e") b = B("b") g = B("g") k = A("k") c = B("c") h = A("h") m = A("m") e.o = h ...
7
14
2
0.333333
2
3.5
2
2
2
4
2
2
3
0.428571
3
0.214286
2
3
3
3
2
3
2
1
209
class A: def __init__(self, txt: str): self.p: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.z: A = None self.txt = txt a = A("a") d = B("d") g = A("g") b = B("b") a.p = d a.q = d d.t = b d.z = g g.p = b g...
b"
class A: def __init__(self, txt: str): self.p: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.z: A = None self.txt = txt a = A("a") d = B("d") g = A("g") b = B("b") a.p = d a.q = d d.t = b d.z = g g.p = b g...
4
6
1.5
0.5
2
2
2
2
2
4
2
1
3
0.75
4
0.666667
2
2
3
2.5
3
2
2
2
210
class A: def __init__(self, txt: str): self.x: A = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt g = A("g") c = B("c") n = B("n") a = A("a") d = B("d") i = A("i") j = A("j") l = A("l") m = A("m") g.x = a g.p...
m"
class A: def __init__(self, txt: str): self.x: A = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt g = A("g") c = B("c") n = B("n") a = A("a") d = B("d") i = A("i") j = A("j") l = A("l") m = A("m") g.x = a g.p...
9
15
1.666667
0.208333
2
4.5
2
1
1.5
7
2
2
5
0.555556
5
0.333333
3
3
3
3
3
3
1
1
211
class A: def __init__(self, txt: str): self.r: B = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt j = A("j") m = B("m") l = A("l") e = A("e") j.r = m j.x = l m.w = l l.r = m l.x = e e.r = m e.x = l assert j.r...
m"
class A: def __init__(self, txt: str): self.r: B = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt j = A("j") m = B("m") l = A("l") e = A("e") j.r = m j.x = l m.w = l l.r = m l.x = e e.r = m e.x = l assert j.r...
4
7
1.75
0.583333
2
2
2
1
1.5
3
2
1
3
0.75
3
0.428571
1
2
2
2
2
2
1
1
212
class A: def __init__(self, txt: str): self.x: B = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt e = A("e") j = B("j") i = B("i") h = A("h") b = B("b") n = B("n") f = B("f") d = A("d") e.x = j e.v = b j.p = ...
n"
class A: def __init__(self, txt: str): self.x: B = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt e = A("e") j = B("j") i = B("i") h = A("h") b = B("b") n = B("n") f = B("f") d = A("d") e.x = j e.v = b j.p = ...
8
10
1.25
0.178571
2
4
2
1
1.5
5
2
2
4
0.5
4
0.4
2
4
4
4
2
3
1
1
213
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.txt = txt h = A("h") e = B("e") i = B("i") g = A("g") c = A("c") f = A("f") m = B("m") j = B("j") k = A("k") h.q = c e.v = i i.v = j g.q = k c.q ...
h"
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.txt = txt h = A("h") e = B("e") i = B("i") g = A("g") c = A("c") f = A("f") m = B("m") j = B("j") k = A("k") h.q = c e.v = i i.v = j g.q = k c.q ...
9
9
1
0.125
2
4.5
1
1
1
3
2
2
2
0.222222
2
0.222222
2
2
2
2
1
3
3
1
214
class A: def __init__(self, txt: str): self.t: A = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt e = A("e") j = B("j") n = B("n") h = B("h") a = B("a") l = A("l") g = A("g") k = A("k") d = A("d") e.t = l e.v...
k"
class A: def __init__(self, txt: str): self.t: A = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt e = A("e") j = B("j") n = B("n") h = B("h") a = B("a") l = A("l") g = A("g") k = A("k") d = A("d") e.t = l e.v...
9
14
1.555556
0.194444
2
4.5
2
1
1.5
3
2
1
3
0.333333
3
0.214286
1
2
2
2
2
2
1
1
215
class A: def __init__(self, txt: str): self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.p: B = None self.txt = txt n = A("n") d = B("d") g = B("g") a = A("a") c = B("c") i = B("i") b = A("b") l = B("l") h = B("h") k = A("k") ...
k"
class A: def __init__(self, txt: str): self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.p: B = None self.txt = txt n = A("n") d = B("d") g = B("g") a = A("a") c = B("c") i = B("i") b = A("b") l = B("l") h = B("h") k = A("k") ...
10
16
1.6
0.177778
2
5
2
1
1.5
7
2
2
6
0.6
6
0.375
2
2
2
2
3
3
3
1
216
class A: def __init__(self, txt: str): self.v: A = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt f = A("f") n = B("n") e = A("e") a = A("a") m = A("m") c = B("c") k = B("k") f.v = e f.o = e n.u = f e.v = f e...
e"
class A: def __init__(self, txt: str): self.v: A = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt f = A("f") n = B("n") e = A("e") a = A("a") m = A("m") c = B("c") k = B("k") f.v = e f.o = e n.u = f e.v = f e...
7
10
1.428571
0.238095
2
3.5
2
1
1.5
5
3
1
4
0.571429
5
0.5
2
2
4
2.666667
3
3
2
2
217
class A: def __init__(self, txt: str): self.w: B = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.txt = txt a = A("a") l = B("l") i = B("i") g = B("g") j = B("j") k = B("k") h = A("h") m = A("m") f = B("f") a.w = g a.x...
g"
class A: def __init__(self, txt: str): self.w: B = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.txt = txt a = A("a") l = B("l") i = B("i") g = B("g") j = B("j") k = B("k") h = A("h") m = A("m") f = B("f") a.w = g a.x...
9
12
1.333333
0.166667
2
4.5
2
1
1.5
7
2
2
4
0.444444
4
0.333333
4
4
4
4
1
7
7
1
218
class A: def __init__(self, txt: str): self.u: A = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.v: B = None self.txt = txt e = A("e") i = B("i") d = B("d") l = A("l") a = A("a") f = A("f") c = A("c") m = B("m"...
c"
class A: def __init__(self, txt: str): self.u: A = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.v: B = None self.txt = txt e = A("e") i = B("i") d = B("d") l = A("l") a = A("a") f = A("f") c = A("c") m = B("m"...
10
19
1.9
0.211111
2
5
2
2
2
7
4
2
4
0.4
5
0.263158
4
2
7
4.142857
2
6
4
2
219
class A: def __init__(self, txt: str): self.y: A = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.u: B = None self.txt = txt m = A("m") a = B("a") g = A("g") k = B("k") m.y = g m.p = a a.r = g a.u = k g.y = m g...
a"
class A: def __init__(self, txt: str): self.y: A = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.u: B = None self.txt = txt m = A("m") a = B("a") g = A("g") k = B("k") m.y = g m.p = a a.r = g a.u = k g.y = m g...
4
8
2
0.666667
2
2
2
2
2
4
2
2
3
0.75
3
0.375
2
2
2
2
3
2
1
1
220
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.txt = txt j = A("j") d = B("d") g = A("g") e = B("e") i = B("i") j.z = d d.y = j g.z = d e.y = j i.y = g assert d.y.z.y.z.txt == "
d"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.txt = txt j = A("j") d = B("d") g = A("g") e = B("e") i = B("i") j.z = d d.y = j g.z = d e.y = j i.y = g assert d.y.z.y.z.txt == "d"
5
5
1
0.25
2
2.5
1
1
1
4
3
2
2
0.4
2
0.4
3
2
4
2.5
2
2
1
1
221
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.x: B = None self.txt = txt l = A("l") d = B("d") a = A("a") g = A("g") h = B("h") e = B("e") j = A("j") k = A("k") m = A("m") l.p = d d.v...
h"
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.x: B = None self.txt = txt l = A("l") d = B("d") a = A("a") g = A("g") h = B("h") e = B("e") j = A("j") k = A("k") m = A("m") l.p = d d.v...
9
12
1.333333
0.166667
2
4.5
2
1
1.5
7
3
2
5
0.555556
6
0.5
3
2
5
3.25
3
3
2
2
222
class A: def __init__(self, txt: str): self.v: B = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.o: A = None self.txt = txt c = A("c") l = B("l") a = B("a") h = B("h") d = B("d") i = B("i") e = A("e") g = A("g"...
d"
class A: def __init__(self, txt: str): self.v: B = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.o: A = None self.txt = txt c = A("c") l = B("l") a = B("a") h = B("h") d = B("d") i = B("i") e = A("e") g = A("g"...
10
18
1.8
0.2
2
5
2
2
2
3
1
1
4
0.4
3
0.166667
0
null
null
null
3
1
1
1
223
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.r: B = None self.txt = txt f = A("f") j = B("j") n = B("n") e = A("e") l = A("l") g = A("g") f.r = l j.v = g j.r = n n.v = e n.r = j e.r ...
l"
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.r: B = None self.txt = txt f = A("f") j = B("j") n = B("n") e = A("e") l = A("l") g = A("g") f.r = l j.v = g j.r = n n.v = e n.r = j e.r ...
6
8
1.333333
0.266667
2
3
2
1
1.5
6
3
2
4
0.666667
4
0.5
3
2
4
2.5
1
6
6
1
224
class A: def __init__(self, txt: str): self.x: A = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.z: A = None self.txt = txt h = A("h") l = B("l") e = A("e") a = A("a") h.x = a h.v = l l.v = a l.z = h e.x = a e...
l"
class A: def __init__(self, txt: str): self.x: A = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.z: A = None self.txt = txt h = A("h") l = B("l") e = A("e") a = A("a") h.x = a h.v = l l.v = a l.z = h e.x = a e...
4
8
2
0.666667
2
2
2
2
2
4
2
1
4
1
4
0.5
1
3
3
3
3
2
1
1
225
class A: def __init__(self, txt: str): self.v: B = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.t: B = None self.txt = txt b = A("b") a = B("a") h = A("h") j = A("j") c = A("c") k = A("k") l = A("l") e = B("e"...
a"
class A: def __init__(self, txt: str): self.v: B = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.t: B = None self.txt = txt b = A("b") a = B("a") h = A("h") j = A("j") c = A("c") k = A("k") l = A("l") e = B("e"...
10
20
2
0.222222
2
5
2
2
2
8
3
2
5
0.5
7
0.35
4
2
7
3.666667
3
3
2
2
226
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.p: B = None self.txt = txt n = A("n") i = B("i") a = B("a") j = A("j") l = B("l") c = A("c") f = A("f") e = B("e") g = B("g") n.s = e i.y...
e"
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.p: B = None self.txt = txt n = A("n") i = B("i") a = B("a") j = A("j") l = B("l") c = A("c") f = A("f") e = B("e") g = B("g") n.s = e i.y...
9
13
1.444444
0.180556
2
4.5
2
1
1.5
5
2
2
4
0.444444
4
0.307692
2
2
2
2
2
4
3
2
227
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt m = A("m") n = B("n") i = A("i") d = A("d") j = B("j") m.s = j n.p = d i.s = n d.s = j j.p = i assert n.p.s.p.s.txt == "
n"
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt m = A("m") n = B("n") i = A("i") d = A("d") j = B("j") m.s = j n.p = d i.s = n d.s = j j.p = i assert n.p.s.p.s.txt == "n"
5
5
1
0.25
2
2.5
1
1
1
4
2
1
4
0.8
4
0.8
1
4
4
4
2
2
1
1
228
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.p: A = None self.txt = txt b = A("b") a = B("a") f = A("f") i = B("i") g = B("g") n = B("n") m = B("m") j = A("j") l = B("l") b.t = n a.o...
f"
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.p: A = None self.txt = txt b = A("b") a = B("a") f = A("f") i = B("i") g = B("g") n = B("n") m = B("m") j = A("j") l = B("l") b.t = n a.o...
9
15
1.666667
0.208333
2
4.5
2
1
1.5
9
2
2
6
0.666667
7
0.466667
4
2
7
5.75
3
4
2
2
229
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt i = A("i") a = B("a") h = A("h") f = A("f") g = A("g") b = A("b") m = A("m") i.z = a a.q = m h.z = a f.z = a g.z = a b.z = a m.z = a as...
m"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt i = A("i") a = B("a") h = A("h") f = A("f") g = A("g") b = A("b") m = A("m") i.z = a a.q = m h.z = a f.z = a g.z = a b.z = a m.z = a as...
7
7
1
0.166667
2
3.5
1
1
1
6
3
3
3
0.428571
3
0.428571
4
2
4
2.666667
2
3
1
1
230
class A: def __init__(self, txt: str): self.u: A = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt h = A("h") k = B("k") j = A("j") b = B("b") f = B("f") h.u = j h.x = k k.o = h j.u = h j.x = b b.o = h f.o = j...
h"
class A: def __init__(self, txt: str): self.u: A = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt h = A("h") k = B("k") j = A("j") b = B("b") f = B("f") h.u = j h.x = k k.o = h j.u = h j.x = b b.o = h f.o = j...
5
7
1.4
0.35
2
2.5
2
1
1.5
3
2
1
3
0.6
3
0.428571
1
3
3
3
3
1
1
1
231
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.txt = txt f = A("f") g = B("g") a = B("a") e = A("e") i = B("i") d = A("d") k = B("k") n = A("n") l = A("l") f.q = a g.t = k a.t = k e.q = i i.t ...
i"
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.txt = txt f = A("f") g = B("g") a = B("a") e = A("e") i = B("i") d = A("d") k = B("k") n = A("n") l = A("l") f.q = a g.t = k a.t = k e.q = i i.t ...
9
9
1
0.125
2
4.5
1
1
1
9
5
5
2
0.222222
2
0.222222
8
2
8
4
1
9
9
1
232
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt n = A("n") a = B("a") h = A("h") n.z = a a.p = n h.z = a assert h.z.p.z.txt == "
a"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt n = A("n") a = B("a") h = A("h") n.z = a a.p = n h.z = a assert h.z.p.z.txt == "a"
3
3
1
0.5
2
1.5
1
1
1
3
2
1
3
1
3
1
1
2
2
2
2
2
1
1
233
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.u: B = None self.txt = txt j = A("j") k = B("k") l = B("l") f = B("f") j.u = f k.o = f k.u = f l.o = k l.u = k f.o = k f.u = k assert j.u...
f"
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.u: B = None self.txt = txt j = A("j") k = B("k") l = B("l") f = B("f") j.u = f k.o = f k.u = f l.o = k l.u = k f.o = k f.u = k assert j.u...
4
4
1
0.333333
2
2
2
1
1.5
3
2
1
3
0.75
3
0.75
1
2
2
2
2
2
2
1
234
class A: def __init__(self, txt: str): self.v: A = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.w: A = None self.txt = txt c = A("c") m = B("m") d = B("d") j = B("j") f = B("f") i = B("i") a = A("a") n = B("n"...
i"
class A: def __init__(self, txt: str): self.v: A = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.w: A = None self.txt = txt c = A("c") m = B("m") d = B("d") j = B("j") f = B("f") i = B("i") a = A("a") n = B("n"...
10
17
1.7
0.188889
2
5
2
2
2
10
4
3
4
0.4
6
0.352941
7
2
7
4.083333
4
4
2
2
235
class A: def __init__(self, txt: str): self.y: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.o: A = None self.txt = txt n = A("n") j = B("j") f = A("f") h = A("h") l = B("l") e = A("e") i = A("i") c = A("c"...
l"
class A: def __init__(self, txt: str): self.y: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.o: A = None self.txt = txt n = A("n") j = B("j") f = A("f") h = A("h") l = B("l") e = A("e") i = A("i") c = A("c"...
9
15
1.666667
0.208333
2
4.5
2
2
2
7
4
3
3
0.333333
3
0.2
5
2
6
3.111111
3
3
1
1
236
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.w: A = None self.txt = txt g = A("g") m = B("m") d = A("d") a = B("a") g.z = m m.q = d m.w = g d.z = a a.q = g a.w = g assert d.z.q.z.w.t...
g"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.w: A = None self.txt = txt g = A("g") m = B("m") d = A("d") a = B("a") g.z = m m.q = d m.w = g d.z = a a.q = g a.w = g assert d.z.q.z.w.t...
4
5
1.25
0.416667
2
2
2
1
1.5
4
2
1
4
1
4
0.8
1
2
2
2
3
2
1
1
237
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.q: B = None self.txt = txt h = A("h") a = B("a") k = B("k") j = A("j") b = B("b") f = B("f") g = B("g") h.q = a a.t = k a.q = g k.t = g k...
a"
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.q: B = None self.txt = txt h = A("h") a = B("a") k = B("k") j = A("j") b = B("b") f = B("f") g = B("g") h.q = a a.t = k a.q = g k.t = g k...
7
12
1.714286
0.285714
2
3.5
2
1
1.5
3
2
1
3
0.428571
3
0.25
1
3
3
3
1
3
3
1
238
class A: def __init__(self, txt: str): self.o: B = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt d = A("d") b = B("b") c = A("c") i = B("i") l = B("l") j = B("j") m = B("m") e = B("e") n = B("n") f = A("f") ...
d"
class A: def __init__(self, txt: str): self.o: B = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt d = A("d") b = B("b") c = A("c") i = B("i") l = B("l") j = B("j") m = B("m") e = B("e") n = B("n") f = A("f") ...
10
13
1.3
0.144444
2
5
2
1
1.5
9
3
2
7
0.7
8
0.615385
3
2
8
4.5
2
6
3
2
239
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.z: B = None self.txt = txt h = A("h") m = B("m") c = A("c") k = B("k") j = B("j") f = A("f") g = B("g") b = B("b") d = A("d") a = B("a") ...
m"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.z: B = None self.txt = txt h = A("h") m = B("m") c = A("c") k = B("k") j = B("j") f = A("f") g = B("g") b = B("b") d = A("d") a = B("a") ...
10
13
1.3
0.144444
2
5
2
1
1.5
9
3
2
4
0.4
7
0.538462
6
3
7
4.666667
2
5
3
2
240
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.p: A = None self.txt = txt n = A("n") k = B("k") e = A("e") n.o = k k.u = n k.p = n e.o = k assert n.o.p.o.txt == "
k"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.p: A = None self.txt = txt n = A("n") k = B("k") e = A("e") n.o = k k.u = n k.p = n e.o = k assert n.o.p.o.txt == "k"
3
3
1
0.5
2
1.5
2
1
1.5
3
2
2
2
0.666667
2
0.666667
2
2
2
2
2
2
1
1
241
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.v: B = None self.txt = txt d = A("d") g = B("g") e = B("e") d.r = e g.p = d g.v = e e.p = d e.v = g assert d.r.p.r.txt == "
e"
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.v: B = None self.txt = txt d = A("d") g = B("g") e = B("e") d.r = e g.p = d g.v = e e.p = d e.v = g assert d.r.p.r.txt == "e"
3
5
1.666667
0.833333
2
1.5
2
1
1.5
3
2
2
2
0.666667
2
0.4
2
2
2
2
2
2
1
1
242
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt d = A("d") b = B("b") a = A("a") f = A("f") g = B("g") d.q = g b.r = a a.q = b f.q = b g.r = a assert a.q.r.q.r.txt == "
a"
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt d = A("d") b = B("b") a = A("a") f = A("f") g = B("g") d.q = g b.r = a a.q = b f.q = b g.r = a assert a.q.r.q.r.txt == "a"
5
5
1
0.25
2
2.5
1
1
1
4
3
2
2
0.4
2
0.4
3
2
4
2.5
2
2
1
1
243
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.v: B = None self.txt = txt i = A("i") n = B("n") d = A("d") g = A("g") b = B("b") i.p = b n.r = d n.v = b d.p = n g.p = n b.r = i b.v = n...
n"
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.v: B = None self.txt = txt i = A("i") n = B("n") d = A("d") g = A("g") b = B("b") i.p = b n.r = d n.v = b d.p = n g.p = n b.r = i b.v = n...
5
7
1.4
0.35
2
2.5
2
1
1.5
4
3
2
2
0.4
2
0.285714
3
2
4
2.5
2
2
1
1
244
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.p: A = None self.txt = txt b = A("b") e = B("e") i = B("i") j = A("j") n = A("n") k = A("k") g = A("g") m = A("m") b.z = e e.x = i e.p = ...
e"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.p: A = None self.txt = txt b = A("b") e = B("e") i = B("i") j = A("j") n = A("n") k = A("k") g = A("g") m = A("m") b.z = e e.x = i e.p = ...
8
10
1.25
0.178571
2
4
2
1
1.5
4
2
1
4
0.5
4
0.4
1
2
2
2
3
2
1
1
245
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.q: B = None self.txt = txt n = A("n") k = B("k") l = B("l") a = B("a") h = B("h") e = B("e") f = B("f") d = A("d") b = B("b") j = A("j") ...
f"
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.q: B = None self.txt = txt n = A("n") k = B("k") l = B("l") a = B("a") h = B("h") e = B("e") f = B("f") d = A("d") b = B("b") j = A("j") ...
10
17
1.7
0.188889
2
5
2
1
1.5
4
3
2
2
0.2
2
0.117647
3
2
4
2.5
2
2
1
1
246
class A: def __init__(self, txt: str): self.y: B = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.p: A = None self.txt = txt e = A("e") i = B("i") j = A("j") l = A("l") m = A("m") c = A("c") n = B("n") a = B("a"...
m"
class A: def __init__(self, txt: str): self.y: B = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.p: A = None self.txt = txt e = A("e") i = B("i") j = A("j") l = A("l") m = A("m") c = A("c") n = B("n") a = B("a"...
8
15
1.875
0.267857
2
4
2
2
2
3
2
1
3
0.375
3
0.2
1
2
2
2
3
1
1
1
247
class A: def __init__(self, txt: str): self.q: A = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.txt = txt m = A("m") b = B("b") l = A("l") m.q = l m.x = b b.y = l l.q = m l.x = b assert m.q.q.x.txt == "
b"
class A: def __init__(self, txt: str): self.q: A = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.txt = txt m = A("m") b = B("b") l = A("l") m.q = l m.x = b b.y = l l.q = m l.x = b assert m.q.q.x.txt == "b"
3
5
1.666667
0.833333
2
1.5
2
1
1.5
3
2
1
3
1
3
0.6
1
2
2
2
2
2
2
2
248
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.txt = txt i = A("i") h = B("h") e = B("e") b = A("b") k = A("k") f = A("f") m = A("m") i.r = e h.u = e e.u = h b.r = h k.r = h f.r = e m.r = e as...
h"
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.txt = txt i = A("i") h = B("h") e = B("e") b = A("b") k = A("k") f = A("f") m = A("m") i.r = e h.u = e e.u = h b.r = h k.r = h f.r = e m.r = e as...
7
7
1
0.166667
2
3.5
1
1
1
4
2
2
3
0.428571
3
0.428571
2
2
2
2
2
3
3
1
249
class A: def __init__(self, txt: str): self.z: A = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.v: A = None self.txt = txt i = A("i") j = B("j") a = B("a") f = A("f") h = A("h") k = B("k") i.z = f i.x = h j.q...
f"
class A: def __init__(self, txt: str): self.z: A = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.v: A = None self.txt = txt i = A("i") j = B("j") a = B("a") f = A("f") h = A("h") k = B("k") i.z = f i.x = h j.q...
6
9
1.5
0.3
2
3
2
2
2
4
2
1
4
0.666667
4
0.444444
1
3
3
3
3
2
1
1
250
class A: def __init__(self, txt: str): self.p: A = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.o: B = None self.txt = txt e = A("e") n = B("n") g = B("g") j = B("j") l = A("l") i = B("i") a = B("a") h = A("h"...
a"
class A: def __init__(self, txt: str): self.p: A = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.o: B = None self.txt = txt e = A("e") n = B("n") g = B("g") j = B("j") l = A("l") i = B("i") a = B("a") h = A("h"...
8
16
2
0.285714
2
4
2
2
2
8
3
2
5
0.625
6
0.375
4
2
5
3
4
3
3
2
251
class A: def __init__(self, txt: str): self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.txt = txt c = A("c") a = B("a") l = B("l") f = A("f") c.x = f a.s = l l.s = a f.x = c assert a.s.s.s.txt == "
l"
class A: def __init__(self, txt: str): self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.txt = txt c = A("c") a = B("a") l = B("l") f = A("f") c.x = f a.s = l l.s = a f.x = c assert a.s.s.s.txt == "l"
4
4
1
0.333333
2
2
1
1
1
3
2
2
2
0.5
2
0.5
2
2
2
2
1
3
3
1
252
class A: def __init__(self, txt: str): self.s: A = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.t: B = None self.txt = txt a = A("a") k = B("k") d = B("d") m = B("m") i = A("i") f = B("f") b = A("b") h = A("h"...
d"
class A: def __init__(self, txt: str): self.s: A = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.t: B = None self.txt = txt a = A("a") k = B("k") d = B("d") m = B("m") i = A("i") f = B("f") b = A("b") h = A("h"...
8
16
2
0.285714
2
4
2
2
2
6
2
1
4
0.5
6
0.375
3
2
5
3.333333
2
4
4
2
253
class A: def __init__(self, txt: str): self.o: A = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.txt = txt k = A("k") a = B("a") g = A("g") n = A("n") f = B("f") k.o = g k.w = a a.s = f g.o = k g.w = f n.o = k n.w = f...
a"
class A: def __init__(self, txt: str): self.o: A = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.txt = txt k = A("k") a = B("a") g = A("g") n = A("n") f = B("f") k.o = g k.w = a a.s = f g.o = k g.w = f n.o = k n.w = f...
5
8
1.6
0.4
2
2.5
2
1
1.5
5
2
2
4
0.8
4
0.5
2
2
2
2
3
3
3
1
254
class A: def __init__(self, txt: str): self.w: A = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt k = A("k") d = B("d") c = B("c") i = B("i") a = A("a") l = B("l") f = B("f") n = A("n") h = B("h") b = A("b") ...
a"
class A: def __init__(self, txt: str): self.w: A = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt k = A("k") d = B("d") c = B("c") i = B("i") a = A("a") l = B("l") f = B("f") n = A("n") h = B("h") b = A("b") ...
10
13
1.3
0.144444
2
5
2
1
1.5
10
5
3
3
0.3
5
0.384615
8
2
9
4.6
2
7
3
2
255
class A: def __init__(self, txt: str): self.o: A = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.t: A = None self.txt = txt l = A("l") n = B("n") g = A("g") c = A("c") k = A("k") j = B("j") e = A("e") i = B("i"...
d"
class A: def __init__(self, txt: str): self.o: A = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.t: A = None self.txt = txt l = A("l") n = B("n") g = A("g") c = A("c") k = A("k") j = B("j") e = A("e") i = B("i"...
10
20
2
0.222222
2
5
2
2
2
3
2
1
3
0.3
3
0.15
1
3
3
3
3
1
1
1
256
class A: def __init__(self, txt: str): self.w: B = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.x: A = None self.txt = txt k = A("k") c = B("c") h = A("h") j = A("j") a = A("a") d = A("d") m = A("m") k.w = c ...
a"
class A: def __init__(self, txt: str): self.w: B = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.x: A = None self.txt = txt k = A("k") c = B("c") h = A("h") j = A("j") a = A("a") d = A("d") m = A("m") k.w = c ...
7
14
2
0.333333
2
3.5
2
2
2
3
1
1
4
0.571429
3
0.214286
0
null
null
null
3
1
1
1
257
class A: def __init__(self, txt: str): self.z: A = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt b = A("b") d = B("d") k = B("k") l = A("l") i = A("i") h = B("h") b.z = l b.x = l d.r = l k.r = b l.z = b l.x ...
b"
class A: def __init__(self, txt: str): self.z: A = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt b = A("b") d = B("d") k = B("k") l = A("l") i = A("i") h = B("h") b.z = l b.x = l d.r = l k.r = b l.z = b l.x ...
6
7
1.166667
0.233333
2
3
2
1
1.5
4
2
2
3
0.5
3
0.428571
2
2
2
2
3
2
1
1
258
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.p: A = None self.txt = txt d = A("d") g = B("g") b = B("b") h = B("h") d.q = b g.t = h g.p = d b.t = h b.p = d h.t = g h.p = d assert h.p...
h"
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.p: A = None self.txt = txt d = A("d") g = B("g") b = B("b") h = B("h") d.q = b g.t = h g.p = d b.t = h b.p = d h.t = g h.p = d assert h.p...
4
7
1.75
0.583333
2
2
2
1
1.5
3
2
1
3
0.75
3
0.428571
1
3
3
3
3
1
1
1
259
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.t: A = None self.txt = txt b = A("b") d = B("d") a = A("a") e = A("e") f = A("f") n = A("n") i = B("i") l = A("l") b.x = i d.s = i d.t = ...
n"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.t: A = None self.txt = txt b = A("b") d = B("d") a = A("a") e = A("e") f = A("f") n = A("n") i = B("i") l = A("l") b.x = i d.s = i d.t = ...
8
10
1.25
0.178571
2
4
2
1
1.5
4
2
1
4
0.5
4
0.4
1
2
2
2
3
2
2
2
260
class A: def __init__(self, txt: str): self.y: A = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.o: B = None self.txt = txt d = A("d") e = B("e") i = B("i") k = B("k") n = A("n") d.y = n d.w = e e.x = d e.o = ...
n"
class A: def __init__(self, txt: str): self.y: A = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.o: B = None self.txt = txt d = A("d") e = B("e") i = B("i") k = B("k") n = A("n") d.y = n d.w = e e.x = d e.o = ...
5
10
2
0.5
2
2.5
2
2
2
4
2
1
4
0.8
4
0.4
1
2
2
2
3
2
1
2
261
class A: def __init__(self, txt: str): self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.p: A = None self.txt = txt g = A("g") h = B("h") m = A("m") n = A("n") e = B("e") i = A("i") j = A("j") g.z = i h.t = i h.p = i m.z = n n...
g"
class A: def __init__(self, txt: str): self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.p: A = None self.txt = txt g = A("g") h = B("h") m = A("m") n = A("n") e = B("e") i = A("i") j = A("j") g.z = i h.t = i h.p = i m.z = n n...
7
8
1.142857
0.190476
2
3.5
2
1
1.5
6
3
2
3
0.428571
3
0.375
4
3
6
3.6
1
6
6
1
262
class A: def __init__(self, txt: str): self.x: A = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.v: B = None self.txt = txt g = A("g") i = B("i") e = A("e") c = B("c") f = A("f") k = B("k") b = A("b") h = A("h"...
b"
class A: def __init__(self, txt: str): self.x: A = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.v: B = None self.txt = txt g = A("g") i = B("i") e = A("e") c = B("c") f = A("f") k = B("k") b = A("b") h = A("h"...
10
19
1.9
0.211111
2
5
2
2
2
4
1
1
5
0.5
4
0.210526
0
null
null
null
2
3
3
1
263
class A: def __init__(self, txt: str): self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.w: B = None self.txt = txt m = A("m") l = B("l") k = B("k") f = A("f") j = B("j") b = B("b") d = A("d") m.x = f l.q = d l.w = j k.q = m k...
d"
class A: def __init__(self, txt: str): self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.w: B = None self.txt = txt m = A("m") l = B("l") k = B("k") f = A("f") j = B("j") b = B("b") d = A("d") m.x = f l.q = d l.w = j k.q = m k...
7
11
1.571429
0.261905
2
3.5
2
1
1.5
5
2
2
3
0.428571
3
0.272727
3
3
3
3
1
5
5
1
264
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.r: B = None self.txt = txt j = A("j") l = B("l") a = A("a") c = B("c") e = B("e") j.q = a l.z = j l.r = c a.q = j c.z = j c.r = e e.z = j...
a"
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.r: B = None self.txt = txt j = A("j") l = B("l") a = A("a") c = B("c") e = B("e") j.q = a l.z = j l.r = c a.q = j c.z = j c.r = e e.z = j...
5
8
1.6
0.4
2
2.5
2
1
1.5
5
3
3
2
0.4
2
0.25
4
2
4
2.666667
1
5
5
1
265
class A: def __init__(self, txt: str): self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt m = A("m") n = B("n") c = A("c") m.o = c n.u = c c.o = m assert c.o.o.o.txt == "
m"
class A: def __init__(self, txt: str): self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt m = A("m") n = B("n") c = A("c") m.o = c n.u = c c.o = m assert c.o.o.o.txt == "m"
3
3
1
0.5
2
1.5
1
1
1
3
2
2
2
0.666667
2
0.666667
2
2
2
2
1
3
3
1
266
class A: def __init__(self, txt: str): self.s: A = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.v: A = None self.txt = txt m = A("m") g = B("g") d = A("d") c = B("c") l = A("l") n = B("n") m.s = d m.w = g g.p...
m"
class A: def __init__(self, txt: str): self.s: A = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.v: A = None self.txt = txt m = A("m") g = B("g") d = A("d") c = B("c") l = A("l") n = B("n") m.s = d m.w = g g.p...
6
11
1.833333
0.366667
2
3
2
2
2
3
2
1
3
0.5
3
0.272727
1
2
2
2
3
1
1
1
267
class A: def __init__(self, txt: str): self.q: A = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.t: A = None self.txt = txt n = A("n") d = B("d") a = A("a") f = B("f") b = B("b") n.q = a n.r = b d.z = f d.t = ...
a"
class A: def __init__(self, txt: str): self.q: A = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.t: A = None self.txt = txt n = A("n") d = B("d") a = A("a") f = B("f") b = B("b") n.q = a n.r = b d.z = f d.t = ...
5
10
2
0.5
2
2.5
2
2
2
3
1
1
4
0.8
3
0.3
0
null
null
null
3
1
1
1
268
class A: def __init__(self, txt: str): self.w: A = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.txt = txt m = A("m") j = B("j") d = B("d") g = B("g") a = A("a") m.w = a m.r = a j.q = g d.q = j g.q = d a.w = m a.r = m...
m"
class A: def __init__(self, txt: str): self.w: A = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.txt = txt m = A("m") j = B("j") d = B("d") g = B("g") a = A("a") m.w = a m.r = a j.q = g d.q = j g.q = d a.w = m a.r = m...
5
5
1
0.25
2
2.5
2
1
1.5
4
3
1
2
0.4
4
0.8
3
2
4
2.5
2
2
2
2
269
class A: def __init__(self, txt: str): self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.v: A = None self.txt = txt b = A("b") c = B("c") f = A("f") h = A("h") n = A("n") b.x = h c.q = b c.v = b f.x = n h.x = f n.x = b assert ...
b"
class A: def __init__(self, txt: str): self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.v: A = None self.txt = txt b = A("b") c = B("c") f = A("f") h = A("h") n = A("n") b.x = h c.q = b c.v = b f.x = n h.x = f n.x = b assert ...
5
5
1
0.25
2
2.5
2
1
1.5
3
1
1
4
0.8
3
0.6
0
null
null
null
1
3
3
1
270
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.x: B = None self.txt = txt k = A("k") c = B("c") g = B("g") i = A("i") k.x = g c.p = i c.x = g g.p = i g.x = c i.x = g assert k.x.p.x.p.t...
i"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.x: B = None self.txt = txt k = A("k") c = B("c") g = B("g") i = A("i") k.x = g c.p = i c.x = g g.p = i g.x = c i.x = g assert k.x.p.x.p.t...
4
6
1.5
0.5
2
2
2
1
1.5
4
2
2
3
0.75
3
0.5
2
2
2
2
2
2
1
1
271
class A: def __init__(self, txt: str): self.x: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.r: B = None self.txt = txt e = A("e") b = B("b") f = A("f") m = A("m") j = B("j") l = B("l") n = B("n") c = A("c"...
n"
class A: def __init__(self, txt: str): self.x: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.r: B = None self.txt = txt e = A("e") b = B("b") f = A("f") m = A("m") j = B("j") l = B("l") n = B("n") c = A("c"...
9
14
1.555556
0.194444
2
4.5
2
2
2
5
2
2
4
0.444444
4
0.285714
2
3
3
3
2
4
3
1
272
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.z: A = None self.txt = txt g = A("g") n = B("n") a = B("a") e = A("e") m = B("m") h = B("h") g.w = m n.w = m n.z = g a.w = h a.z = g e.w ...
h"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.z: A = None self.txt = txt g = A("g") n = B("n") a = B("a") e = A("e") m = B("m") h = B("h") g.w = m n.w = m n.z = g a.w = h a.z = g e.w ...
6
10
1.666667
0.333333
2
3
2
1
1.5
5
2
1
5
0.833333
5
0.5
1
2
2
2
2
4
3
2
273
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.t: B = None self.txt = txt l = A("l") i = B("i") f = B("f") m = B("m") d = A("d") l.w = f i.y = l i.t = m f.y = l f.t = m m.y = d m.t = i...
m"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.t: B = None self.txt = txt l = A("l") i = B("i") f = B("f") m = B("m") d = A("d") l.w = f i.y = l i.t = m f.y = l f.t = m m.y = d m.t = i...
5
8
1.6
0.4
2
2.5
2
1
1.5
5
2
1
5
1
5
0.625
1
4
4
4
3
2
1
1
274
class A: def __init__(self, txt: str): self.r: A = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.txt = txt g = A("g") j = B("j") f = B("f") e = A("e") g.r = e g.o = e j.z = f f.z = j e.r = g e.o = g assert g.o.r.o.r.t...
g"
class A: def __init__(self, txt: str): self.r: A = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.txt = txt g = A("g") j = B("j") f = B("f") e = A("e") g.r = e g.o = e j.z = f f.z = j e.r = g e.o = g assert g.o.r.o.r.t...
4
4
1
0.333333
2
2
2
1
1.5
4
3
2
2
0.5
2
0.5
3
2
4
2.5
2
2
1
1
275
class A: def __init__(self, txt: str): self.q: B = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.w: B = None self.txt = txt b = A("b") i = B("i") m = B("m") l = A("l") a = B("a") f = B("f") k = A("k") e = A("e"...
m"
class A: def __init__(self, txt: str): self.q: B = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.w: B = None self.txt = txt b = A("b") i = B("i") m = B("m") l = A("l") a = B("a") f = B("f") k = A("k") e = A("e"...
9
17
1.888889
0.236111
2
4.5
2
2
2
9
3
2
5
0.555556
8
0.470588
5
2
7
3.666667
3
5
2
2
276
class A: def __init__(self, txt: str): self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt n = A("n") g = B("g") l = A("l") m = A("m") k = A("k") n.x = l g.q = l l.x = m m.x = n k.x = n assert k.x.x.x.txt == "
m"
class A: def __init__(self, txt: str): self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt n = A("n") g = B("g") l = A("l") m = A("m") k = A("k") n.x = l g.q = l l.x = m m.x = n k.x = n assert k.x.x.x.txt == "m"
5
5
1
0.25
2
2.5
1
1
1
3
1
1
4
0.8
3
0.6
0
null
null
null
1
3
3
1
277
class A: def __init__(self, txt: str): self.v: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt d = A("d") a = B("a") n = B("n") d.v = a d.s = a a.x = d n.x = d assert n.x.v.x.txt == "
d"
class A: def __init__(self, txt: str): self.v: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt d = A("d") a = B("a") n = B("n") d.v = a d.s = a a.x = d n.x = d assert n.x.v.x.txt == "d"
3
3
1
0.5
2
1.5
2
1
1.5
3
2
1
3
1
3
1
1
2
2
2
2
2
1
1
278
class A: def __init__(self, txt: str): self.u: B = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.s: B = None self.txt = txt b = A("b") k = B("k") m = A("m") g = A("g") d = B("d") j = A("j") f = B("f") b.u = d ...
j"
class A: def __init__(self, txt: str): self.u: B = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.s: B = None self.txt = txt b = A("b") k = B("k") m = A("m") g = A("g") d = B("d") j = A("j") f = B("f") b.u = d ...
7
14
2
0.333333
2
3.5
2
2
2
5
2
1
5
0.714286
5
0.357143
1
2
2
2
3
2
2
2
279
class A: def __init__(self, txt: str): self.t: B = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.v: B = None self.txt = txt n = A("n") a = B("a") c = B("c") i = A("i") n.t = c n.w = i a.u = i a.v = c c.u = i c...
n"
class A: def __init__(self, txt: str): self.t: B = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.v: B = None self.txt = txt n = A("n") a = B("a") c = B("c") i = A("i") n.t = c n.w = i a.u = i a.v = c c.u = i c...
4
8
2
0.666667
2
2
2
2
2
3
2
1
3
0.75
3
0.375
1
3
3
3
3
1
1
1
280
class A: def __init__(self, txt: str): self.y: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.q: A = None self.txt = txt f = A("f") l = B("l") h = B("h") e = B("e") n = B("n") m = A("m") g = B("g") a = A("a"...
f"
class A: def __init__(self, txt: str): self.y: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.q: A = None self.txt = txt f = A("f") l = B("l") h = B("h") e = B("e") n = B("n") m = A("m") g = B("g") a = A("a"...
10
16
1.6
0.177778
2
5
2
2
2
9
3
2
5
0.5
7
0.4375
5
2
4
2.571429
4
3
1
2
281
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.txt = txt g = A("g") b = B("b") a = B("a") j = B("j") g.y = a b.r = j a.r = j j.r = a assert j.r.r.r.txt == "
a"
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.txt = txt g = A("g") b = B("b") a = B("a") j = B("j") g.y = a b.r = j a.r = j j.r = a assert j.r.r.r.txt == "a"
4
4
1
0.333333
2
2
1
1
1
3
2
2
2
0.5
2
0.5
2
2
2
2
1
3
3
1
282
class A: def __init__(self, txt: str): self.w: A = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt g = A("g") l = B("l") d = A("d") k = B("k") j = B("j") f = B("f") g.w = d g.u = d l.o = d d.w = g d.u = g k.o ...
g"
class A: def __init__(self, txt: str): self.w: A = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt g = A("g") l = B("l") d = A("d") k = B("k") j = B("j") f = B("f") g.w = d g.u = d l.o = d d.w = g d.u = g k.o ...
6
6
1
0.2
2
3
2
1
1.5
3
2
1
3
0.5
3
0.5
1
2
2
2
3
1
1
1
283
class A: def __init__(self, txt: str): self.o: A = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.txt = txt h = A("h") j = B("j") f = A("f") a = A("a") e = A("e") d = B("d") h.o = f h.y = j j.y = a f.o = e f.y = j a.o ...
j"
class A: def __init__(self, txt: str): self.o: A = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.txt = txt h = A("h") j = B("j") f = A("f") a = A("a") e = A("e") d = B("d") h.o = f h.y = j j.y = a f.o = e f.y = j a.o ...
6
10
1.666667
0.333333
2
3
2
1
1.5
6
3
2
3
0.5
4
0.4
4
2
5
3
2
5
4
2
284
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.y: B = None self.txt = txt i = A("i") f = B("f") n = B("n") i.w = f f.q = n f.y = n n.q = f n.y = f assert n.q.q.q.txt == "
f"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.y: B = None self.txt = txt i = A("i") f = B("f") n = B("n") i.w = f f.q = n f.y = n n.q = f n.y = f assert n.q.q.q.txt == "f"
3
3
1
0.5
2
1.5
2
1
1.5
3
2
2
2
0.666667
2
0.666667
2
2
2
2
1
3
3
1
285
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt f = A("f") j = B("j") c = B("c") f.z = j j.z = f c.z = f assert c.z.z.z.txt == "
f"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt f = A("f") j = B("j") c = B("c") f.z = j j.z = f c.z = f assert c.z.z.z.txt == "f"
3
3
1
0.5
2
1.5
1
1
1
3
2
1
3
1
3
1
1
2
2
2
1
3
3
1
286
class A: def __init__(self, txt: str): self.s: B = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt f = A("f") l = B("l") g = B("g") h = B("h") i = B("i") b = B("b") k = B("k") j = B("j") n = B("n") f.s = n f.z...
f"
class A: def __init__(self, txt: str): self.s: B = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt f = A("f") l = B("l") g = B("g") h = B("h") i = B("i") b = B("b") k = B("k") j = B("j") n = B("n") f.s = n f.z...
9
10
1.111111
0.138889
2
4.5
2
1
1.5
7
4
3
3
0.333333
4
0.4
5
2
6
3.555556
3
4
1
2
287
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt k = A("k") h = B("h") b = A("b") k.t = h h.u = k b.t = h assert k.t.u.t.txt == "
h"
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt k = A("k") h = B("h") b = A("b") k.t = h h.u = k b.t = h assert k.t.u.t.txt == "h"
3
3
1
0.5
2
1.5
1
1
1
3
2
2
2
0.666667
2
0.666667
2
2
2
2
2
2
1
1
288
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.y: A = None self.txt = txt m = A("m") a = B("a") d = A("d") l = A("l") g = B("g") n = B("n") j = A("j") b = B("b") k = A("k") c = B("c") ...
d"
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.y: A = None self.txt = txt m = A("m") a = B("a") d = A("d") l = A("l") g = B("g") n = B("n") j = A("j") b = B("b") k = A("k") c = B("c") ...
10
15
1.5
0.166667
2
5
2
1
1.5
5
2
2
4
0.4
4
0.266667
2
2
2
2
2
4
4
1
289
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt l = A("l") m = B("m") e = A("e") i = A("i") b = B("b") k = B("k") n = B("n") h = B("h") d = B("d") l.y = i m.t = i e.y = l i.y = e b.t ...
e"
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt l = A("l") m = B("m") e = A("e") i = A("i") b = B("b") k = B("k") n = B("n") h = B("h") d = B("d") l.y = i m.t = i e.y = l i.y = e b.t ...
9
9
1
0.125
2
4.5
1
1
1
5
2
2
4
0.444444
4
0.444444
2
3
3
3
2
4
4
1
290
class A: def __init__(self, txt: str): self.t: B = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.v: B = None self.txt = txt k = A("k") n = B("n") h = B("h") j = B("j") m = A("m") d = B("d") k.t = d k.r = m n.w...
j"
class A: def __init__(self, txt: str): self.t: B = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.v: B = None self.txt = txt k = A("k") n = B("n") h = B("h") j = B("j") m = A("m") d = B("d") k.t = d k.r = m n.w...
6
11
1.833333
0.366667
2
3
2
2
2
6
2
1
4
0.666667
6
0.545455
3
3
4
3.333333
2
4
3
2
291
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.u: A = None self.txt = txt i = A("i") f = B("f") d = B("d") g = B("g") e = A("e") c = A("c") j = A("j") l = B("l") k = A("k") h = A("h") ...
g"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.u: A = None self.txt = txt i = A("i") f = B("f") d = B("d") g = B("g") e = A("e") c = A("c") j = A("j") l = B("l") k = A("k") h = A("h") ...
10
14
1.4
0.155556
2
5
2
1
1.5
6
3
3
3
0.3
3
0.214286
4
2
4
2.666667
1
6
6
1
292
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt n = A("n") e = B("e") m = A("m") h = A("h") g = A("g") a = A("a") b = A("b") f = B("f") j = A("j") n.y = g e.y = f m.y = g h.y = a g.y ...
a"
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt n = A("n") e = B("e") m = A("m") h = A("h") g = A("g") a = A("a") b = A("b") f = B("f") j = A("j") n.y = g e.y = f m.y = g h.y = a g.y ...
9
9
1
0.125
2
4.5
1
1
1
3
1
1
4
0.444444
3
0.333333
0
null
null
null
1
3
3
1
293
class A: def __init__(self, txt: str): self.q: B = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.txt = txt m = A("m") e = B("e") n = B("n") g = A("g") b = A("b") d = A("d") f = A("f") i = A("i") h = A("h") m.q = n m.o...
n"
class A: def __init__(self, txt: str): self.q: B = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.txt = txt m = A("m") e = B("e") n = B("n") g = A("g") b = A("b") d = A("d") f = A("f") i = A("i") h = A("h") m.q = n m.o...
9
16
1.777778
0.222222
2
4.5
2
1
1.5
8
5
4
2
0.222222
2
0.125
7
2
8
3.75
1
8
8
1
294
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.u: B = None self.txt = txt d = A("d") i = B("i") b = B("b") h = A("h") n = A("n") l = B("l") a = A("a") d.w = a i.q = b i.u = l b.q = l b...
b"
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.u: B = None self.txt = txt d = A("d") i = B("i") b = B("b") h = A("h") n = A("n") l = B("l") a = A("a") d.w = a i.q = b i.u = l b.q = l b...
7
10
1.428571
0.238095
2
3.5
2
1
1.5
5
3
2
3
0.428571
4
0.4
3
2
4
2.5
2
3
2
2
295
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.p: A = None self.txt = txt h = A("h") g = B("g") a = B("a") n = A("n") d = A("d") f = B("f") m = B("m") k = A("k") c = A("c") h.u = f g.y...
h"
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.p: A = None self.txt = txt h = A("h") g = B("g") a = B("a") n = A("n") d = A("d") f = B("f") m = B("m") k = A("k") c = A("c") h.u = f g.y...
9
13
1.444444
0.180556
2
4.5
2
1
1.5
5
2
1
5
0.555556
5
0.384615
1
2
2
2
3
2
2
2
296
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.v: B = None self.txt = txt g = A("g") c = B("c") k = B("k") g.x = k c.w = g c.v = k k.w = g k.v = c assert k.w.x.w.txt == "
g"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.v: B = None self.txt = txt g = A("g") c = B("c") k = B("k") g.x = k c.w = g c.v = k k.w = g k.v = c assert k.w.x.w.txt == "g"
3
5
1.666667
0.833333
2
1.5
2
1
1.5
3
2
2
2
0.666667
2
0.4
2
2
2
2
2
2
1
1
297
class A: def __init__(self, txt: str): self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt l = A("l") i = B("i") g = A("g") b = B("b") f = B("f") a = B("a") k = A("k") l.s = g i.t = g g.s = l b.t = k f.t = g a.t = k k.s = g as...
g"
class A: def __init__(self, txt: str): self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt l = A("l") i = B("i") g = A("g") b = B("b") f = B("f") a = B("a") k = A("k") l.s = g i.t = g g.s = l b.t = k f.t = g a.t = k k.s = g as...
7
7
1
0.166667
2
3.5
1
1
1
3
2
1
3
0.428571
3
0.428571
1
2
2
2
1
3
3
1
298
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.v: A = None self.txt = txt b = A("b") n = B("n") e = B("e") l = B("l") f = B("f") d = A("d") i = A("i") g = A("g") a = B("a") m = B("m") ...
d"
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.v: A = None self.txt = txt b = A("b") n = B("n") e = B("e") l = B("l") f = B("f") d = A("d") i = A("i") g = A("g") a = B("a") m = B("m") ...
10
15
1.5
0.166667
2
5
2
1
1.5
7
4
3
3
0.3
3
0.2
5
2
6
3.111111
2
6
6
1
299
class A: def __init__(self, txt: str): self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt a = A("a") i = B("i") d = B("d") j = B("j") n = B("n") h = B("h") k = B("k") g = A("g") a.z = g i.y = n d.y = k j.y = k n.y = i h.y = j...
h"
class A: def __init__(self, txt: str): self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt a = A("a") i = B("i") d = B("d") j = B("j") n = B("n") h = B("h") k = B("k") g = A("g") a.z = g i.y = n d.y = k j.y = k n.y = i h.y = j...
8
8
1
0.142857
2
4
1
1
1
7
3
3
3
0.375
3
0.375
5
3
6
3.857143
1
7
7
1