id
int64
0
9k
prompt
stringlengths
265
3.32k
answer
stringclasses
14 values
pythoncode
stringlengths
267
3.32k
num_nodes
int64
3
10
num_edges
int64
3
53
avg_node_edge
float64
1
5.3
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.6
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
8
longest_cycle
int64
2
10
average_cycle
float64
2
8
unique_edge_label
int64
1
9
max_label_occurrences
int64
1
10
max_label_consecutive
int64
1
10
max_node_outdegree
int64
1
4
100
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.z: A = None self.txt = txt a = A("a") b = B("b") h = B("h") a.v = b b.s = h b.z = a h.s = b h.z = a assert a.v.z.v.txt == "
b"
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.z: A = None self.txt = txt a = A("a") b = B("b") h = B("h") a.v = b b.s = h b.z = a h.s = b h.z = a assert a.v.z.v.txt == "b"
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
101
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.txt = txt e = A("e") g = B("g") m = A("m") k = B("k") c = A("c") n = B("n") a = B("a") e.p = n g.q = n m.p = a k.q = g c.p = a n.q = g a.q = k as...
g"
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.txt = txt e = A("e") g = B("g") m = A("m") k = B("k") c = A("c") n = B("n") a = B("a") e.p = n g.q = n m.p = a k.q = g c.p = a n.q = g a.q = k as...
7
7
1
0.166667
2
3.5
1
1
1
5
3
2
3
0.428571
3
0.428571
3
2
4
2.5
1
5
5
1
102
class A: def __init__(self, txt: str): self.v: A = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt f = A("f") n = B("n") j = B("j") h = A("h") i = A("i") e = A("e") c = B("c") k = B("k") d = B("d") f.v = e f.t...
k"
class A: def __init__(self, txt: str): self.v: A = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt f = A("f") n = B("n") j = B("j") h = A("h") i = A("i") e = A("e") c = B("c") k = B("k") d = B("d") f.v = e f.t...
9
13
1.444444
0.180556
2
4.5
2
1
1.5
7
4
4
2
0.222222
2
0.153846
6
2
6
3.333333
1
7
7
1
103
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.v: B = None self.txt = txt e = A("e") f = B("f") b = A("b") k = B("k") h = B("h") d = B("d") a = B("a") e.o = b f.x = b f.v = a b.o = e k...
e"
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.v: B = None self.txt = txt e = A("e") f = B("f") b = A("b") k = B("k") h = B("h") d = B("d") a = B("a") e.o = b f.x = b f.v = a b.o = e k...
7
12
1.714286
0.285714
2
3.5
2
1
1.5
6
3
2
4
0.571429
4
0.333333
3
2
4
2.5
3
4
4
1
104
class A: def __init__(self, txt: str): self.t: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt a = A("a") g = B("g") f = B("f") n = A("n") i = B("i") b = B("b") h = B("h") e = B("e") c = A("c") j = A("j") ...
i"
class A: def __init__(self, txt: str): self.t: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt a = A("a") g = B("g") f = B("f") n = A("n") i = B("i") b = B("b") h = B("h") e = B("e") c = A("c") j = A("j") ...
10
14
1.4
0.155556
2
5
2
1
1.5
3
1
1
4
0.4
3
0.214286
0
null
null
null
2
2
2
1
105
class A: def __init__(self, txt: str): self.y: A = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.o: A = None self.txt = txt e = A("e") j = B("j") b = B("b") m = B("m") i = B("i") f = A("f") a = A("a") c = A("c"...
e"
class A: def __init__(self, txt: str): self.y: A = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.o: A = None self.txt = txt e = A("e") j = B("j") b = B("b") m = B("m") i = B("i") f = A("f") a = A("a") c = A("c"...
10
17
1.7
0.188889
2
5
2
2
2
7
2
2
5
0.5
5
0.294118
3
3
3
3
3
4
2
1
106
class A: def __init__(self, txt: str): self.t: B = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.txt = txt c = A("c") m = B("m") j = B("j") k = A("k") f = A("f") c.t = j c.q = k m.t = j j.t = m k.t = j k.q = c f.t = m...
j"
class A: def __init__(self, txt: str): self.t: B = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.txt = txt c = A("c") m = B("m") j = B("j") k = A("k") f = A("f") c.t = j c.q = k m.t = j j.t = m k.t = j k.q = c f.t = m...
5
8
1.6
0.4
2
2.5
2
1
1.5
5
3
2
3
0.6
3
0.375
3
2
4
2.5
1
5
5
1
107
class A: def __init__(self, txt: str): self.p: A = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt f = A("f") j = B("j") i = A("i") d = A("d") l = A("l") a = B("a") c = B("c") f.p = i f.x = a j.y = c i.p = d i...
a"
class A: def __init__(self, txt: str): self.p: A = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt f = A("f") j = B("j") i = A("i") d = A("d") l = A("l") a = B("a") c = B("c") f.p = i f.x = a j.y = c i.p = d i...
7
11
1.571429
0.261905
2
3.5
2
1
1.5
6
3
2
4
0.571429
4
0.363636
3
2
4
2.5
3
4
4
1
108
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.s: A = None self.txt = txt b = A("b") j = B("j") c = A("c") m = A("m") d = B("d") h = A("h") b.y = d j.z = d j.s = c c.y = d m.y = j d.z ...
h"
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.s: A = None self.txt = txt b = A("b") j = B("j") c = A("c") m = A("m") d = B("d") h = A("h") b.y = d j.z = d j.s = c c.y = d m.y = j d.z ...
6
8
1.333333
0.266667
2
3
2
1
1.5
3
1
1
4
0.666667
3
0.375
0
null
null
null
3
1
1
1
109
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.p: B = None self.txt = txt d = A("d") h = B("h") m = B("m") d.w = m h.o = d h.p = m m.o = d m.p = h assert m.p.p.p.txt == "
h"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.p: B = None self.txt = txt d = A("d") h = B("h") m = B("m") d.w = m h.o = d h.p = m m.o = d m.p = h assert m.p.p.p.txt == "h"
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
1
3
3
1
110
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt f = A("f") j = B("j") b = B("b") f.q = j j.v = f b.v = f assert f.q.v.q.txt == "
j"
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt f = A("f") j = B("j") b = B("b") f.q = j j.v = f b.v = f assert f.q.v.q.txt == "j"
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
111
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.txt = txt j = A("j") m = B("m") b = A("b") f = A("f") j.s = m m.y = b b.s = m f.s = m assert j.s.y.s.txt == "
m"
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.txt = txt j = A("j") m = B("m") b = A("b") f = A("f") j.s = m m.y = b b.s = m f.s = m assert j.s.y.s.txt == "m"
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
1
1
112
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.t: A = None self.txt = txt d = A("d") a = B("a") i = A("i") d.v = a d.s = a a.t = d i.v = a i.s = a assert i.v.t.v.txt == "
a"
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.t: A = None self.txt = txt d = A("d") a = B("a") i = A("i") d.v = a d.s = a a.t = d i.v = a i.s = a assert i.v.t.v.txt == "a"
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
113
class A: def __init__(self, txt: str): self.t: B = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.z: B = None self.txt = txt n = A("n") c = B("c") h = B("h") g = B("g") f = A("f") j = B("j") k = A("k") d = B("d"...
d"
class A: def __init__(self, txt: str): self.t: B = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.z: B = None self.txt = txt n = A("n") c = B("c") h = B("h") g = B("g") f = A("f") j = B("j") k = A("k") d = B("d"...
10
17
1.7
0.188889
2
5
2
2
2
9
4
2
4
0.4
7
0.411765
6
2
9
4.6
2
5
3
2
114
class A: def __init__(self, txt: str): self.t: B = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.v: A = None self.txt = txt m = A("m") d = B("d") f = B("f") g = A("g") e = A("e") j = B("j") c = A("c") k = A("k"...
d"
class A: def __init__(self, txt: str): self.t: B = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.v: A = None self.txt = txt m = A("m") d = B("d") f = B("f") g = A("g") e = A("e") j = B("j") c = A("c") k = A("k"...
8
16
2
0.285714
2
4
2
2
2
5
2
2
4
0.5
4
0.25
2
2
2
2
3
2
2
1
115
class A: def __init__(self, txt: str): self.w: B = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.txt = txt g = A("g") b = B("b") j = A("j") c = A("c") i = B("i") n = B("n") k = A("k") h = B("h") m = B("m") e = A("e") ...
b"
class A: def __init__(self, txt: str): self.w: B = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.txt = txt g = A("g") b = B("b") j = A("j") c = A("c") i = B("i") n = B("n") k = A("k") h = B("h") m = B("m") e = A("e") ...
10
15
1.5
0.166667
2
5
2
1
1.5
8
4
3
4
0.4
4
0.266667
5
2
6
3.111111
2
7
7
1
116
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.txt = txt m = A("m") h = B("h") d = B("d") c = A("c") m.o = d h.o = d d.o = h c.o = d assert m.o.o.o.o.txt == "
h"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.txt = txt m = A("m") h = B("h") d = B("d") c = A("c") m.o = d h.o = d d.o = h c.o = d assert m.o.o.o.o.txt == "h"
4
4
1
0.333333
2
2
1
1
1
4
2
2
3
0.75
3
0.75
2
2
2
2
1
4
4
1
117
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.txt = txt k = A("k") d = B("d") a = A("a") i = B("i") g = B("g") k.r = a d.x = i a.r = k i.x = d g.x = i assert g.x.x.x.txt == "
i"
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.txt = txt k = A("k") d = B("d") a = A("a") i = B("i") g = B("g") k.r = a d.x = i a.r = k i.x = d g.x = i assert g.x.x.x.txt == "i"
5
5
1
0.25
2
2.5
1
1
1
3
2
1
3
0.6
3
0.6
1
2
2
2
1
3
3
1
118
class A: def __init__(self, txt: str): self.q: B = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt i = A("i") e = B("e") j = A("j") k = A("k") b = B("b") d = A("d") f = B("f") g = A("g") h = A("h") i.q = e i.p...
b"
class A: def __init__(self, txt: str): self.q: B = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt i = A("i") e = B("e") j = A("j") k = A("k") b = B("b") d = A("d") f = B("f") g = A("g") h = A("h") i.q = e i.p...
9
15
1.666667
0.208333
2
4.5
2
1
1.5
8
2
2
5
0.555556
6
0.4
4
3
8
4.25
3
3
1
2
119
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.t: B = None self.txt = txt d = A("d") i = B("i") c = A("c") f = A("f") e = B("e") m = A("m") n = A("n") l = A("l") d.q = m i.x = l i.t = ...
m"
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.t: B = None self.txt = txt d = A("d") i = B("i") c = A("c") f = A("f") e = B("e") m = A("m") n = A("n") l = A("l") d.q = m i.x = l i.t = ...
8
10
1.25
0.178571
2
4
2
1
1.5
8
4
4
3
0.375
3
0.3
6
2
6
3.333333
1
8
8
1
120
class A: def __init__(self, txt: str): self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.x: B = None self.txt = txt g = A("g") j = B("j") m = A("m") h = A("h") b = A("b") e = A("e") d = A("d") c = A("c") i = B("i") g.p = c j.u...
g"
class A: def __init__(self, txt: str): self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.x: B = None self.txt = txt g = A("g") j = B("j") m = A("m") h = A("h") b = A("b") e = A("e") d = A("d") c = A("c") i = B("i") g.p = c j.u...
9
9
1
0.125
2
4.5
2
1
1.5
9
4
4
4
0.444444
4
0.444444
6
2
6
3.333333
1
9
9
1
121
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt h = A("h") b = B("b") a = B("a") m = A("m") k = B("k") c = B("c") h.w = m b.s = m a.s = m m.w = h k.s = m c.s = h assert h.w.w.w.w.w.w....
h"
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt h = A("h") b = B("b") a = B("a") m = A("m") k = B("k") c = B("c") h.w = m b.s = m a.s = m m.w = h k.s = m c.s = h assert h.w.w.w.w.w.w....
6
6
1
0.2
2
3
1
1
1
6
4
3
2
0.333333
2
0.333333
5
2
6
3.111111
1
6
6
1
122
class A: def __init__(self, txt: str): self.r: B = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.r: B = None self.txt = txt m = A("m") a = B("a") n = B("n") j = A("j") g = B("g") f = A("f") m.r = a m.y = j a.x...
m"
class A: def __init__(self, txt: str): self.r: B = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.r: B = None self.txt = txt m = A("m") a = B("a") n = B("n") j = A("j") g = B("g") f = A("f") m.r = a m.y = j a.x...
6
12
2
0.4
2
3
2
2
2
6
3
2
3
0.5
4
0.333333
4
2
5
3.2
2
3
2
2
123
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt l = A("l") a = B("a") h = B("h") l.t = a a.w = l h.w = l assert l.t.w.t.txt == "
a"
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt l = A("l") a = B("a") h = B("h") l.t = a a.w = l h.w = l assert l.t.w.t.txt == "a"
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
124
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.p: A = None self.txt = txt l = A("l") g = B("g") a = B("a") b = A("b") n = A("n") l.z = n l.x = n g.p = l a.p = b b.z = n b.x = n n.z = l...
l"
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.p: A = None self.txt = txt l = A("l") g = B("g") a = B("a") b = A("b") n = A("n") l.z = n l.x = n g.p = l a.p = b b.z = n b.x = n n.z = l...
5
6
1.2
0.3
2
2.5
2
1
1.5
4
2
2
3
0.6
3
0.5
2
2
2
2
2
3
3
2
125
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt h = A("h") i = B("i") g = B("g") j = A("j") h.w = g i.r = j g.r = j j.w = g assert i.r.w.r.w.txt == "
g"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt h = A("h") i = B("i") g = B("g") j = A("j") h.w = g i.r = j g.r = j j.w = g assert i.r.w.r.w.txt == "g"
4
4
1
0.333333
2
2
1
1
1
4
2
2
3
0.75
3
0.75
2
2
2
2
2
2
1
1
126
class A: def __init__(self, txt: str): self.p: B = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.w: B = None self.txt = txt a = A("a") f = B("f") e = A("e") j = A("j") h = B("h") d = B("d") c = A("c") g = A("g"...
n"
class A: def __init__(self, txt: str): self.p: B = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.w: B = None self.txt = txt a = A("a") f = B("f") e = A("e") j = A("j") h = B("h") d = B("d") c = A("c") g = A("g"...
10
19
1.9
0.211111
2
5
2
2
2
10
4
2
5
0.5
7
0.368421
6
2
9
4.5
3
5
3
2
127
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.p: A = None self.txt = txt n = A("n") g = B("g") l = B("l") f = B("f") m = B("m") a = A("a") e = A("e") b = A("b") n.q = e g.y = e g.p = ...
a"
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.p: A = None self.txt = txt n = A("n") g = B("g") l = B("l") f = B("f") m = B("m") a = A("a") e = A("e") b = A("b") n.q = e g.y = e g.p = ...
8
12
1.5
0.214286
2
4
2
1
1.5
7
4
4
2
0.25
2
0.166667
6
2
6
3.333333
1
7
7
1
128
class A: def __init__(self, txt: str): self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.txt = txt k = A("k") j = B("j") c = B("c") f = B("f") d = B("d") h = A("h") m = A("m") g = A("g") k.z = m j.q = c c.q = d f.q = d d.q = f h.z = m...
k"
class A: def __init__(self, txt: str): self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.txt = txt k = A("k") j = B("j") c = B("c") f = B("f") d = B("d") h = A("h") m = A("m") g = A("g") k.z = m j.q = c c.q = d f.q = d d.q = f h.z = m...
8
8
1
0.142857
2
4
1
1
1
6
3
3
3
0.375
3
0.375
4
2
4
2.666667
1
6
6
1
129
class A: def __init__(self, txt: str): self.p: A = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt f = A("f") i = B("i") k = A("k") f.p = k f.u = k i.t = k k.p = f k.u = f assert i.t.p.p.txt == "
k"
class A: def __init__(self, txt: str): self.p: A = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt f = A("f") i = B("i") k = A("k") f.p = k f.u = k i.t = k k.p = f k.u = f assert i.t.p.p.txt == "k"
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
2
1
130
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.t: A = None self.txt = txt e = A("e") n = B("n") j = B("j") a = B("a") k = B("k") b = A("b") f = B("f") e.x = j n.r = j n.t = e j.r = f j...
k"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.t: A = None self.txt = txt e = A("e") n = B("n") j = B("j") a = B("a") k = B("k") b = A("b") f = B("f") e.x = j n.r = j n.t = e j.r = f j...
7
12
1.714286
0.285714
2
3.5
2
1
1.5
7
4
3
3
0.428571
3
0.25
5
2
6
3.111111
3
3
1
1
131
class A: def __init__(self, txt: str): self.p: B = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.txt = txt i = A("i") n = B("n") m = B("m") c = B("c") b = B("b") k = B("k") g = A("g") d = B("d") l = B("l") f = A("f") ...
d"
class A: def __init__(self, txt: str): self.p: B = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.txt = txt i = A("i") n = B("n") m = B("m") c = B("c") b = B("b") k = B("k") g = A("g") d = B("d") l = B("l") f = A("f") ...
10
13
1.3
0.144444
2
5
2
1
1.5
6
2
2
5
0.5
5
0.384615
2
3
3
3
2
5
5
1
132
class A: def __init__(self, txt: str): self.p: B = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt l = A("l") k = B("k") g = B("g") l.p = k l.v = g k.u = l g.u = l assert g.u.v.u.txt == "
l"
class A: def __init__(self, txt: str): self.p: B = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt l = A("l") k = B("k") g = B("g") l.p = k l.v = g k.u = l g.u = l assert g.u.v.u.txt == "l"
3
4
1.333333
0.666667
2
1.5
2
1
1.5
3
2
2
2
0.666667
2
0.5
2
2
2
2
2
2
1
1
133
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt e = A("e") a = B("a") n = B("n") e.y = a a.q = e n.q = e assert n.q.y.q.txt == "
e"
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt e = A("e") a = B("a") n = B("n") e.y = a a.q = e n.q = e assert n.q.y.q.txt == "e"
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
134
class A: def __init__(self, txt: str): self.w: A = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt k = A("k") a = B("a") d = A("d") c = A("c") n = B("n") b = A("b") k.w = d k.p = b a.p = k d.w = c d.p = b c.w ...
d"
class A: def __init__(self, txt: str): self.w: A = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt k = A("k") a = B("a") d = A("d") c = A("c") n = B("n") b = A("b") k.w = d k.p = b a.p = k d.w = c d.p = b c.w ...
6
8
1.333333
0.266667
2
3
2
1
1.5
5
2
1
5
0.833333
5
0.625
1
2
2
2
2
3
2
1
135
class A: def __init__(self, txt: str): self.t: B = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt e = A("e") f = B("f") d = A("d") e.t = f e.u = d f.s = e d.t = f d.u = e assert f.s.t.s.txt == "
e"
class A: def __init__(self, txt: str): self.t: B = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt e = A("e") f = B("f") d = A("d") e.t = f e.u = d f.s = e d.t = f d.u = e assert f.s.t.s.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
136
class A: def __init__(self, txt: str): self.t: B = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.s: A = None self.txt = txt n = A("n") a = B("a") k = B("k") b = B("b") j = A("j") l = B("l") e = A("e") m = B("m"...
j"
class A: def __init__(self, txt: str): self.t: B = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.s: A = None self.txt = txt n = A("n") a = B("a") k = B("k") b = B("b") j = A("j") l = B("l") e = A("e") m = B("m"...
10
19
1.9
0.211111
2
5
2
2
2
9
4
3
5
0.5
5
0.263158
5
2
6
3.111111
3
5
2
1
137
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt n = A("n") f = B("f") m = B("m") a = A("a") i = A("i") j = A("j") c = A("c") n.p = f f.p = j m.p = a a.p = m i.p = f j.p = f c.p = m as...
j"
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt n = A("n") f = B("f") m = B("m") a = A("a") i = A("i") j = A("j") c = A("c") n.p = f f.p = j m.p = a a.p = m i.p = f j.p = f c.p = m 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
1
6
6
1
138
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.v: A = None self.txt = txt n = A("n") d = B("d") f = A("f") c = B("c") a = B("a") m = A("m") l = B("l") i = B("i") e = A("e") h = B("h") ...
d"
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.v: A = None self.txt = txt n = A("n") d = B("d") f = A("f") c = B("c") a = B("a") m = A("m") l = B("l") i = B("i") e = A("e") h = B("h") ...
10
16
1.6
0.177778
2
5
2
1
1.5
6
2
2
5
0.5
5
0.3125
2
4
4
4
3
3
1
2
139
class A: def __init__(self, txt: str): self.x: B = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt e = A("e") c = B("c") f = B("f") n = A("n") j = B("j") h = A("h") a = A("a") l = A("l") k = B("k") e.x = c e.q...
a"
class A: def __init__(self, txt: str): self.x: B = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt e = A("e") c = B("c") f = B("f") n = A("n") j = B("j") h = A("h") a = A("a") l = A("l") k = B("k") e.x = c e.q...
9
14
1.555556
0.194444
2
4.5
2
1
1.5
7
3
2
5
0.555556
6
0.428571
3
2
5
3.75
3
3
2
2
140
class A: def __init__(self, txt: str): self.r: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.o: A = None self.txt = txt n = A("n") d = B("d") m = B("m") g = B("g") h = A("h") l = B("l") b = A("b") n.r = d ...
n"
class A: def __init__(self, txt: str): self.r: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.o: A = None self.txt = txt n = A("n") d = B("d") m = B("m") g = B("g") h = A("h") l = B("l") b = A("b") n.r = d ...
7
13
1.857143
0.309524
2
3.5
2
2
2
7
2
1
6
0.857143
7
0.538462
2
2
3
2.5
4
3
2
2
141
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt m = A("m") b = B("b") j = B("j") d = A("d") m.r = j b.y = j j.y = b d.r = b assert j.y.y.y.y.txt == "
j"
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt m = A("m") b = B("b") j = B("j") d = A("d") m.r = j b.y = j j.y = b d.r = b assert j.y.y.y.y.txt == "j"
4
4
1
0.333333
2
2
1
1
1
4
3
2
2
0.5
2
0.5
3
2
4
2.5
1
4
4
1
142
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.y: B = None self.v: B = None self.txt = txt e = A("e") g = B("g") a = B("a") e.x = a e.v = a g.y = a g.v = a a.y = g a.v = g asse...
a"
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.y: B = None self.v: B = None self.txt = txt e = A("e") g = B("g") a = B("a") e.x = a e.v = a g.y = a g.v = a a.y = g a.v = g asse...
3
3
1
0.5
2
1.5
2
2
2
3
2
1
3
1
3
1
1
2
2
2
2
2
2
1
143
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.w: A = None self.txt = txt l = A("l") g = B("g") i = A("i") a = B("a") l.y = i g.u = a g.w = i i.y = l a.u = g a.w = i assert g.w.y.y.y.t...
l"
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.w: A = None self.txt = txt l = A("l") g = B("g") i = A("i") a = B("a") l.y = i g.u = a g.w = i i.y = l a.u = g a.w = i assert g.w.y.y.y.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
3
3
1
144
class A: def __init__(self, txt: str): self.p: B = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt m = A("m") i = B("i") f = A("f") m.p = i m.z = i i.p = m f.p = i f.z = i assert i.p.z.p.txt == "
m"
class A: def __init__(self, txt: str): self.p: B = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt m = A("m") i = B("i") f = A("f") m.p = i m.z = i i.p = m f.p = i f.z = i assert i.p.z.p.txt == "m"
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
145
class A: def __init__(self, txt: str): self.o: B = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.x: A = None self.txt = txt c = A("c") h = B("h") f = A("f") k = A("k") b = A("b") i = A("i") g = B("g") n = B("n"...
i"
class A: def __init__(self, txt: str): self.o: B = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.x: A = None self.txt = txt c = A("c") h = B("h") f = A("f") k = A("k") b = A("b") i = A("i") g = B("g") n = B("n"...
10
20
2
0.222222
2
5
2
2
2
4
2
1
4
0.4
4
0.2
1
2
2
2
3
2
2
1
146
class A: def __init__(self, txt: str): self.r: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.v: B = None self.txt = txt c = A("c") e = B("e") l = B("l") k = A("k") a = B("a") d = A("d") i = B("i") b = B("b"...
b"
class A: def __init__(self, txt: str): self.r: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.v: B = None self.txt = txt c = A("c") e = B("e") l = B("l") k = A("k") a = B("a") d = A("d") i = B("i") b = B("b"...
8
16
2
0.285714
2
4
2
2
2
6
2
1
5
0.625
6
0.375
2
2
3
2.5
4
2
1
2
147
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.v: A = None self.txt = txt i = A("i") m = B("m") a = B("a") e = A("e") b = B("b") h = A("h") l = B("l") i.o = l m.t = a m.v = h a.t = m a...
l"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.v: A = None self.txt = txt i = A("i") m = B("m") a = B("a") e = A("e") b = B("b") h = A("h") l = B("l") i.o = l m.t = a m.v = h a.t = m a...
7
11
1.571429
0.261905
2
3.5
2
1
1.5
3
2
1
3
0.428571
3
0.272727
1
3
3
3
3
1
1
1
148
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.w: A = None self.txt = txt d = A("d") b = B("b") n = A("n") d.y = n b.q = d b.w = n n.y = d assert d.y.y.y.txt == "
n"
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.w: A = None self.txt = txt d = A("d") b = B("b") n = A("n") d.y = n b.q = d b.w = n n.y = d assert d.y.y.y.txt == "n"
3
4
1.333333
0.666667
2
1.5
2
1
1.5
3
2
2
2
0.666667
2
0.5
2
2
2
2
1
3
3
1
149
class A: def __init__(self, txt: str): self.s: B = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.t: A = None self.txt = txt b = A("b") a = B("a") m = A("m") l = B("l") c = A("c") j = A("j") h = A("h") g = B("g"...
j"
class A: def __init__(self, txt: str): self.s: B = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.t: A = None self.txt = txt b = A("b") a = B("a") m = A("m") l = B("l") c = A("c") j = A("j") h = A("h") g = B("g"...
10
20
2
0.222222
2
5
2
2
2
5
2
2
4
0.4
4
0.2
2
4
4
4
3
3
2
1
150
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt m = A("m") g = B("g") j = A("j") m.y = g g.t = j j.y = g assert j.y.t.y.txt == "
g"
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt m = A("m") g = B("g") j = A("j") m.y = g g.t = j j.y = g assert j.y.t.y.txt == "g"
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
151
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.u: A = None self.z: A = None self.txt = txt a = A("a") j = B("j") d = B("d") k = B("k") n = A("n") i = A("i") e = B("e") b = A("b"...
i"
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.u: A = None self.z: A = None self.txt = txt a = A("a") j = B("j") d = B("d") k = B("k") n = A("n") i = A("i") e = B("e") b = A("b"...
8
16
2
0.285714
2
4
2
2
2
7
2
2
6
0.75
6
0.375
2
2
2
2
3
3
1
2
152
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.q: B = None self.txt = txt e = A("e") i = B("i") c = A("c") d = B("d") g = B("g") b = B("b") e.y = d i.s = e i.q = b c.y = b d.s = c d.q ...
b"
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.q: B = None self.txt = txt e = A("e") i = B("i") c = A("c") d = B("d") g = B("g") b = B("b") e.y = d i.s = e i.q = b c.y = b d.s = c d.q ...
6
10
1.666667
0.333333
2
3
2
1
1.5
3
2
1
3
0.5
3
0.3
1
2
2
2
2
2
2
1
153
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.u: B = None self.z: B = None self.txt = txt c = A("c") l = B("l") a = A("a") m = A("m") j = B("j") i = A("i") k = A("k") c.x = j ...
l"
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.u: B = None self.z: B = None self.txt = txt c = A("c") l = B("l") a = A("a") m = A("m") j = B("j") i = A("i") k = A("k") c.x = j ...
7
9
1.285714
0.214286
2
3.5
2
2
2
7
4
2
2
0.285714
4
0.444444
6
2
6
3.333333
2
4
2
2
154
class A: def __init__(self, txt: str): self.y: B = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.w: A = None self.txt = txt f = A("f") b = B("b") i = B("i") k = B("k") j = A("j") g = B("g") m = B("m") e = A("e"...
e"
class A: def __init__(self, txt: str): self.y: B = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.w: A = None self.txt = txt f = A("f") b = B("b") i = B("i") k = B("k") j = A("j") g = B("g") m = B("m") e = A("e"...
8
15
1.875
0.267857
2
4
2
2
2
6
2
2
4
0.5
5
0.333333
3
2
6
3.333333
3
4
4
2
155
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.z: A = None self.txt = txt b = A("b") l = B("l") a = A("a") m = B("m") b.x = m l.p = a l.z = b a.x = l m.p = a m.z = a assert l.p.x.z.x.t...
m"
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.z: A = None self.txt = txt b = A("b") l = B("l") a = A("a") m = B("m") b.x = m l.p = a l.z = b a.x = l m.p = a m.z = a assert l.p.x.z.x.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
2
156
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt l = A("l") a = B("a") n = A("n") i = B("i") c = A("c") e = B("e") h = A("h") g = B("g") l.q = h a.u = n n.q = c i.u = c c.q = n e.u = c...
c"
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt l = A("l") a = B("a") n = A("n") i = B("i") c = A("c") e = B("e") h = A("h") g = B("g") l.q = h a.u = n n.q = c i.u = c c.q = n e.u = c...
8
8
1
0.142857
2
4
1
1
1
8
4
3
4
0.5
4
0.5
5
2
6
3.111111
1
8
8
1
157
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.q: B = None self.o: A = None self.txt = txt i = A("i") j = B("j") h = A("h") b = A("b") m = B("m") e = B("e") i.s = h i.q = j j.q...
e"
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.q: B = None self.o: A = None self.txt = txt i = A("i") j = B("j") h = A("h") b = A("b") m = B("m") e = B("e") i.s = h i.q = j j.q...
6
12
2
0.4
2
3
2
2
2
6
2
2
5
0.833333
5
0.416667
2
2
2
2
2
5
4
1
158
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.x: B = None self.txt = txt m = A("m") h = B("h") i = B("i") d = B("d") e = B("e") a = A("a") c = A("c") m.q = a h.t = i h.x = e i.t = d i...
i"
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.x: B = None self.txt = txt m = A("m") h = B("h") i = B("i") d = B("d") e = B("e") a = A("a") c = A("c") m.q = a h.t = i h.x = e i.t = d i...
7
9
1.285714
0.214286
2
3.5
2
1
1.5
7
3
2
4
0.571429
5
0.555556
4
2
5
3.2
2
5
5
2
159
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.w: B = None self.txt = txt c = A("c") g = B("g") e = A("e") d = B("d") n = A("n") a = A("a") l = B("l") h = A("h") f = A("f") m = A("m") ...
g"
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.w: B = None self.txt = txt c = A("c") g = B("g") e = A("e") d = B("d") n = A("n") a = A("a") l = B("l") h = A("h") f = A("f") m = A("m") ...
10
17
1.7
0.188889
2
5
2
1
1.5
6
2
2
5
0.5
5
0.294118
2
2
2
2
3
4
4
1
160
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt m = A("m") k = B("k") i = A("i") c = A("c") j = B("j") n = A("n") l = A("l") a = A("a") f = A("f") m.y = k k.v = n i.y = k c.y = j j.v ...
l"
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt m = A("m") k = B("k") i = A("i") c = A("c") j = B("j") n = A("n") l = A("l") a = A("a") f = A("f") m.y = k k.v = n i.y = k c.y = j j.v ...
9
9
1
0.125
2
4.5
1
1
1
6
2
2
5
0.555556
5
0.555556
2
4
4
4
2
3
1
1
161
class A: def __init__(self, txt: str): self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.p: A = None self.txt = txt c = A("c") i = B("i") b = B("b") j = A("j") e = A("e") d = B("d") g = B("g") a = B("a") c.p = e i.s = a i.p = ...
e"
class A: def __init__(self, txt: str): self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.p: A = None self.txt = txt c = A("c") i = B("i") b = B("b") j = A("j") e = A("e") d = B("d") g = B("g") a = B("a") c.p = e i.s = a i.p = ...
8
13
1.625
0.232143
2
4
2
1
1.5
5
2
2
3
0.375
3
0.230769
3
3
3
3
1
5
5
1
162
class A: def __init__(self, txt: str): self.z: A = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt c = A("c") f = B("f") l = A("l") g = B("g") h = A("h") e = A("e") i = B("i") j = A("j") c.z = e c.p = h f.x = ...
j"
class A: def __init__(self, txt: str): self.z: A = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt c = A("c") f = B("f") l = A("l") g = B("g") h = A("h") e = A("e") i = B("i") j = A("j") c.z = e c.p = h f.x = ...
8
12
1.5
0.214286
2
4
2
1
1.5
4
2
1
4
0.5
4
0.333333
1
2
2
2
2
2
2
2
163
class A: def __init__(self, txt: str): self.o: A = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt d = A("d") g = B("g") a = B("a") n = B("n") h = A("h") b = A("b") c = B("c") m = B("m") f = B("f") e = B("e") ...
h"
class A: def __init__(self, txt: str): self.o: A = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt d = A("d") g = B("g") a = B("a") n = B("n") h = A("h") b = A("b") c = B("c") m = B("m") f = B("f") e = B("e") ...
10
13
1.3
0.144444
2
5
2
1
1.5
7
4
4
2
0.2
2
0.153846
6
2
6
3.333333
2
4
1
1
164
class A: def __init__(self, txt: str): self.w: B = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt m = A("m") n = B("n") i = B("i") e = A("e") d = B("d") f = A("f") l = A("l") g = B("g") m.w = n m.o = e n.z = ...
e"
class A: def __init__(self, txt: str): self.w: B = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt m = A("m") n = B("n") i = B("i") e = A("e") d = B("d") f = A("f") l = A("l") g = B("g") m.w = n m.o = e n.z = ...
8
12
1.5
0.214286
2
4
2
1
1.5
5
3
2
3
0.375
3
0.25
3
2
4
2.5
3
2
1
1
165
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt m = A("m") k = B("k") n = B("n") a = B("a") e = B("e") g = B("g") l = B("l") h = A("h") f = B("f") m.y = h k.p = m n.p = h a.p = h e.p ...
m"
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt m = A("m") k = B("k") n = B("n") a = B("a") e = B("e") g = B("g") l = B("l") h = A("h") f = B("f") m.y = h k.p = m n.p = h a.p = h e.p ...
9
9
1
0.125
2
4.5
1
1
1
8
4
4
3
0.333333
3
0.333333
6
2
6
3.333333
2
7
7
1
166
class A: def __init__(self, txt: str): self.x: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.txt = txt j = A("j") f = B("f") a = B("a") l = A("l") g = A("g") i = B("i") j.x = i j.s = f f.s = a a.s = f l.x = f l.s ...
f"
class A: def __init__(self, txt: str): self.x: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.txt = txt j = A("j") f = B("f") a = B("a") l = A("l") g = A("g") i = B("i") j.x = i j.s = f f.s = a a.s = f l.x = f l.s ...
6
9
1.5
0.3
2
3
2
1
1.5
5
2
2
4
0.666667
4
0.444444
2
2
2
2
2
4
4
1
167
class A: def __init__(self, txt: str): self.z: A = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.txt = txt f = A("f") a = B("a") l = A("l") g = B("g") d = B("d") b = B("b") f.z = l f.y = l a.s = d l.z = f l.y = f g.s ...
a"
class A: def __init__(self, txt: str): self.z: A = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.txt = txt f = A("f") a = B("a") l = A("l") g = B("g") d = B("d") b = B("b") f.z = l f.y = l a.s = d l.z = f l.y = f g.s ...
6
6
1
0.2
2
3
2
1
1.5
6
3
2
3
0.5
3
0.5
4
3
6
3.6
1
6
6
1
168
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.txt = txt a = A("a") b = B("b") c = A("c") f = A("f") d = B("d") n = A("n") l = A("l") g = A("g") a.o = b b.z = d c.o = b f.o = d d.z = b n.o = d...
b"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.txt = txt a = A("a") b = B("b") c = A("c") f = A("f") d = B("d") n = A("n") l = A("l") g = A("g") a.o = b b.z = d c.o = b f.o = d d.z = b n.o = d...
8
8
1
0.142857
2
4
1
1
1
4
2
2
3
0.375
3
0.375
2
2
2
2
2
3
3
1
169
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.z: A = None self.txt = txt h = A("h") f = B("f") a = A("a") h.w = f f.r = a f.z = h a.w = f assert h.w.r.w.txt == "
f"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.z: A = None self.txt = txt h = A("h") f = B("f") a = A("a") h.w = f f.r = a f.z = h a.w = f assert h.w.r.w.txt == "f"
3
4
1.333333
0.666667
2
1.5
2
1
1.5
3
2
1
3
1
3
0.75
1
2
2
2
2
2
1
1
170
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.w: B = None self.txt = txt k = A("k") g = B("g") c = B("c") l = B("l") j = A("j") d = B("d") k.u = c g.o = d g.w = c c.o = d c.w = l l.o ...
d"
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.w: B = None self.txt = txt k = A("k") g = B("g") c = B("c") l = B("l") j = A("j") d = B("d") k.u = c g.o = d g.w = c c.o = d c.w = l l.o ...
6
9
1.5
0.3
2
3
2
1
1.5
6
2
1
5
0.833333
6
0.666667
2
3
5
4
3
4
4
2
171
class A: def __init__(self, txt: str): self.x: A = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt h = A("h") k = B("k") c = A("c") b = A("b") m = B("m") j = A("j") g = A("g") e = A("e") d = B("d") f = A("f") ...
g"
class A: def __init__(self, txt: str): self.x: A = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt h = A("h") k = B("k") c = A("c") b = A("b") m = B("m") j = A("j") g = A("g") e = A("e") d = B("d") f = A("f") ...
10
17
1.7
0.188889
2
5
2
1
1.5
3
1
1
4
0.4
3
0.176471
0
null
null
null
3
1
1
1
172
class A: def __init__(self, txt: str): self.p: B = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt h = A("h") e = B("e") d = A("d") g = A("g") f = B("f") i = A("i") m = A("m") b = B("b") h.p = e h.o = f e.r = ...
d"
class A: def __init__(self, txt: str): self.p: B = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt h = A("h") e = B("e") d = A("d") g = A("g") f = B("f") i = A("i") m = A("m") b = B("b") h.p = e h.o = f e.r = ...
8
13
1.625
0.232143
2
4
2
1
1.5
4
2
1
4
0.5
4
0.307692
1
4
4
4
2
2
1
1
173
class A: def __init__(self, txt: str): self.w: A = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.u: A = None self.txt = txt i = A("i") j = B("j") f = B("f") e = B("e") b = A("b") i.w = b i.q = j j.x = i j.u = ...
b"
class A: def __init__(self, txt: str): self.w: A = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.u: A = None self.txt = txt i = A("i") j = B("j") f = B("f") e = B("e") b = A("b") i.w = b i.q = j j.x = i j.u = ...
5
9
1.8
0.45
2
2.5
2
2
2
5
2
1
3
0.6
5
0.555556
3
2
3
2.333333
4
2
1
2
174
class A: def __init__(self, txt: str): self.w: B = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.w: A = None self.txt = txt m = A("m") b = B("b") i = A("i") a = B("a") k = B("k") m.w = a m.y = k b.t = m b.w = ...
a"
class A: def __init__(self, txt: str): self.w: B = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.w: A = None self.txt = txt m = A("m") b = B("b") i = A("i") a = B("a") k = B("k") m.w = a m.y = k b.t = m b.w = ...
5
7
1.4
0.35
2
2.5
2
2
2
5
2
2
4
0.8
4
0.571429
2
4
4
4
1
5
5
1
175
class A: def __init__(self, txt: str): self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.u: A = None self.txt = txt m = A("m") b = B("b") n = A("n") d = A("d") i = A("i") a = B("a") m.v = i b.y = i b.u = d n.v = m d.v = n i.v ...
i"
class A: def __init__(self, txt: str): self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.u: A = None self.txt = txt m = A("m") b = B("b") n = A("n") d = A("d") i = A("i") a = B("a") m.v = i b.y = i b.u = d n.v = m d.v = n i.v ...
6
8
1.333333
0.266667
2
3
2
1
1.5
3
2
1
3
0.5
3
0.375
1
2
2
2
2
2
2
1
176
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt a = A("a") l = B("l") c = A("c") e = A("e") b = B("b") h = A("h") n = B("n") k = B("k") m = B("m") d = B("d") a.w = e l.y = n c.w = h e...
l"
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt a = A("a") l = B("l") c = A("c") e = A("e") b = B("b") h = A("h") n = B("n") k = B("k") m = B("m") d = B("d") a.w = e l.y = n c.w = h e...
10
10
1
0.111111
2
5
1
1
1
8
3
3
3
0.3
3
0.3
6
3
6
4
1
8
8
1
177
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.txt = txt m = A("m") j = B("j") i = A("i") k = A("k") e = B("e") m.w = k j.x = e i.w = k k.w = i e.x = j assert e.x.x.x.x.x.txt == "
j"
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.txt = txt m = A("m") j = B("j") i = A("i") k = A("k") e = B("e") m.w = k j.x = e i.w = k k.w = i e.x = j assert e.x.x.x.x.x.txt == "j"
5
5
1
0.25
2
2.5
1
1
1
5
3
3
2
0.4
2
0.4
4
2
4
2.666667
1
5
5
1
178
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.w: A = None self.txt = txt j = A("j") f = B("f") a = B("a") j.q = f f.q = j f.w = j a.q = j a.w = j assert f.q.q.q.txt == "
j"
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.w: A = None self.txt = txt j = A("j") f = B("f") a = B("a") j.q = f f.q = j f.w = j a.q = j a.w = j assert f.q.q.q.txt == "j"
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
179
class A: def __init__(self, txt: str): self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.txt = txt d = A("d") m = B("m") j = B("j") e = B("e") n = A("n") a = B("a") d.p = n m.o = j j.o = e e.o = j n.p = d a.o = m assert j.o.o.o.o.txt ...
j"
class A: def __init__(self, txt: str): self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.txt = txt d = A("d") m = B("m") j = B("j") e = B("e") n = A("n") a = B("a") d.p = n m.o = j j.o = e e.o = j n.p = d a.o = m assert j.o.o.o.o.txt ...
6
6
1
0.2
2
3
1
1
1
4
3
2
2
0.333333
2
0.333333
3
2
4
2.5
1
4
4
1
180
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.y: A = None self.txt = txt d = A("d") g = B("g") j = A("j") a = B("a") b = A("b") m = A("m") f = A("f") k = B("k") d.p = g g.p = f g.y = ...
d"
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.y: A = None self.txt = txt d = A("d") g = B("g") j = A("j") a = B("a") b = A("b") m = A("m") f = A("f") k = B("k") d.p = g g.p = f g.y = ...
8
11
1.375
0.196429
2
4
2
1
1.5
7
3
3
4
0.5
4
0.363636
4
2
4
2.666667
2
4
2
1
181
class A: def __init__(self, txt: str): self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.txt = txt m = A("m") e = B("e") i = B("i") f = A("f") j = B("j") d = A("d") m.u = d e.z = j i.z = e f.u = d j.z = e d.u = m assert e.z.z.z.txt ==...
j"
class A: def __init__(self, txt: str): self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.txt = txt m = A("m") e = B("e") i = B("i") f = A("f") j = B("j") d = A("d") m.u = d e.z = j i.z = e f.u = d j.z = e d.u = m assert e.z.z.z.txt ==...
6
6
1
0.2
2
3
1
1
1
3
2
2
2
0.333333
2
0.333333
2
2
2
2
1
3
3
1
182
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.x: A = None self.txt = txt h = A("h") f = B("f") c = A("c") h.w = c f.s = c f.x = h c.w = h assert h.w.w.w.txt == "
c"
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.x: A = None self.txt = txt h = A("h") f = B("f") c = A("c") h.w = c f.s = c f.x = h c.w = h assert h.w.w.w.txt == "c"
3
4
1.333333
0.666667
2
1.5
2
1
1.5
3
2
2
2
0.666667
2
0.5
2
2
2
2
1
3
3
1
183
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt h = A("h") j = B("j") e = A("e") k = A("k") d = A("d") g = B("g") h.v = j j.u = h e.v = g k.v = j d.v = g g.u = h assert k.v.u.v.u.txt ...
h"
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt h = A("h") j = B("j") e = A("e") k = A("k") d = A("d") g = B("g") h.v = j j.u = h e.v = g k.v = j d.v = g g.u = h assert k.v.u.v.u.txt ...
6
6
1
0.2
2
3
1
1
1
4
2
2
3
0.5
3
0.5
2
2
2
2
2
2
1
1
184
class A: def __init__(self, txt: str): self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.y: A = None self.txt = txt i = A("i") e = B("e") m = B("m") k = B("k") j = A("j") h = B("h") c = B("c") b = A("b") i.z = j e.t = c e.y = ...
i"
class A: def __init__(self, txt: str): self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.y: A = None self.txt = txt i = A("i") e = B("e") m = B("m") k = B("k") j = A("j") h = B("h") c = B("c") b = A("b") i.z = j e.t = c e.y = ...
8
13
1.625
0.232143
2
4
2
1
1.5
4
2
1
4
0.5
4
0.307692
1
2
2
2
2
3
3
1
185
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.y: A = None self.txt = txt e = A("e") d = B("d") n = A("n") j = A("j") g = A("g") e.q = g d.w = e d.y = g n.q = e j.q = g g.q = j assert ...
g"
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.y: A = None self.txt = txt e = A("e") d = B("d") n = A("n") j = A("j") g = A("g") e.q = g d.w = e d.y = g n.q = e j.q = g g.q = j assert ...
5
6
1.2
0.3
2
2.5
2
1
1.5
5
3
2
3
0.6
3
0.5
3
2
4
2.5
1
5
5
1
186
class A: def __init__(self, txt: str): self.x: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.txt = txt n = A("n") k = B("k") h = B("h") m = A("m") n.x = h n.s = h k.z = h h.z = k m.x = k m.s = h assert h.z.z.z.z.t...
h"
class A: def __init__(self, txt: str): self.x: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.txt = txt n = A("n") k = B("k") h = B("h") m = A("m") n.x = h n.s = h k.z = h h.z = k m.x = k m.s = h assert h.z.z.z.z.t...
4
5
1.25
0.416667
2
2
2
1
1.5
4
3
2
2
0.5
2
0.4
3
2
4
2.5
1
4
4
1
187
class A: def __init__(self, txt: str): self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt a = A("a") j = B("j") i = A("i") b = B("b") a.z = i j.s = i i.z = a b.s = a assert a.z.z.z.txt == "
i"
class A: def __init__(self, txt: str): self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt a = A("a") j = B("j") i = A("i") b = B("b") a.z = i j.s = i i.z = a b.s = a assert a.z.z.z.txt == "i"
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
188
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.txt = txt c = A("c") d = B("d") b = B("b") m = B("m") l = B("l") n = A("n") f = A("f") j = A("j") c.t = f d.z = n b.z = c m.z = f l.z = f n.t = j...
c"
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.txt = txt c = A("c") d = B("d") b = B("b") m = B("m") l = B("l") n = A("n") f = A("f") j = A("j") c.t = f d.z = n b.z = c m.z = f l.z = f n.t = j...
8
8
1
0.142857
2
4
1
1
1
3
2
1
3
0.375
3
0.375
1
3
3
3
1
3
3
1
189
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.u: B = None self.txt = txt e = A("e") i = B("i") c = A("c") d = A("d") g = A("g") j = B("j") e.w = d i.s = j i.u = j c.w = e d.w = g g.w ...
i"
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.u: B = None self.txt = txt e = A("e") i = B("i") c = A("c") d = A("d") g = A("g") j = B("j") e.w = d i.s = j i.u = j c.w = e d.w = g g.w ...
6
6
1
0.2
2
3
2
1
1.5
5
3
2
2
0.333333
3
0.5
4
2
4
2.666667
2
4
2
2
190
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.z: B = None self.txt = txt g = A("g") a = B("a") l = B("l") m = B("m") d = A("d") b = A("b") i = B("i") n = A("n") c = B("c") g.t = m a.x...
i"
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.z: B = None self.txt = txt g = A("g") a = B("a") l = B("l") m = B("m") d = A("d") b = A("b") i = B("i") n = A("n") c = B("c") g.t = m a.x...
9
12
1.333333
0.166667
2
4.5
2
1
1.5
7
3
2
5
0.555556
5
0.416667
3
2
4
2.5
2
4
2
1
191
class A: def __init__(self, txt: str): self.t: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt b = A("b") m = B("m") g = A("g") b.t = m b.s = m m.z = g g.t = m g.s = m assert m.z.s.z.txt == "
g"
class A: def __init__(self, txt: str): self.t: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt b = A("b") m = B("m") g = A("g") b.t = m b.s = m m.z = g g.t = m g.s = m assert m.z.s.z.txt == "g"
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
192
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt n = A("n") k = B("k") e = B("e") d = A("d") a = A("a") f = B("f") n.t = a k.y = f e.y = f d.t = n a.t = d f.y = e assert n.t.t.t.t.txt ...
a"
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt n = A("n") k = B("k") e = B("e") d = A("d") a = A("a") f = B("f") n.t = a k.y = f e.y = f d.t = n a.t = d f.y = e assert n.t.t.t.t.txt ...
6
6
1
0.2
2
3
1
1
1
4
2
2
3
0.5
3
0.5
2
3
3
3
1
4
4
1
193
class A: def __init__(self, txt: str): self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.u: B = None self.txt = txt i = A("i") g = B("g") a = B("a") h = A("h") f = A("f") j = B("j") i.v = h g.s = a g.u = j a.s = j a.u = j h.v ...
h"
class A: def __init__(self, txt: str): self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.u: B = None self.txt = txt i = A("i") g = B("g") a = B("a") h = A("h") f = A("f") j = B("j") i.v = h g.s = a g.u = j a.s = j a.u = j h.v ...
6
7
1.166667
0.233333
2
3
2
1
1.5
5
3
3
2
0.333333
2
0.285714
4
2
4
2.666667
1
5
5
1
194
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt k = A("k") n = B("n") m = B("m") h = A("h") l = A("l") d = A("d") c = A("c") a = B("a") i = A("i") k.p = m n.q = i m.q = l h.p = n l.p ...
n"
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt k = A("k") n = B("n") m = B("m") h = A("h") l = A("l") d = A("d") c = A("c") a = B("a") i = A("i") k.p = m n.q = i m.q = l h.p = n l.p ...
9
9
1
0.125
2
4.5
1
1
1
3
1
1
4
0.444444
3
0.333333
0
null
null
null
2
2
1
1
195
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.u: B = None self.txt = txt j = A("j") k = B("k") m = A("m") h = B("h") j.w = m k.x = h k.u = h m.w = j h.x = k h.u = k assert h.u.x.x.u.t...
h"
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.u: B = None self.txt = txt j = A("j") k = B("k") m = A("m") h = B("h") j.w = m k.x = h k.u = h m.w = j h.x = k h.u = k assert h.u.x.x.u.t...
4
4
1
0.333333
2
2
2
1
1.5
4
3
1
2
0.5
4
1
3
2
4
2.5
2
2
2
2
196
class A: def __init__(self, txt: str): self.q: A = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt h = A("h") a = B("a") c = A("c") f = B("f") d = A("d") j = B("j") i = A("i") k = A("k") e = A("e") h.q = i h.s...
k"
class A: def __init__(self, txt: str): self.q: A = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt h = A("h") a = B("a") c = A("c") f = B("f") d = A("d") j = B("j") i = A("i") k = A("k") e = A("e") h.q = i h.s...
9
14
1.555556
0.194444
2
4.5
2
1
1.5
8
3
2
5
0.555556
7
0.5
4
2
5
3.4
2
5
2
2
197
class A: def __init__(self, txt: str): self.p: A = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt j = A("j") b = B("b") c = A("c") l = A("l") j.p = l j.s = b b.w = l c.p = l c.s = b l.p = c l.s = b assert j.s...
c"
class A: def __init__(self, txt: str): self.p: A = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt j = A("j") b = B("b") c = A("c") l = A("l") j.p = l j.s = b b.w = l c.p = l c.s = b l.p = c l.s = b assert j.s...
4
7
1.75
0.583333
2
2
2
1
1.5
3
1
1
4
1
3
0.428571
0
null
null
null
3
1
1
1
198
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.s: A = None self.txt = txt f = A("f") n = B("n") g = B("g") f.v = g n.w = g n.s = f g.w = n g.s = f assert g.w.s.v.txt == "
g"
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.s: A = None self.txt = txt f = A("f") n = B("n") g = B("g") f.v = g n.w = g n.s = f g.w = n g.s = f assert g.w.s.v.txt == "g"
3
5
1.666667
0.833333
2
1.5
2
1
1.5
3
2
1
3
1
3
0.6
1
3
3
3
3
1
1
1
199
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.txt = txt c = A("c") d = B("d") g = B("g") e = B("e") f = A("f") k = B("k") a = A("a") m = B("m") l = A("l") j = B("j") c.y = f d.t = g g.t = m e...
c"
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.txt = txt c = A("c") d = B("d") g = B("g") e = B("e") f = A("f") k = B("k") a = A("a") m = B("m") l = A("l") j = B("j") c.y = f d.t = g g.t = m e...
10
10
1
0.111111
2
5
1
1
1
8
5
4
2
0.2
2
0.2
7
2
8
3.75
1
8
8
1