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
400
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt k = A("k") f = B("f") h = A("h") k.w = f f.w = k h.w = f assert k.w.w.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.w: A = None self.txt = txt k = A("k") f = B("f") h = A("h") k.w = f f.w = k h.w = f assert k.w.w.w.txt == "f"
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
401
class A: def __init__(self, txt: str): self.z: A = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt h = A("h") b = B("b") m = B("m") j = B("j") d = A("d") k = B("k") l = A("l") g = B("g") n = A("n") h.z = l h.t...
l"
class A: def __init__(self, txt: str): self.z: A = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt h = A("h") b = B("b") m = B("m") j = B("j") d = A("d") k = B("k") l = A("l") g = B("g") n = A("n") h.z = l h.t...
9
13
1.444444
0.180556
2
4.5
2
1
1.5
5
2
1
5
0.555556
5
0.384615
1
4
4
4
3
2
1
1
402
class A: def __init__(self, txt: str): self.w: B = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.txt = txt j = A("j") f = B("f") l = B("l") m = B("m") c = A("c") a = A("a") j.w = f j.z = f f.w = m l.w = m m.w = l c.w ...
m"
class A: def __init__(self, txt: str): self.w: B = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.txt = txt j = A("j") f = B("f") l = B("l") m = B("m") c = A("c") a = A("a") j.w = f j.z = f f.w = m l.w = m m.w = l c.w ...
6
7
1.166667
0.233333
2
3
2
1
1.5
6
3
2
4
0.666667
4
0.571429
3
2
4
2.5
1
6
6
1
403
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.z: A = None self.txt = txt l = A("l") k = B("k") a = B("a") e = B("e") f = B("f") i = B("i") j = B("j") b = A("b") h = A("h") l.u = i l.o...
b"
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.z: A = None self.txt = txt l = A("l") k = B("k") a = B("a") e = B("e") f = B("f") i = B("i") j = B("j") b = A("b") h = A("h") l.u = i l.o...
9
12
1.333333
0.166667
2
4.5
2
1
1.5
3
2
1
3
0.333333
3
0.25
1
2
2
2
2
2
2
1
404
class A: def __init__(self, txt: str): self.q: A = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt m = A("m") a = B("a") n = B("n") i = B("i") b = A("b") g = A("g") l = A("l") c = B("c") h = A("h") d = A("d") ...
h"
class A: def __init__(self, txt: str): self.q: A = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt m = A("m") a = B("a") n = B("n") i = B("i") b = A("b") g = A("g") l = A("l") c = B("c") h = A("h") d = A("d") ...
10
16
1.6
0.177778
2
5
2
1
1.5
5
2
2
4
0.4
4
0.25
2
4
4
4
2
3
2
1
405
class A: def __init__(self, txt: str): self.y: A = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.v: A = None self.txt = txt g = A("g") c = B("c") l = B("l") k = A("k") h = B("h") g.y = k g.z = h c.o = h c.v = ...
h"
class A: def __init__(self, txt: str): self.y: A = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.v: A = None self.txt = txt g = A("g") c = B("c") l = B("l") k = A("k") h = B("h") g.y = k g.z = h c.o = h c.v = ...
5
10
2
0.5
2
2.5
2
2
2
5
2
1
4
0.8
5
0.5
2
3
4
3.5
3
2
1
2
406
class A: def __init__(self, txt: str): self.r: A = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.u: A = None self.txt = txt f = A("f") a = B("a") d = A("d") e = A("e") i = A("i") b = B("b") k = A("k") f.r = i ...
d"
class A: def __init__(self, txt: str): self.r: A = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.u: A = None self.txt = txt f = A("f") a = B("a") d = A("d") e = A("e") i = A("i") b = B("b") k = A("k") f.r = i ...
7
12
1.714286
0.285714
2
3.5
2
2
2
3
1
1
4
0.571429
3
0.25
0
null
null
null
2
2
1
1
407
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.txt = txt m = A("m") a = B("a") d = B("d") h = A("h") m.t = a a.p = d d.p = a h.t = a assert m.t.p.p.p.txt == "
d"
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.txt = txt m = A("m") a = B("a") d = B("d") h = A("h") m.t = a a.p = d d.p = a h.t = a assert m.t.p.p.p.txt == "d"
4
4
1
0.333333
2
2
1
1
1
4
2
2
3
0.75
3
0.75
2
2
2
2
2
3
3
1
408
class A: def __init__(self, txt: str): self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.x: B = None self.txt = txt e = A("e") l = B("l") h = B("h") j = A("j") i = A("i") a = B("a") e.p = j l.u = j l.x = h h.u = j h.x = l j.p ...
e"
class A: def __init__(self, txt: str): self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.x: B = None self.txt = txt e = A("e") l = B("l") h = B("h") j = A("j") i = A("i") a = B("a") e.p = j l.u = j l.x = h h.u = j h.x = l j.p ...
6
9
1.5
0.3
2
3
2
1
1.5
6
3
3
3
0.5
3
0.333333
4
2
4
2.666667
1
6
6
1
409
class A: def __init__(self, txt: str): self.y: A = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.txt = txt f = A("f") m = B("m") c = B("c") i = A("i") g = A("g") h = B("h") a = A("a") k = A("k") f.y = i f.z = a m.q = ...
k"
class A: def __init__(self, txt: str): self.y: A = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.txt = txt f = A("f") m = B("m") c = B("c") i = A("i") g = A("g") h = B("h") a = A("a") k = A("k") f.y = i f.z = a m.q = ...
8
12
1.5
0.214286
2
4
2
1
1.5
7
3
2
4
0.5
6
0.5
4
2
6
4
2
4
2
2
410
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.q: A = None self.t: B = None self.txt = txt h = A("h") c = B("c") n = A("n") l = B("l") b = A("b") k = B("k") f = B("f") h.x = b ...
h"
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.q: A = None self.t: B = None self.txt = txt h = A("h") c = B("c") n = A("n") l = B("l") b = A("b") k = B("k") f = B("f") h.x = b ...
7
14
2
0.333333
2
3.5
2
2
2
3
2
1
3
0.428571
3
0.214286
1
2
2
2
3
1
1
2
411
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.u: A = None self.txt = txt c = A("c") f = B("f") n = A("n") c.z = f f.w = c f.u = n n.z = f assert n.z.u.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.w: A = None self.u: A = None self.txt = txt c = A("c") f = B("f") n = A("n") c.z = f f.w = c f.u = n n.z = f assert n.z.u.z.txt == "f"
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
412
class A: def __init__(self, txt: str): self.v: A = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.u: B = None self.txt = txt i = A("i") j = B("j") g = A("g") c = A("c") b = A("b") k = B("k") e = B("e") i.v = g ...
e"
class A: def __init__(self, txt: str): self.v: A = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.u: B = None self.txt = txt i = A("i") j = B("j") g = A("g") c = A("c") b = A("b") k = B("k") e = B("e") i.v = g ...
7
12
1.714286
0.285714
2
3.5
2
2
2
5
2
2
4
0.571429
4
0.333333
2
2
2
2
3
2
1
1
413
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.txt = txt e = A("e") d = B("d") m = A("m") h = A("h") b = A("b") i = B("i") l = A("l") e.w = d d.r = i m.w = d h.w = i b.w = d i.r = d l.w = i as...
d"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.txt = txt e = A("e") d = B("d") m = A("m") h = A("h") b = A("b") i = B("i") l = A("l") e.w = d d.r = i m.w = d h.w = i b.w = d i.r = d l.w = i as...
7
7
1
0.166667
2
3.5
1
1
1
3
2
2
2
0.285714
2
0.285714
2
2
2
2
1
3
3
1
414
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt e = A("e") b = B("b") k = A("k") d = A("d") h = A("h") a = A("a") l = A("l") f = B("f") c = A("c") m = B("m") e.u = f b.q = k k.u = f d...
f"
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt e = A("e") b = B("b") k = A("k") d = A("d") h = A("h") a = A("a") l = A("l") f = B("f") c = A("c") m = B("m") e.u = f b.q = k k.u = f d...
10
10
1
0.111111
2
5
1
1
1
3
1
1
4
0.4
3
0.3
0
null
null
null
2
2
1
1
415
class A: def __init__(self, txt: str): self.v: A = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.u: A = None self.txt = txt f = A("f") k = B("k") g = A("g") i = A("i") b = A("b") j = B("j") n = B("n") f.v = g ...
i"
class A: def __init__(self, txt: str): self.v: A = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.u: A = None self.txt = txt f = A("f") k = B("k") g = A("g") i = A("i") b = A("b") j = B("j") n = B("n") f.v = g ...
7
12
1.714286
0.285714
2
3.5
2
2
2
6
2
1
5
0.714286
6
0.5
2
2
3
2.5
4
3
3
2
416
class A: def __init__(self, txt: str): self.y: B = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.txt = txt l = A("l") g = B("g") c = B("c") f = A("f") l.y = c l.x = g g.q = c c.q = g f.y = c f.x = c assert c.q.q.q.q.t...
c"
class A: def __init__(self, txt: str): self.y: B = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.txt = txt l = A("l") g = B("g") c = B("c") f = A("f") l.y = c l.x = g g.q = c c.q = g f.y = c f.x = c assert c.q.q.q.q.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
417
class A: def __init__(self, txt: str): self.z: B = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt l = A("l") c = B("c") f = B("f") n = B("n") d = A("d") k = B("k") m = A("m") l.z = n l.x = m c.r = d f.r = m n...
d"
class A: def __init__(self, txt: str): self.z: B = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt l = A("l") c = B("c") f = B("f") n = B("n") d = A("d") k = B("k") m = A("m") l.z = n l.x = m c.r = d f.r = m n...
7
10
1.428571
0.238095
2
3.5
2
1
1.5
3
1
1
4
0.571429
3
0.3
0
null
null
null
2
2
1
1
418
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.z: A = None self.txt = txt g = A("g") e = B("e") a = B("a") i = A("i") g.p = a e.u = i e.z = g a.u = i a.z = g i.p = a assert e.z.p.z.p.t...
a"
class A: def __init__(self, txt: str): self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.z: A = None self.txt = txt g = A("g") e = B("e") a = B("a") i = A("i") g.p = a e.u = i e.z = g a.u = i a.z = g i.p = a assert e.z.p.z.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
419
class A: def __init__(self, txt: str): self.o: A = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.y: A = None self.txt = txt a = A("a") d = B("d") n = B("n") c = B("c") l = B("l") j = A("j") a.o = j a.w = j d.u...
a"
class A: def __init__(self, txt: str): self.o: A = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.y: A = None self.txt = txt a = A("a") d = B("d") n = B("n") c = B("c") l = B("l") j = A("j") a.o = j a.w = j d.u...
6
8
1.333333
0.266667
2
3
2
2
2
4
2
2
3
0.5
3
0.375
2
2
2
2
2
3
3
1
420
class A: def __init__(self, txt: str): self.y: B = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.w: A = None self.txt = txt c = A("c") m = B("m") e = A("e") a = B("a") n = B("n") g = A("g") i = B("i") k = A("k"...
a"
class A: def __init__(self, txt: str): self.y: B = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.w: A = None self.txt = txt c = A("c") m = B("m") e = A("e") a = B("a") n = B("n") g = A("g") i = B("i") k = A("k"...
8
11
1.375
0.196429
2
4
2
2
2
3
1
1
4
0.5
3
0.272727
0
null
null
null
3
1
1
1
421
class A: def __init__(self, txt: str): self.o: B = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt c = A("c") d = B("d") n = A("n") c.o = d c.x = d d.z = c n.o = d n.x = d assert n.o.z.x.txt == "
d"
class A: def __init__(self, txt: str): self.o: B = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt c = A("c") d = B("d") n = A("n") c.o = d c.x = d d.z = c n.o = d n.x = d assert n.o.z.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
3
1
1
1
422
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt f = A("f") c = B("c") k = B("k") f.y = k c.o = f k.o = f assert c.o.y.o.txt == "
f"
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt f = A("f") c = B("c") k = B("k") f.y = k c.o = f k.o = f assert c.o.y.o.txt == "f"
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
423
class A: def __init__(self, txt: str): self.z: A = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.r: B = None self.txt = txt e = A("e") f = B("f") m = A("m") i = B("i") e.z = m e.x = f f.x = m f.r = i m.z = e m...
m"
class A: def __init__(self, txt: str): self.z: A = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.r: B = None self.txt = txt e = A("e") f = B("f") m = A("m") i = B("i") e.z = m e.x = f f.x = m f.r = i m.z = e m...
4
8
2
0.666667
2
2
2
2
2
3
2
1
3
0.75
3
0.375
1
2
2
2
1
3
3
1
424
class A: def __init__(self, txt: str): self.w: B = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.o: A = None self.txt = txt m = A("m") a = B("a") l = A("l") m.w = a m.x = a a.r = l a.o = l l.w = a l.x = a asse...
l"
class A: def __init__(self, txt: str): self.w: B = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.o: A = None self.txt = txt m = A("m") a = B("a") l = A("l") m.w = a m.x = a a.r = l a.o = l l.w = a l.x = a asse...
3
3
1
0.5
2
1.5
2
2
2
3
2
1
2
0.666667
3
1
2
2
2
2
3
1
1
2
425
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt e = A("e") b = B("b") c = B("c") l = B("l") j = B("j") a = B("a") f = B("f") e.t = b b.x = e c.x = e l.x = e j.x = e a.x = e f.x = e as...
e"
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt e = A("e") b = B("b") c = B("c") l = B("l") j = B("j") a = B("a") f = B("f") e.t = b b.x = e c.x = e l.x = e j.x = e a.x = e f.x = e 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
2
3
1
1
426
class A: def __init__(self, txt: str): self.q: A = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.u: B = None self.txt = txt b = A("b") h = B("h") n = B("n") j = A("j") g = B("g") b.q = j b.y = j h.r = g h.u = ...
j"
class A: def __init__(self, txt: str): self.q: A = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.u: B = None self.txt = txt b = A("b") h = B("h") n = B("n") j = A("j") g = B("g") b.q = j b.y = j h.r = g h.u = ...
5
7
1.4
0.35
2
2.5
2
2
2
4
3
2
2
0.4
2
0.285714
3
2
4
2.5
2
2
1
1
427
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.y: A = None self.txt = txt m = A("m") e = B("e") c = A("c") h = B("h") g = B("g") k = B("k") n = A("n") j = A("j") l = B("l") f = A("f") ...
l"
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.y: A = None self.txt = txt m = A("m") e = B("e") c = A("c") h = B("h") g = B("g") k = B("k") n = A("n") j = A("j") l = B("l") f = A("f") ...
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
1
1
428
class A: def __init__(self, txt: str): self.o: B = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.q: A = None self.txt = txt l = A("l") n = B("n") d = A("d") l.o = n l.y = d n.p = d n.q = l d.o = n d.y = l asse...
l"
class A: def __init__(self, txt: str): self.o: B = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.q: A = None self.txt = txt l = A("l") n = B("n") d = A("d") l.o = n l.y = d n.p = d n.q = l d.o = n d.y = l asse...
3
6
2
1
2
1.5
2
2
2
3
2
1
3
1
3
0.5
1
3
3
3
3
1
1
1
429
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.o: A = None self.txt = txt l = A("l") c = B("c") k = A("k") l.w = c l.s = k c.o = l k.w = c k.s = l assert k.w.o.w.txt == "
c"
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.o: A = None self.txt = txt l = A("l") c = B("c") k = A("k") l.w = c l.s = k c.o = l k.w = c k.s = l assert k.w.o.w.txt == "c"
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
1
1
430
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.o: B = None self.txt = txt c = A("c") f = B("f") n = A("n") a = B("a") c.y = n f.u = a f.o = a n.y = c a.u = f a.o = f assert a.o.o.o.txt...
f"
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.o: B = None self.txt = txt c = A("c") f = B("f") n = A("n") a = B("a") c.y = n f.u = a f.o = a n.y = c a.u = f a.o = f assert a.o.o.o.txt...
4
4
1
0.333333
2
2
2
1
1.5
3
2
2
2
0.5
2
0.5
2
2
2
2
1
3
3
1
431
class A: def __init__(self, txt: str): self.w: A = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt f = A("f") h = B("h") b = A("b") i = A("i") e = A("e") m = A("m") g = A("g") k = A("k") f.w = b f.y = h h.z = ...
g"
class A: def __init__(self, txt: str): self.w: A = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt f = A("f") h = B("h") b = A("b") i = A("i") e = A("e") m = A("m") g = A("g") k = A("k") f.w = b f.y = h h.z = ...
8
15
1.875
0.267857
2
4
2
1
1.5
5
2
1
4
0.5
5
0.333333
2
3
3
3
3
3
3
2
432
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.x: B = None self.txt = txt g = A("g") f = B("f") k = B("k") h = A("h") a = B("a") g.z = k f.u = h f.x = a k.u = h k.x = f h.z = k a.u = g...
k"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.x: B = None self.txt = txt g = A("g") f = B("f") k = B("k") h = A("h") a = B("a") g.z = k f.u = h f.x = a k.u = h k.x = f h.z = k a.u = g...
5
8
1.6
0.4
2
2.5
2
1
1.5
4
2
1
4
0.8
4
0.5
1
2
2
2
2
2
1
1
433
class A: def __init__(self, txt: str): self.z: B = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.s: B = None self.txt = txt c = A("c") h = B("h") i = A("i") l = B("l") a = A("a") c.z = h c.o = h h.p = l h.s = ...
h"
class A: def __init__(self, txt: str): self.z: B = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.s: B = None self.txt = txt c = A("c") h = B("h") i = A("i") l = B("l") a = A("a") c.z = h c.o = h h.p = l h.s = ...
5
5
1
0.25
2
2.5
2
2
2
5
3
1
3
0.6
5
1
3
2
4
2.5
3
2
2
2
434
class A: def __init__(self, txt: str): self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt l = A("l") d = B("d") g = A("g") b = B("b") l.s = g d.w = l g.s = l b.w = l assert d.w.s.s.s.txt == "
g"
class A: def __init__(self, txt: str): self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt l = A("l") d = B("d") g = A("g") b = B("b") l.s = g d.w = l g.s = l b.w = l assert d.w.s.s.s.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
3
3
1
435
class A: def __init__(self, txt: str): self.q: B = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.r: A = None self.txt = txt f = A("f") n = B("n") a = B("a") f.q = a f.z = a n.v = f n.r = f a.v = f a.r = f asse...
f"
class A: def __init__(self, txt: str): self.q: B = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.r: A = None self.txt = txt f = A("f") n = B("n") a = B("a") f.q = a f.z = a n.v = f n.r = f a.v = f a.r = f asse...
3
3
1
0.5
2
1.5
2
2
2
3
2
2
2
0.666667
2
0.666667
2
2
2
2
2
2
1
1
436
class A: def __init__(self, txt: str): self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt h = A("h") l = B("l") b = A("b") h.p = b l.o = b b.p = h assert l.o.p.p.txt == "
b"
class A: def __init__(self, txt: str): self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt h = A("h") l = B("l") b = A("b") h.p = b l.o = b b.p = h assert l.o.p.p.txt == "b"
3
3
1
0.5
2
1.5
1
1
1
3
2
1
3
1
3
1
1
2
2
2
2
2
2
1
437
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.u: A = None self.txt = txt j = A("j") h = B("h") d = B("d") f = B("f") j.v = h h.o = f h.u = j d.o = f d.u = j f.o = h f.u = j assert h.u...
j"
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.u: A = None self.txt = txt j = A("j") h = B("h") d = B("d") f = B("f") j.v = h h.o = f h.u = j d.o = f d.u = j f.o = h f.u = j assert h.u...
4
7
1.75
0.583333
2
2
2
1
1.5
4
2
1
3
0.75
4
0.571429
2
2
3
2.5
3
2
1
2
438
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.v: B = None self.txt = txt a = A("a") e = B("e") m = B("m") i = B("i") h = A("h") l = A("l") f = B("f") c = B("c") a.s = i e.z = m e.v = ...
f"
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.v: B = None self.txt = txt a = A("a") e = B("e") m = B("m") i = B("i") h = A("h") l = A("l") f = B("f") c = B("c") a.s = i e.z = m e.v = ...
8
11
1.375
0.196429
2
4
2
1
1.5
8
4
4
3
0.375
3
0.272727
6
2
6
3.333333
2
7
7
1
439
class A: def __init__(self, txt: str): self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt n = A("n") l = B("l") a = A("a") k = A("k") n.u = k l.p = a a.u = n k.u = a assert a.u.u.u.txt == "
a"
class A: def __init__(self, txt: str): self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt n = A("n") l = B("l") a = A("a") k = A("k") n.u = k l.p = a a.u = n k.u = a assert a.u.u.u.txt == "a"
4
4
1
0.333333
2
2
1
1
1
3
2
1
3
0.75
3
0.75
1
3
3
3
1
3
3
1
440
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.v: A = None self.txt = txt c = A("c") d = B("d") m = B("m") g = B("g") c.x = g d.w = g d.v = c m.w = d m.v = c g.w = d g.v = c assert c.x...
g"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.v: A = None self.txt = txt c = A("c") d = B("d") m = B("m") g = B("g") c.x = g d.w = g d.v = c m.w = d m.v = c g.w = d g.v = c assert c.x...
4
7
1.75
0.583333
2
2
2
1
1.5
3
2
2
2
0.5
2
0.285714
2
2
2
2
2
2
1
1
441
class A: def __init__(self, txt: str): self.o: A = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt n = A("n") l = B("l") h = B("h") i = B("i") e = A("e") n.o = e n.p = h l.x = e h.x = e i.x = e e.o = n e.p = l...
h"
class A: def __init__(self, txt: str): self.o: A = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt n = A("n") l = B("l") h = B("h") i = B("i") e = A("e") n.o = e n.p = h l.x = e h.x = e i.x = e e.o = n e.p = l...
5
7
1.4
0.35
2
2.5
2
1
1.5
5
2
2
4
0.8
4
0.571429
2
2
2
2
3
2
1
2
442
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt m = A("m") e = B("e") f = A("f") b = A("b") i = A("i") m.z = e e.o = f f.z = e b.z = e i.z = e assert i.z.o.z.txt == "
e"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt m = A("m") e = B("e") f = A("f") b = A("b") i = A("i") m.z = e e.o = f f.z = e b.z = e i.z = e assert i.z.o.z.txt == "e"
5
5
1
0.25
2
2.5
1
1
1
3
2
1
3
0.6
3
0.6
1
2
2
2
2
2
1
1
443
class A: def __init__(self, txt: str): self.v: A = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.w: A = None self.txt = txt m = A("m") e = B("e") c = A("c") f = A("f") g = B("g") j = B("j") h = B("h") n = A("n"...
n"
class A: def __init__(self, txt: str): self.v: A = None self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.w: A = None self.txt = txt m = A("m") e = B("e") c = A("c") f = A("f") g = B("g") j = B("j") h = B("h") n = A("n"...
9
16
1.777778
0.222222
2
4.5
2
2
2
7
4
3
3
0.333333
4
0.25
5
2
6
3.111111
2
6
5
2
444
class A: def __init__(self, txt: str): self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt i = A("i") d = B("d") a = B("a") e = A("e") c = B("c") k = B("k") b = B("b") f = A("f") n = B("n") i.x = e d.p = e a.p = i e.x = f c.p ...
e"
class A: def __init__(self, txt: str): self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt i = A("i") d = B("d") a = B("a") e = A("e") c = B("c") k = B("k") b = B("b") f = A("f") n = B("n") i.x = e d.p = e a.p = i e.x = f c.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
2
1
445
class A: def __init__(self, txt: str): self.p: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.txt = txt h = A("h") b = B("b") n = A("n") c = A("c") a = B("a") i = B("i") k = B("k") h.p = a h.s = b b.p = i n.p = b n...
i"
class A: def __init__(self, txt: str): self.p: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.txt = txt h = A("h") b = B("b") n = A("n") c = A("c") a = B("a") i = B("i") k = B("k") h.p = a h.s = b b.p = i n.p = b n...
7
10
1.428571
0.238095
2
3.5
2
1
1.5
6
4
3
2
0.285714
2
0.2
5
2
6
3.111111
1
6
6
1
446
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.s: A = None self.txt = txt k = A("k") a = B("a") m = B("m") f = A("f") h = A("h") b = B("b") j = B("j") e = B("e") k.x = a k.w = j a.s = ...
h"
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.s: A = None self.txt = txt k = A("k") a = B("a") m = B("m") f = A("f") h = A("h") b = B("b") j = B("j") e = B("e") k.x = a k.w = j a.s = ...
8
11
1.375
0.196429
2
4
2
1
1.5
8
4
2
5
0.625
6
0.545455
4
2
8
4.857143
3
4
1
2
447
class A: def __init__(self, txt: str): self.q: A = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.q: A = None self.txt = txt n = A("n") c = B("c") j = B("j") a = A("a") f = B("f") m = B("m") k = B("k") e = A("e"...
a"
class A: def __init__(self, txt: str): self.q: A = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.q: A = None self.txt = txt n = A("n") c = B("c") j = B("j") a = A("a") f = B("f") m = B("m") k = B("k") e = A("e"...
8
11
1.375
0.196429
2
4
2
2
2
5
2
2
4
0.5
4
0.363636
2
3
3
3
2
4
4
1
448
class A: def __init__(self, txt: str): self.v: A = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt j = A("j") k = B("k") a = A("a") j.v = a j.q = a k.o = a a.v = j a.q = j assert j.v.q.v.txt == "
a"
class A: def __init__(self, txt: str): self.v: A = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt j = A("j") k = B("k") a = A("a") j.v = a j.q = a k.o = a a.v = j a.q = j assert j.v.q.v.txt == "a"
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
449
class A: def __init__(self, txt: str): self.r: B = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.t: A = None self.txt = txt d = A("d") a = B("a") e = B("e") b = A("b") d.r = a d.q = b a.w = b a.t = d e.w = b e...
b"
class A: def __init__(self, txt: str): self.r: B = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.t: A = None self.txt = txt d = A("d") a = B("a") e = B("e") b = A("b") d.r = a d.q = b a.w = b a.t = d e.w = b e...
4
8
2
0.666667
2
2
2
2
2
4
2
2
3
0.75
3
0.375
2
2
2
2
2
3
3
1
450
class A: def __init__(self, txt: str): self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.s: A = None self.txt = txt f = A("f") l = B("l") m = A("m") j = A("j") f.o = j l.w = j l.s = j m.o = f j.o = f assert f.o.o.o.txt == "
j"
class A: def __init__(self, txt: str): self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.s: A = None self.txt = txt f = A("f") l = B("l") m = A("m") j = A("j") f.o = j l.w = j l.s = j m.o = f j.o = f assert f.o.o.o.txt == "j"
4
4
1
0.333333
2
2
2
1
1.5
3
2
2
2
0.5
2
0.5
2
2
2
2
1
3
3
1
451
class A: def __init__(self, txt: str): self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.v: B = None self.txt = txt g = A("g") m = B("m") h = B("h") n = B("n") l = A("l") j = A("j") d = A("d") g.v = d m.w = n m.v = h h.w = m h...
h"
class A: def __init__(self, txt: str): self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.v: B = None self.txt = txt g = A("g") m = B("m") h = B("h") n = B("n") l = A("l") j = A("j") d = A("d") g.v = d m.w = n m.v = h h.w = m h...
7
10
1.428571
0.238095
2
3.5
2
1
1.5
7
3
2
3
0.428571
6
0.6
5
2
6
3.428571
2
4
3
2
452
class A: def __init__(self, txt: str): self.r: B = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.v: A = None self.txt = txt i = A("i") m = B("m") e = B("e") g = A("g") k = B("k") i.r = e i.x = k m.q = k m.v = ...
g"
class A: def __init__(self, txt: str): self.r: B = None self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.v: A = None self.txt = txt i = A("i") m = B("m") e = B("e") g = A("g") k = B("k") i.r = e i.x = k m.q = k m.v = ...
5
9
1.8
0.45
2
2.5
2
2
2
3
2
2
2
0.4
2
0.222222
2
2
2
2
2
2
1
1
453
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.u: A = None self.txt = txt g = A("g") l = B("l") h = A("h") m = B("m") i = B("i") g.y = l g.w = m l.u = g h.y = l h.w = l m.u = h i.u = g...
g"
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.u: A = None self.txt = txt g = A("g") l = B("l") h = A("h") m = B("m") i = B("i") g.y = l g.w = m l.u = g h.y = l h.w = l m.u = h i.u = g...
5
6
1.2
0.3
2
2.5
2
1
1.5
3
2
2
2
0.4
2
0.333333
2
2
2
2
2
2
1
1
454
class A: def __init__(self, txt: str): self.p: 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") h = B("h") m = A("m") j = B("j") a = A("a") l = A("l") c = B("c") i = A("i") e.p = c e.q = m h.t = ...
l"
class A: def __init__(self, txt: str): self.p: 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") h = B("h") m = A("m") j = B("j") a = A("a") l = A("l") c = B("c") i = A("i") e.p = c e.q = m h.t = ...
8
13
1.625
0.232143
2
4
2
1
1.5
3
1
1
4
0.5
3
0.230769
0
null
null
null
3
1
1
1
455
class A: def __init__(self, txt: str): self.p: B = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt a = A("a") e = B("e") j = B("j") b = B("b") l = B("l") f = A("f") c = A("c") i = B("i") g = B("g") a.p = l a.v...
a"
class A: def __init__(self, txt: str): self.p: B = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt a = A("a") e = B("e") j = B("j") b = B("b") l = B("l") f = A("f") c = A("c") i = B("i") g = B("g") a.p = l a.v...
9
12
1.333333
0.166667
2
4.5
2
1
1.5
5
2
1
5
0.555556
5
0.416667
1
4
4
4
3
2
1
2
456
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt e = A("e") d = B("d") b = A("b") i = A("i") j = A("j") e.v = d d.w = b b.v = d i.v = d j.v = d assert i.v.w.v.w.v.txt == "
d"
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt e = A("e") d = B("d") b = A("b") i = A("i") j = A("j") e.v = d d.w = b b.v = d i.v = d j.v = d assert i.v.w.v.w.v.txt == "d"
5
5
1
0.25
2
2.5
1
1
1
5
3
2
3
0.6
3
0.6
3
2
4
2.5
2
3
1
1
457
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.s: A = None self.txt = txt c = A("c") g = B("g") d = A("d") a = B("a") c.o = a g.p = a g.s = c d.o = g a.p = g a.s = c assert a.p.p.s.txt...
c"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.s: A = None self.txt = txt c = A("c") g = B("g") d = A("d") a = B("a") c.o = a g.p = a g.s = c d.o = g a.p = g a.s = c assert a.p.p.s.txt...
4
6
1.5
0.5
2
2
2
1
1.5
3
2
1
3
0.75
3
0.5
1
2
2
2
2
2
2
2
458
class A: def __init__(self, txt: str): self.q: B = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt j = A("j") g = B("g") f = A("f") i = B("i") c = A("c") a = B("a") e = A("e") h = A("h") j.q = g j.y = e g.q = ...
h"
class A: def __init__(self, txt: str): self.q: B = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt j = A("j") g = B("g") f = A("f") i = B("i") c = A("c") a = B("a") e = A("e") h = A("h") j.q = g j.y = e g.q = ...
8
13
1.625
0.232143
2
4
2
1
1.5
4
3
2
2
0.25
2
0.153846
3
2
4
2.5
1
4
4
1
459
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt b = A("b") h = B("h") n = A("n") f = B("f") g = A("g") b.r = g h.s = b n.r = g f.s = b g.r = n assert f.s.r.r.txt == "
n"
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt b = A("b") h = B("h") n = A("n") f = B("f") g = A("g") b.r = g h.s = b n.r = g f.s = b g.r = n assert f.s.r.r.txt == "n"
5
5
1
0.25
2
2.5
1
1
1
3
1
1
4
0.8
3
0.6
0
null
null
null
2
2
2
1
460
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.txt = txt h = A("h") b = B("b") g = B("g") c = A("c") d = B("d") m = B("m") i = B("i") n = A("n") h.w = d b.p = i g.p = d c.w = i d.p = g m.p = b...
b"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.txt = txt h = A("h") b = B("b") g = B("g") c = A("c") d = B("d") m = B("m") i = B("i") n = A("n") h.w = d b.p = i g.p = d c.w = i d.p = g m.p = b...
8
8
1
0.142857
2
4
1
1
1
4
3
2
2
0.25
2
0.25
3
2
4
2.5
1
4
4
1
461
class A: def __init__(self, txt: str): self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.u: A = None self.txt = txt e = A("e") c = B("c") l = A("l") g = A("g") j = B("j") m = B("m") f = A("f") i = A("i") e.p = l c.r = i c.u = ...
g"
class A: def __init__(self, txt: str): self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.u: A = None self.txt = txt e = A("e") c = B("c") l = A("l") g = A("g") j = B("j") m = B("m") f = A("f") i = A("i") e.p = l c.r = i c.u = ...
8
11
1.375
0.196429
2
4
2
1
1.5
3
1
1
4
0.5
3
0.272727
0
null
null
null
1
3
3
1
462
class A: def __init__(self, txt: str): self.t: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.z: B = None self.txt = txt f = A("f") d = B("d") l = A("l") n = B("n") i = B("i") k = B("k") h = A("h") f.t = i ...
n"
class A: def __init__(self, txt: str): self.t: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.z: B = None self.txt = txt f = A("f") d = B("d") l = A("l") n = B("n") i = B("i") k = B("k") h = A("h") f.t = i ...
7
13
1.857143
0.309524
2
3.5
2
2
2
6
4
2
3
0.428571
4
0.307692
4
2
6
3.428571
2
4
2
2
463
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.p: A = None self.txt = txt k = A("k") j = B("j") l = B("l") f = A("f") d = A("d") k.o = l j.s = l j.p = d l.s = j l.p = d f.o = j d.o = j...
j"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.p: A = None self.txt = txt k = A("k") j = B("j") l = B("l") f = A("f") d = A("d") k.o = l j.s = l j.p = d l.s = j l.p = d f.o = j d.o = j...
5
7
1.4
0.35
2
2.5
2
1
1.5
5
3
3
2
0.4
2
0.285714
4
2
4
2.666667
2
3
1
1
464
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.s: A = None self.txt = txt g = A("g") n = B("n") i = B("i") l = A("l") g.w = l n.z = l n.s = l i.z = l i.s = g l.w = g assert l.w.w.w.txt...
g"
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.s: A = None self.txt = txt g = A("g") n = B("n") i = B("i") l = A("l") g.w = l n.z = l n.s = l i.z = l i.s = g l.w = g assert l.w.w.w.txt...
4
5
1.25
0.416667
2
2
2
1
1.5
3
2
2
2
0.5
2
0.4
2
2
2
2
1
3
3
1
465
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.v: A = None self.txt = txt e = A("e") h = B("h") f = A("f") n = A("n") i = B("i") j = B("j") l = A("l") e.o = h h.t = n h.v = e f.o = i n...
l"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.v: A = None self.txt = txt e = A("e") h = B("h") f = A("f") n = A("n") i = B("i") j = B("j") l = A("l") e.o = h h.t = n h.v = e f.o = i n...
7
9
1.285714
0.214286
2
3.5
2
1
1.5
6
3
2
3
0.428571
4
0.444444
4
2
6
3.333333
3
3
1
2
466
class A: def __init__(self, txt: str): self.s: B = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.r: A = None self.txt = txt a = A("a") f = B("f") c = A("c") l = A("l") n = B("n") e = B("e") h = B("h") b = B("b"...
f"
class A: def __init__(self, txt: str): self.s: B = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.r: A = None self.txt = txt a = A("a") f = B("f") c = A("c") l = A("l") n = B("n") e = B("e") h = B("h") b = B("b"...
9
18
2
0.25
2
4.5
2
2
2
4
1
1
5
0.555556
4
0.222222
0
null
null
null
4
1
1
1
467
class A: def __init__(self, txt: str): self.s: B = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt h = A("h") k = B("k") c = A("c") n = A("n") h.s = k h.y = k k.w = c c.s = k c.y = k n.s = k n.y = k assert n.y...
c"
class A: def __init__(self, txt: str): self.s: B = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt h = A("h") k = B("k") c = A("c") n = A("n") h.s = k h.y = k k.w = c c.s = k c.y = k n.s = k n.y = k assert n.y...
4
4
1
0.333333
2
2
2
1
1.5
4
2
2
3
0.75
3
0.75
2
2
2
2
3
2
1
1
468
class A: def __init__(self, txt: str): self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt n = A("n") d = B("d") i = A("i") h = B("h") l = B("l") e = B("e") a = B("a") m = A("m") g = A("g") b = A("b") n.v = i d.r = b i.v = g h...
i"
class A: def __init__(self, txt: str): self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.txt = txt n = A("n") d = B("d") i = A("i") h = B("h") l = B("l") e = B("e") a = B("a") m = A("m") g = A("g") b = A("b") n.v = i d.r = b i.v = g h...
10
10
1
0.111111
2
5
1
1
1
5
2
1
5
0.5
5
0.5
1
3
3
3
2
4
4
1
469
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.r: B = None self.txt = txt n = A("n") e = B("e") k = A("k") j = B("j") l = A("l") g = A("g") a = B("a") c = B("c") n.w = g e.s = a e.r = ...
k"
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.r: B = None self.txt = txt n = A("n") e = B("e") k = A("k") j = B("j") l = A("l") g = A("g") a = B("a") c = B("c") n.w = g e.s = a e.r = ...
8
11
1.375
0.196429
2
4
2
1
1.5
8
4
4
3
0.375
3
0.272727
6
2
6
3.333333
1
8
8
1
470
class A: def __init__(self, txt: str): self.p: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.y: B = None self.txt = txt d = A("d") f = B("f") m = B("m") d.p = f d.s = f f.q = m f.y = m m.q = f m.y = f asse...
f"
class A: def __init__(self, txt: str): self.p: B = None self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.y: B = None self.txt = txt d = A("d") f = B("f") m = B("m") d.p = f d.s = f f.q = m f.y = m m.q = f m.y = f asse...
3
3
1
0.5
2
1.5
2
2
2
3
2
2
2
0.666667
2
0.666667
2
2
2
2
2
2
1
1
471
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.y: B = None self.s: B = None self.txt = txt j = A("j") b = B("b") h = A("h") i = B("i") c = A("c") e = B("e") d = B("d") l = B("l"...
d"
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.y: B = None self.s: B = None self.txt = txt j = A("j") b = B("b") h = A("h") i = B("i") c = A("c") e = B("e") d = B("d") l = B("l"...
8
14
1.75
0.25
2
4
2
2
2
6
2
1
5
0.625
6
0.428571
2
2
4
3
2
5
5
2
472
class A: def __init__(self, txt: str): self.s: A = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt f = A("f") l = B("l") a = A("a") b = B("b") d = B("d") c = B("c") i = B("i") f.s = a f.q = a l.t = f a.s = f a...
f"
class A: def __init__(self, txt: str): self.s: A = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt f = A("f") l = B("l") a = A("a") b = B("b") d = B("d") c = B("c") i = B("i") f.s = a f.q = a l.t = f a.s = f a...
7
7
1
0.166667
2
3.5
2
1
1.5
7
4
2
3
0.428571
5
0.714286
5
2
6
3.111111
3
4
3
2
473
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: A = None self.x: A = None self.txt = txt i = A("i") j = B("j") n = B("n") a = A("a") k = A("k") m = B("m") i.p = m i.q = m j.t...
m"
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: A = None self.x: A = None self.txt = txt i = A("i") j = B("j") n = B("n") a = A("a") k = A("k") m = B("m") i.p = m i.q = m j.t...
6
10
1.666667
0.333333
2
3
2
2
2
4
2
1
4
0.666667
4
0.4
1
2
2
2
2
2
1
1
474
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.w: A = None self.txt = txt b = A("b") g = B("g") d = A("d") i = A("i") m = A("m") n = B("n") b.w = d g.u = d g.w = d d.w = b i.w = m m.w ...
d"
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.w: A = None self.txt = txt b = A("b") g = B("g") d = A("d") i = A("i") m = A("m") n = B("n") b.w = d g.u = d g.w = d d.w = b i.w = m m.w ...
6
7
1.166667
0.233333
2
3
2
1
1.5
3
1
1
4
0.666667
3
0.428571
0
null
null
null
1
3
3
1
475
class A: def __init__(self, txt: str): self.u: B = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.txt = txt g = A("g") i = B("i") f = B("f") c = A("c") j = B("j") n = B("n") d = A("d") m = A("m") l = A("l") g.u = i g.z...
i"
class A: def __init__(self, txt: str): self.u: B = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.txt = txt g = A("g") i = B("i") f = B("f") c = A("c") j = B("j") n = B("n") d = A("d") m = A("m") l = A("l") g.u = i g.z...
9
14
1.555556
0.194444
2
4.5
2
1
1.5
9
5
4
3
0.333333
3
0.214286
7
2
8
3.75
2
8
8
1
476
class A: def __init__(self, txt: str): self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.txt = txt e = A("e") k = B("k") d = A("d") m = A("m") g = B("g") n = A("n") c = B("c") e.z = d k.s = c d.z = m m.z = e g.s = k n.z = d c.s = g as...
e"
class A: def __init__(self, txt: str): self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.txt = txt e = A("e") k = B("k") d = A("d") m = A("m") g = B("g") n = A("n") c = B("c") e.z = d k.s = c d.z = m m.z = e g.s = k n.z = d c.s = g as...
7
7
1
0.166667
2
3.5
1
1
1
4
2
2
3
0.428571
3
0.428571
2
3
3
3
1
4
4
1
477
class A: def __init__(self, txt: str): self.z: B = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.p: A = None self.txt = txt n = A("n") e = B("e") l = B("l") g = A("g") n.z = e n.v = l e.z = n e.p = g l.z = n l...
e"
class A: def __init__(self, txt: str): self.z: B = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.p: A = None self.txt = txt n = A("n") e = B("e") l = B("l") g = A("g") n.z = e n.v = l e.z = n e.p = g l.z = n l...
4
7
1.75
0.583333
2
2
2
2
2
4
2
1
4
1
4
0.571429
1
2
2
2
3
2
1
1
478
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt g = A("g") f = B("f") n = A("n") m = A("m") i = B("i") j = A("j") g.w = i f.y = i n.w = f m.w = i i.y = f j.w = i assert j.w.y.y.y.txt ...
f"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt g = A("g") f = B("f") n = A("n") m = A("m") i = B("i") j = A("j") g.w = i f.y = i n.w = f m.w = i i.y = f j.w = i assert j.w.y.y.y.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
3
3
1
479
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.p: A = None self.txt = txt c = A("c") m = B("m") b = A("b") g = B("g") j = B("j") c.r = b m.o = j m.p = b b.r = c g.o = j g.p = c j.o = g...
b"
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.p: A = None self.txt = txt c = A("c") m = B("m") b = A("b") g = B("g") j = B("j") c.r = b m.o = j m.p = b b.r = c g.o = j g.p = c j.o = g...
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
480
class A: def __init__(self, txt: str): self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt h = A("h") j = B("j") n = B("n") k = B("k") c = A("c") b = A("b") h.u = b j.s = h n.s = h k.s = c c.u = b b.u = c assert b.u.u.u.u.txt ...
b"
class A: def __init__(self, txt: str): self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt h = A("h") j = B("j") n = B("n") k = B("k") c = A("c") b = A("b") h.u = b j.s = h n.s = h k.s = c c.u = b b.u = c assert b.u.u.u.u.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
481
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 n = A("n") l = B("l") c = B("c") k = B("k") a = B("a") g = A("g") e = B("e") b = B("b") h = A("h") j = B("j") n.t = a l.w = g c.w = n k...
g"
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 n = A("n") l = B("l") c = B("c") k = B("k") a = B("a") g = A("g") e = B("e") b = B("b") h = A("h") j = B("j") n.t = a l.w = g c.w = n k...
10
10
1
0.111111
2
5
1
1
1
3
2
1
3
0.3
3
0.3
1
2
2
2
2
2
1
1
482
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.p: B = None self.txt = txt l = A("l") f = B("f") e = A("e") n = B("n") m = B("m") a = A("a") b = B("b") c = B("c") k = A("k") d = B("d") ...
k"
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.p: B = None self.txt = txt l = A("l") f = B("f") e = A("e") n = B("n") m = B("m") a = A("a") b = B("b") c = B("c") k = A("k") d = B("d") ...
10
13
1.3
0.144444
2
5
2
1
1.5
5
3
3
2
0.2
2
0.153846
4
2
4
2.666667
1
5
5
1
483
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt h = A("h") i = B("i") a = B("a") h.q = a i.o = h a.o = h assert h.q.o.q.txt == "
a"
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt h = A("h") i = B("i") a = B("a") h.q = a i.o = h a.o = h assert h.q.o.q.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
484
class A: def __init__(self, txt: str): self.s: B = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt m = A("m") e = B("e") f = A("f") n = B("n") l = B("l") c = B("c") g = B("g") b = B("b") d = B("d") h = B("h") ...
e"
class A: def __init__(self, txt: str): self.s: B = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.txt = txt m = A("m") e = B("e") f = A("f") n = B("n") l = B("l") c = B("c") g = B("g") b = B("b") d = B("d") h = B("h") ...
10
12
1.2
0.133333
2
5
2
1
1.5
8
4
2
4
0.4
5
0.416667
5
2
6
3.5
3
4
1
2
485
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.txt = txt g = A("g") f = B("f") h = A("h") l = B("l") j = B("j") g.o = l f.v = l h.o = f l.v = j j.v = l assert j.v.v.v.v.v.txt == "
l"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.txt = txt g = A("g") f = B("f") h = A("h") l = B("l") j = B("j") g.o = l f.v = l h.o = f l.v = j j.v = l assert j.v.v.v.v.v.txt == "l"
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
486
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.z: A = None self.txt = txt m = A("m") h = B("h") j = B("j") g = A("g") a = B("a") f = A("f") m.q = g h.t = m h.z = m j.t = g j.z = g g.q ...
g"
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.z: A = None self.txt = txt m = A("m") h = B("h") j = B("j") g = A("g") a = B("a") f = A("f") m.q = g h.t = m h.z = m j.t = g j.z = g g.q ...
6
6
1
0.2
2
3
2
1
1.5
3
2
1
3
0.5
3
0.5
1
2
2
2
2
2
2
1
487
class A: def __init__(self, txt: str): self.z: A = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.r: A = None self.txt = txt f = A("f") i = B("i") j = B("j") m = B("m") c = A("c") f.z = c f.v = m i.z = j i.r = ...
j"
class A: def __init__(self, txt: str): self.z: A = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: B = None self.r: A = None self.txt = txt f = A("f") i = B("i") j = B("j") m = B("m") c = A("c") f.z = c f.v = m i.z = j i.r = ...
5
10
2
0.5
2
2.5
2
2
2
4
2
1
4
0.8
4
0.4
1
2
2
2
2
3
2
2
488
class A: def __init__(self, txt: str): self.u: A = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.v: B = None self.txt = txt e = A("e") i = B("i") m = A("m") a = B("a") f = B("f") h = B("h") b = B("b") c = B("c"...
i"
class A: def __init__(self, txt: str): self.u: A = None self.p: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.v: B = None self.txt = txt e = A("e") i = B("i") m = A("m") a = B("a") f = B("f") h = B("h") b = B("b") c = B("c"...
10
14
1.4
0.155556
2
5
2
2
2
10
6
5
2
0.2
3
0.214286
9
2
10
4.4
2
8
3
2
489
class A: def __init__(self, txt: str): self.o: A = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt a = A("a") k = B("k") g = A("g") f = A("f") a.o = g a.r = f k.x = g g.o = f g.r = f f.o = g f.r = a assert g.o...
a"
class A: def __init__(self, txt: str): self.o: A = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt a = A("a") k = B("k") g = A("g") f = A("f") a.o = g a.r = f k.x = g g.o = f g.r = f f.o = g f.r = a assert g.o...
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
490
class A: def __init__(self, txt: str): self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.p: B = None self.txt = txt c = A("c") i = B("i") j = B("j") g = A("g") b = B("b") c.o = g i.w = j i.p = b j.w = i j.p = b g.o = c b.w = j...
c"
class A: def __init__(self, txt: str): self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.p: B = None self.txt = txt c = A("c") i = B("i") j = B("j") g = A("g") b = B("b") c.o = g i.w = j i.p = b j.w = i j.p = b g.o = c b.w = 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
491
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.y: B = None self.txt = txt n = A("n") i = B("i") d = B("d") m = B("m") g = B("g") c = A("c") n.w = m i.x = d i.y = g d.x = g d.y = i m.x ...
i"
class A: def __init__(self, txt: str): self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.y: B = None self.txt = txt n = A("n") i = B("i") d = B("d") m = B("m") g = B("g") c = A("c") n.w = m i.x = d i.y = g d.x = g d.y = i m.x ...
6
9
1.5
0.3
2
3
2
1
1.5
3
2
1
3
0.5
3
0.333333
1
3
3
3
2
2
2
1
492
class A: def __init__(self, txt: str): self.o: B = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt a = A("a") n = B("n") g = B("g") f = A("f") b = A("b") e = A("e") a.o = g a.s = f n.x = a g.x = b f.o = n f.s ...
a"
class A: def __init__(self, txt: str): self.o: B = None self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt a = A("a") n = B("n") g = B("g") f = A("f") b = A("b") e = A("e") a.o = g a.s = f n.x = a g.x = b f.o = n f.s ...
6
10
1.666667
0.333333
2
3
2
1
1.5
5
1
1
6
1
5
0.5
0
null
null
null
3
2
1
1
493
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.s: A = None self.txt = txt l = A("l") b = B("b") g = A("g") d = B("d") c = A("c") e = B("e") i = A("i") m = B("m") n = B("n") l.y = i b.q...
m"
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.s: A = None self.txt = txt l = A("l") b = B("b") g = A("g") d = B("d") c = A("c") e = B("e") i = A("i") m = B("m") n = B("n") l.y = i b.q...
9
14
1.555556
0.194444
2
4.5
2
1
1.5
9
5
4
3
0.333333
3
0.214286
7
2
8
3.75
1
9
9
1
494
class A: def __init__(self, txt: str): self.s: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.txt = txt g = A("g") i = B("i") h = B("h") a = B("a") m = A("m") c = B("c") l = A("l") g.s = l i.o = c h.o = c a.o = i m.s = g c.o = h l.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.o: B = None self.txt = txt g = A("g") i = B("i") h = B("h") a = B("a") m = A("m") c = B("c") l = A("l") g.s = l i.o = c h.o = c a.o = i m.s = g c.o = h l.s = g 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
495
class A: def __init__(self, txt: str): self.v: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.u: A = None self.txt = txt m = A("m") i = B("i") n = A("n") e = A("e") h = A("h") m.v = i m.w = i i.o = n i.u = ...
i"
class A: def __init__(self, txt: str): self.v: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.u: A = None self.txt = txt m = A("m") i = B("i") n = A("n") e = A("e") h = A("h") m.v = i m.w = i i.o = n i.u = ...
5
5
1
0.25
2
2.5
2
2
2
4
3
2
2
0.4
3
0.6
3
2
4
2.5
3
2
1
2
496
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.q: B = None self.o: A = None self.txt = txt d = A("d") h = B("h") k = B("k") a = A("a") b = B("b") d.y = a d.w = k h.q = b h.o = ...
d"
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.q: B = None self.o: A = None self.txt = txt d = A("d") h = B("h") k = B("k") a = A("a") b = B("b") d.y = a d.w = k h.q = b h.o = ...
5
10
2
0.5
2
2.5
2
2
2
5
2
1
5
1
5
0.5
1
4
4
4
4
2
2
1
497
class A: def __init__(self, txt: str): self.o: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.r: A = None self.txt = txt j = A("j") i = B("i") m = B("m") j.o = i j.w = m i.y = j i.r = j m.y = j m.r = j asse...
m"
class A: def __init__(self, txt: str): self.o: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.r: A = None self.txt = txt j = A("j") i = B("i") m = B("m") j.o = i j.w = m i.y = j i.r = j m.y = j m.r = j asse...
3
4
1.333333
0.666667
2
1.5
2
2
2
3
2
2
2
0.666667
2
0.5
2
2
2
2
2
2
1
1
498
class A: def __init__(self, txt: str): self.z: B = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.q: B = None self.txt = txt d = A("d") h = B("h") i = A("i") e = A("e") j = B("j") k = B("k") a = B("a") d.z = k ...
j"
class A: def __init__(self, txt: str): self.z: B = None self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.q: B = None self.txt = txt d = A("d") h = B("h") i = A("i") e = A("e") j = B("j") k = B("k") a = B("a") d.z = k ...
7
13
1.857143
0.309524
2
3.5
2
2
2
5
2
1
5
0.714286
5
0.384615
1
2
2
2
3
3
3
1
499
class A: def __init__(self, txt: str): self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt n = A("n") a = B("a") c = B("c") f = B("f") l = B("l") i = B("i") k = B("k") d = A("d") j = B("j") n.v = d a.y = k c.y = j f.y = k l.y ...
j"
class A: def __init__(self, txt: str): self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt n = A("n") a = B("a") c = B("c") f = B("f") l = B("l") i = B("i") k = B("k") d = A("d") j = B("j") n.v = d a.y = k c.y = j f.y = k l.y ...
9
9
1
0.125
2
4.5
1
1
1
5
2
2
4
0.444444
4
0.444444
2
3
3
3
1
5
5
1