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
500
class A: def __init__(self, txt: str): self.r: B = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.txt = txt e = A("e") h = B("h") b = B("b") k = A("k") d = B("d") c = B("c") a = B("a") n = A("n") e.r = d e.y = d h.w = ...
d"
class A: def __init__(self, txt: str): self.r: B = None self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.txt = txt e = A("e") h = B("h") b = B("b") k = A("k") d = B("d") c = B("c") a = B("a") n = A("n") e.r = d e.y = d h.w = ...
8
9
1.125
0.160714
2
4
2
1
1.5
7
4
3
3
0.375
3
0.333333
5
2
6
3.111111
2
6
6
1
501
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.u: A = None self.txt = txt f = A("f") l = B("l") m = A("m") f.q = m l.q = f l.u = f m.q = f assert f.q.q.q.txt == "
m"
class A: def __init__(self, txt: str): self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.u: A = None self.txt = txt f = A("f") l = B("l") m = A("m") f.q = m l.q = f l.u = f m.q = f assert f.q.q.q.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
1
3
3
1
502
class A: def __init__(self, txt: str): self.o: A = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt b = A("b") l = B("l") m = A("m") a = A("a") n = B("n") d = A("d") e = B("e") g = B("g") k = A("k") b.o = m b.w...
g"
class A: def __init__(self, txt: str): self.o: A = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt b = A("b") l = B("l") m = A("m") a = A("a") n = B("n") d = A("d") e = B("e") g = B("g") k = A("k") b.o = m b.w...
9
14
1.555556
0.194444
2
4.5
2
1
1.5
8
3
2
6
0.666667
6
0.428571
3
2
4
2.5
3
5
5
1
503
class A: def __init__(self, txt: str): self.v: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt f = A("f") l = B("l") m = B("m") f.v = m f.p = m l.s = f m.s = f assert f.p.s.v.txt == "
m"
class A: def __init__(self, txt: str): self.v: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt f = A("f") l = B("l") m = B("m") f.v = m f.p = m l.s = f m.s = f assert f.p.s.v.txt == "m"
3
3
1
0.5
2
1.5
2
1
1.5
3
2
1
2
0.666667
3
1
2
2
2
2
3
1
1
2
504
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.x: B = None self.txt = txt a = A("a") e = B("e") j = B("j") d = B("d") n = B("n") b = A("b") c = A("c") k = B("k") a.w = d a.s = b e.x = ...
e"
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.x: B = None self.txt = txt a = A("a") e = B("e") j = B("j") d = B("d") n = B("n") b = A("b") c = A("c") k = B("k") a.w = d a.s = b e.x = ...
8
11
1.375
0.196429
2
4
2
1
1.5
6
2
2
5
0.625
5
0.454545
2
2
2
2
3
4
4
1
505
class A: def __init__(self, txt: str): self.o: A = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.z: A = None self.txt = txt e = A("e") n = B("n") l = A("l") f = B("f") m = B("m") b = A("b") h = A("h") j = B("j"...
l"
class A: def __init__(self, txt: str): self.o: A = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.z: A = None self.txt = txt e = A("e") n = B("n") l = A("l") f = B("f") m = B("m") b = A("b") h = A("h") j = B("j"...
9
18
2
0.25
2
4.5
2
2
2
8
2
2
7
0.777778
7
0.388889
2
3
3
3
3
4
2
2
506
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt m = A("m") h = B("h") c = A("c") k = A("k") m.x = h h.v = k c.x = h k.x = h assert c.x.v.x.txt == "
h"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt m = A("m") h = B("h") c = A("c") k = A("k") m.x = h h.v = k c.x = h k.x = h assert c.x.v.x.txt == "h"
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
507
class A: def __init__(self, txt: str): self.o: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.p: A = None self.txt = txt c = A("c") e = B("e") k = B("k") n = B("n") c.o = k c.q = e e.s = c e.p = c k.s = c k...
c"
class A: def __init__(self, txt: str): self.o: B = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.p: A = None self.txt = txt c = A("c") e = B("e") k = B("k") n = B("n") c.o = k c.q = e e.s = c e.p = c k.s = c k...
4
5
1.25
0.416667
2
2
2
2
2
3
2
1
3
0.75
3
0.6
1
2
2
2
3
1
1
1
508
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.p: B = None self.txt = txt m = A("m") l = B("l") c = A("c") n = B("n") b = A("b") f = B("f") m.y = b l.s = n l.p = n c.y = b n.s = l n.p ...
b"
class A: def __init__(self, txt: str): self.y: A = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.p: B = None self.txt = txt m = A("m") l = B("l") c = A("c") n = B("n") b = A("b") f = B("f") m.y = b l.s = n l.p = n c.y = b n.s = l n.p ...
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
1
3
3
1
509
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.z: A = None self.txt = txt k = A("k") n = B("n") e = B("e") d = B("d") i = B("i") c = A("c") a = A("a") l = A("l") h = B("h") m = B("m") ...
c"
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.z: A = None self.txt = txt k = A("k") n = B("n") e = B("e") d = B("d") i = B("i") c = A("c") a = A("a") l = A("l") h = B("h") m = B("m") ...
10
16
1.6
0.177778
2
5
2
1
1.5
6
2
1
5
0.5
6
0.375
2
2
4
3
3
3
1
2
510
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.txt = txt b = A("b") i = B("i") k = B("k") n = A("n") m = A("m") g = A("g") a = A("a") c = A("c") j = B("j") b.q = c i.x = a k.x = b n.q = c m.q ...
c"
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.txt = txt b = A("b") i = B("i") k = B("k") n = A("n") m = A("m") g = A("g") a = A("a") c = A("c") j = B("j") b.q = c i.x = a k.x = b n.q = c m.q ...
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
511
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.o: B = None self.txt = txt j = A("j") e = B("e") g = B("g") f = B("f") a = A("a") j.q = e e.x = g e.o = g g.x = e g.o = e f.x = g f.o = g...
e"
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.o: B = None self.txt = txt j = A("j") e = B("e") g = B("g") f = B("f") a = A("a") j.q = e e.x = g e.o = g g.x = e g.o = e f.x = g f.o = g...
5
5
1
0.25
2
2.5
2
1
1.5
5
3
1
3
0.6
5
1
3
2
4
2.5
3
2
2
2
512
class A: def __init__(self, txt: str): self.t: B = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.s: A = None self.txt = txt k = A("k") b = B("b") g = A("g") c = B("c") d = B("d") h = A("h") k.t = b k.o = b b.q...
h"
class A: def __init__(self, txt: str): self.t: B = None self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.s: A = None self.txt = txt k = A("k") b = B("b") g = A("g") c = B("c") d = B("d") h = A("h") k.t = b k.o = b b.q...
6
7
1.166667
0.233333
2
3
2
2
2
3
2
1
2
0.333333
3
0.428571
2
2
2
2
3
1
1
2
513
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.y: A = None self.txt = txt h = A("h") n = B("n") m = B("m") c = A("c") j = A("j") i = A("i") f = A("f") h.r = n n.z = j n.y = h m.z = h m...
h"
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.y: A = None self.txt = txt h = A("h") n = B("n") m = B("m") c = A("c") j = A("j") i = A("i") f = A("f") h.r = n n.z = j n.y = h m.z = h m...
7
9
1.285714
0.214286
2
3.5
2
1
1.5
4
2
2
3
0.428571
3
0.333333
2
2
2
2
2
2
1
1
514
class A: def __init__(self, txt: str): self.z: B = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt d = A("d") a = B("a") l = B("l") b = A("b") d.z = a d.o = b a.o = d l.o = d b.z = l b.o = d assert l.o.o.o.txt...
d"
class A: def __init__(self, txt: str): self.z: B = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt d = A("d") a = B("a") l = B("l") b = A("b") d.z = a d.o = b a.o = d l.o = d b.z = l b.o = d assert l.o.o.o.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
1
3
3
1
515
class A: def __init__(self, txt: str): self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.v: A = None self.txt = txt h = A("h") j = B("j") g = A("g") m = A("m") d = B("d") n = B("n") f = A("f") h.u = f j.t = f j.v = g g.u = h m...
f"
class A: def __init__(self, txt: str): self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.v: A = None self.txt = txt h = A("h") j = B("j") g = A("g") m = A("m") d = B("d") n = B("n") f = A("f") h.u = f j.t = f j.v = g g.u = h m...
7
10
1.428571
0.238095
2
3.5
2
1
1.5
5
3
3
2
0.285714
2
0.2
4
2
4
2.666667
1
5
5
1
516
class A: def __init__(self, txt: str): self.p: B = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.t: B = None self.txt = txt b = A("b") d = B("d") f = B("f") j = B("j") a = B("a") e = A("e") k = A("k") i = B("i"...
e"
class A: def __init__(self, txt: str): self.p: B = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.t: B = None self.txt = txt b = A("b") d = B("d") f = B("f") j = B("j") a = B("a") e = A("e") k = A("k") i = B("i"...
10
20
2
0.222222
2
5
2
2
2
3
1
1
4
0.4
3
0.15
0
null
null
null
3
1
1
1
517
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.txt = txt d = A("d") f = B("f") l = A("l") n = A("n") c = B("c") d.o = c f.t = n l.o = f n.o = c c.t = n assert d.o.t.o.t.txt == "
n"
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.txt = txt d = A("d") f = B("f") l = A("l") n = A("n") c = B("c") d.o = c f.t = n l.o = f n.o = c c.t = n assert d.o.t.o.t.txt == "n"
5
5
1
0.25
2
2.5
1
1
1
4
2
2
3
0.6
3
0.6
2
2
2
2
2
2
1
1
518
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.r: B = None self.txt = txt g = A("g") e = B("e") m = A("m") j = B("j") b = B("b") f = B("f") n = B("n") c = B("c") k = B("k") l = B("l") ...
l"
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.r: B = None self.txt = txt g = A("g") e = B("e") m = A("m") j = B("j") b = B("b") f = B("f") n = B("n") c = B("c") k = B("k") l = B("l") ...
10
15
1.5
0.166667
2
5
2
1
1.5
7
3
2
4
0.4
6
0.4
4
2
6
4.2
2
5
3
2
519
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.t: A = None self.txt = txt d = A("d") b = B("b") n = B("n") d.v = b b.q = n b.t = d n.q = b n.t = d assert d.v.t.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.q: B = None self.t: A = None self.txt = txt d = A("d") b = B("b") n = B("n") d.v = b b.q = n b.t = d n.q = b n.t = d assert d.v.t.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
520
class A: def __init__(self, txt: str): self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.s: B = None self.txt = txt j = A("j") e = B("e") k = B("k") b = B("b") d = A("d") j.o = d e.u = k e.s = k k.u = e k.s = e b.u = e b.s = k...
j"
class A: def __init__(self, txt: str): self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.s: B = None self.txt = txt j = A("j") e = B("e") k = B("k") b = B("b") d = A("d") j.o = d e.u = k e.s = k k.u = e k.s = e b.u = e b.s = k...
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
1
3
3
1
521
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.y: B = None self.txt = txt g = A("g") f = B("f") n = B("n") k = B("k") a = A("a") g.u = a f.s = g f.y = n n.s = g n.y = k k.s = g k.y = f...
g"
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.y: B = None self.txt = txt g = A("g") f = B("f") n = B("n") k = B("k") a = A("a") g.u = a f.s = g f.y = n n.s = g n.y = k k.s = g k.y = f...
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
522
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 k = A("k") d = B("d") i = B("i") e = A("e") m = A("m") k.y = i d.t = m i.t = m e.y = i m.y = i assert m.y.t.y.t.y.txt == "
i"
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 k = A("k") d = B("d") i = B("i") e = A("e") m = A("m") k.y = i d.t = m i.t = m e.y = i m.y = i assert m.y.t.y.t.y.txt == "i"
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
2
3
1
1
523
class A: def __init__(self, txt: str): self.r: B = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt k = A("k") d = B("d") j = B("j") b = B("b") f = B("f") l = B("l") k.r = b k.t = b d.v = k j.v = k b.v = k f.v ...
k"
class A: def __init__(self, txt: str): self.r: B = None self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt k = A("k") d = B("d") j = B("j") b = B("b") f = B("f") l = B("l") k.r = b k.t = b d.v = k j.v = k b.v = k f.v ...
6
6
1
0.2
2
3
2
1
1.5
6
4
3
2
0.333333
3
0.5
5
2
6
3.111111
3
3
1
2
524
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.u: A = None self.txt = txt b = A("b") i = B("i") g = B("g") d = B("d") n = A("n") c = A("c") l = B("l") k = B("k") m = B("m") b.s = n b.q...
n"
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.u: A = None self.txt = txt b = A("b") i = B("i") g = B("g") d = B("d") n = A("n") c = A("c") l = B("l") k = B("k") m = B("m") b.s = n b.q...
9
12
1.333333
0.166667
2
4.5
2
1
1.5
4
2
1
4
0.444444
4
0.333333
1
2
2
2
3
2
1
2
525
class A: def __init__(self, txt: str): self.v: A = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt f = A("f") i = B("i") j = B("j") g = A("g") b = A("b") c = B("c") k = A("k") f.v = k f.u = g i.y = c j.y = i g...
k"
class A: def __init__(self, txt: str): self.v: A = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt f = A("f") i = B("i") j = B("j") g = A("g") b = A("b") c = B("c") k = A("k") f.v = k f.u = g i.y = c j.y = i g...
7
9
1.285714
0.214286
2
3.5
2
1
1.5
4
3
2
2
0.285714
2
0.222222
3
2
4
2.5
1
4
4
1
526
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.z: A = None self.txt = txt i = A("i") h = B("h") b = A("b") f = A("f") k = B("k") c = B("c") d = A("d") i.y = d h.t = k h.z = d b.y = i f...
d"
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.z: A = None self.txt = txt i = A("i") h = B("h") b = A("b") f = A("f") k = B("k") c = B("c") d = A("d") i.y = d h.t = k h.z = d b.y = i f...
7
10
1.428571
0.238095
2
3.5
2
1
1.5
4
2
1
4
0.571429
4
0.4
1
2
2
2
1
4
4
1
527
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.txt = txt i = A("i") g = B("g") e = B("e") i.y = e g.u = e e.u = g assert i.y.u.u.txt == "
e"
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.txt = txt i = A("i") g = B("g") e = B("e") i.y = e g.u = e e.u = g assert i.y.u.u.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
2
1
528
class A: def __init__(self, txt: str): self.o: A = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.txt = txt j = A("j") h = B("h") n = B("n") m = B("m") a = B("a") c = B("c") b = B("b") i = A("i") j.o = i j.q = i h.v = ...
n"
class A: def __init__(self, txt: str): self.o: A = None self.q: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.txt = txt j = A("j") h = B("h") n = B("n") m = B("m") a = B("a") c = B("c") b = B("b") i = A("i") j.o = i j.q = i h.v = ...
8
8
1
0.142857
2
4
2
1
1.5
6
4
3
2
0.25
2
0.25
5
2
6
3.111111
1
6
6
1
529
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.x: A = None self.txt = txt e = A("e") j = B("j") c = A("c") n = A("n") m = A("m") e.p = c j.r = n j.x = c c.p = e n.p = m m.p = e assert ...
e"
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.x: A = None self.txt = txt e = A("e") j = B("j") c = A("c") n = A("n") m = A("m") e.p = c j.r = n j.x = c c.p = e n.p = m m.p = e assert ...
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
1
3
3
1
530
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt a = A("a") i = B("i") g = A("g") b = A("b") e = B("e") j = A("j") m = B("m") a.w = g i.v = j g.w = b b.w = j e.v = a j.w = g m.v = b as...
b"
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.txt = txt a = A("a") i = B("i") g = A("g") b = A("b") e = B("e") j = A("j") m = B("m") a.w = g i.v = j g.w = b b.w = j e.v = a j.w = g m.v = b as...
7
7
1
0.166667
2
3.5
1
1
1
5
2
2
3
0.428571
3
0.428571
3
3
3
3
1
5
5
1
531
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.s: A = None self.txt = txt n = A("n") d = B("d") c = A("c") a = B("a") l = B("l") n.o = l d.o = l d.s = c c.o = d a.o = d a.s = c l.o = d...
d"
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.s: A = None self.txt = txt n = A("n") d = B("d") c = A("c") a = B("a") l = B("l") n.o = l d.o = l d.s = c c.o = d a.o = d a.s = c l.o = d...
5
8
1.6
0.4
2
2.5
2
1
1.5
4
3
1
3
0.6
4
0.5
2
2
4
2.666667
2
3
3
2
532
class A: def __init__(self, txt: str): self.z: A = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.y: B = None self.txt = txt e = A("e") g = B("g") c = A("c") m = B("m") d = A("d") l = B("l") h = B("h") b = B("b"...
e"
class A: def __init__(self, txt: str): self.z: A = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.y: B = None self.txt = txt e = A("e") g = B("g") c = A("c") m = B("m") d = A("d") l = B("l") h = B("h") b = B("b"...
9
14
1.555556
0.194444
2
4.5
2
2
2
7
3
2
3
0.333333
5
0.357143
5
3
6
3.857143
2
5
3
2
533
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.t: B = None self.o: B = None self.txt = txt g = A("g") h = B("h") j = A("j") c = B("c") n = B("n") f = B("f") g.y = c g.u = h h.t...
h"
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.t: B = None self.o: B = None self.txt = txt g = A("g") h = B("h") j = A("j") c = B("c") n = B("n") f = B("f") g.y = c g.u = h h.t...
6
11
1.833333
0.366667
2
3
2
2
2
4
2
1
4
0.666667
4
0.363636
1
3
3
3
3
2
1
1
534
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.y: B = None self.p: B = None self.txt = txt b = A("b") l = B("l") m = B("m") j = A("j") g = B("g") e = B("e") n = B("n") h = A("h"...
l"
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.y: B = None self.p: B = None self.txt = txt b = A("b") l = B("l") m = B("m") j = A("j") g = B("g") e = B("e") n = B("n") h = A("h"...
9
12
1.333333
0.166667
2
4.5
2
2
2
5
2
2
4
0.444444
4
0.333333
2
2
2
2
2
4
4
1
535
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt e = A("e") d = B("d") n = A("n") j = B("j") h = A("h") c = A("c") b = A("b") m = B("m") a = A("a") l = A("l") e.z = d d.p = c n.z = m j...
m"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt e = A("e") d = B("d") n = A("n") j = B("j") h = A("h") c = A("c") b = A("b") m = B("m") a = A("a") l = A("l") e.z = d d.p = c n.z = m j...
10
10
1
0.111111
2
5
1
1
1
7
2
2
5
0.5
5
0.5
3
4
4
4
2
4
1
1
536
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.q: A = None self.txt = txt f = A("f") g = B("g") d = A("d") l = B("l") e = A("e") b = A("b") i = A("i") n = B("n") j = A("j") k = A("k") ...
k"
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.q: A = None self.txt = txt f = A("f") g = B("g") d = A("d") l = B("l") e = A("e") b = A("b") i = A("i") n = B("n") j = A("j") k = A("k") ...
10
12
1.2
0.133333
2
5
2
1
1.5
8
4
3
3
0.3
4
0.333333
6
2
8
4
3
4
1
2
537
class A: def __init__(self, txt: str): self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt h = A("h") n = B("n") f = B("f") d = B("d") i = B("i") m = A("m") g = A("g") c = A("c") e = A("e") k = A("k") h.x = c n.u = h f.u = g d...
m"
class A: def __init__(self, txt: str): self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt h = A("h") n = B("n") f = B("f") d = B("d") i = B("i") m = A("m") g = A("g") c = A("c") e = A("e") k = A("k") h.x = c n.u = h f.u = g 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
2
1
538
class A: def __init__(self, txt: str): self.o: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.txt = txt k = A("k") m = B("m") a = B("a") k.o = a k.p = m m.s = a a.s = m assert k.p.s.s.txt == "
m"
class A: def __init__(self, txt: str): self.o: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: B = None self.txt = txt k = A("k") m = B("m") a = B("a") k.o = a k.p = m m.s = a a.s = m assert k.p.s.s.txt == "m"
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
2
1
539
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt n = A("n") b = B("b") k = B("k") g = B("g") c = A("c") n.u = k b.p = n k.p = c g.p = c c.u = k assert g.p.u.p.u.txt == "
k"
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt n = A("n") b = B("b") k = B("k") g = B("g") c = A("c") n.u = k b.p = n k.p = c g.p = c c.u = k assert g.p.u.p.u.txt == "k"
5
5
1
0.25
2
2.5
1
1
1
4
2
2
3
0.6
3
0.6
2
2
2
2
2
2
1
1
540
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.r: B = None self.txt = txt e = A("e") f = B("f") a = B("a") n = B("n") e.z = n f.y = e f.r = n a.y = e a.r = f n.y = e n.r = a assert f.r...
n"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.r: B = None self.txt = txt e = A("e") f = B("f") a = B("a") n = B("n") e.z = n f.y = e f.r = n a.y = e a.r = f n.y = e n.r = a assert f.r...
4
7
1.75
0.583333
2
2
2
1
1.5
4
2
1
4
1
4
0.571429
1
3
3
3
3
2
2
1
541
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.txt = txt f = A("f") h = B("h") a = B("a") b = B("b") j = B("j") f.y = j h.o = b a.o = h b.o = h j.o = b assert b.o.o.o.txt == "
h"
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.txt = txt f = A("f") h = B("h") a = B("a") b = B("b") j = B("j") f.y = j h.o = b a.o = h b.o = h j.o = b assert b.o.o.o.txt == "h"
5
5
1
0.25
2
2.5
1
1
1
3
2
2
2
0.4
2
0.4
2
2
2
2
1
3
3
1
542
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.v: B = None self.t: A = None self.txt = txt g = A("g") j = B("j") n = B("n") e = A("e") a = B("a") g.q = a g.y = e j.v = n j.t = ...
a"
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.v: B = None self.t: A = None self.txt = txt g = A("g") j = B("j") n = B("n") e = A("e") a = B("a") g.q = a g.y = e j.v = n j.t = ...
5
10
2
0.5
2
2.5
2
2
2
4
2
2
3
0.6
3
0.3
2
2
2
2
2
3
3
2
543
class A: def __init__(self, txt: str): self.s: A = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.txt = txt k = A("k") n = B("n") b = A("b") d = B("d") i = B("i") j = B("j") f = B("f") k.s = b k.x = b n.u = j b.s = k b...
k"
class A: def __init__(self, txt: str): self.s: A = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.txt = txt k = A("k") n = B("n") b = A("b") d = B("d") i = B("i") j = B("j") f = B("f") k.s = b k.x = b n.u = j b.s = k b...
7
7
1
0.166667
2
3.5
2
1
1.5
5
3
2
2
0.285714
3
0.428571
4
2
4
2.666667
2
3
3
2
544
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt k = A("k") g = B("g") n = A("n") d = B("d") k.q = d g.z = k n.q = d d.z = n assert d.z.q.z.txt == "
n"
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt k = A("k") g = B("g") n = A("n") d = B("d") k.q = d g.z = k n.q = d d.z = n assert d.z.q.z.txt == "n"
4
4
1
0.333333
2
2
1
1
1
3
2
2
2
0.5
2
0.5
2
2
2
2
2
2
1
1
545
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.txt = txt b = A("b") g = B("g") f = B("f") l = A("l") d = B("d") n = B("n") b.w = l g.p = n f.p = d l.w = b d.p = n n.p = g assert g.p.p.p.txt ==...
n"
class A: def __init__(self, txt: str): self.w: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.txt = txt b = A("b") g = B("g") f = B("f") l = A("l") d = B("d") n = B("n") b.w = l g.p = n f.p = d l.w = b d.p = n n.p = g assert g.p.p.p.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
546
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.txt = txt h = A("h") k = B("k") j = A("j") l = B("l") f = B("f") c = B("c") n = A("n") h.q = k k.w = c j.q = c l.w = k f.w = k c.w = f n.q = c as...
c"
class A: def __init__(self, txt: str): self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.w: B = None self.txt = txt h = A("h") k = B("k") j = A("j") l = B("l") f = B("f") c = B("c") n = A("n") h.q = k k.w = c j.q = c l.w = k f.w = k c.w = f n.q = c as...
7
7
1
0.166667
2
3.5
1
1
1
7
3
2
4
0.571429
4
0.571429
4
3
6
3.6
2
6
6
1
547
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt a = A("a") n = B("n") c = A("c") g = B("g") b = B("b") d = A("d") k = B("k") j = A("j") m = B("m") f = A("f") a.u = g n.p = a c.u = g g...
g"
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.txt = txt a = A("a") n = B("n") c = A("c") g = B("g") b = B("b") d = A("d") k = B("k") j = A("j") m = B("m") f = A("f") a.u = g n.p = a c.u = g g...
10
10
1
0.111111
2
5
1
1
1
9
5
4
3
0.3
3
0.3
7
2
8
3.75
2
5
1
1
548
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.txt = txt f = A("f") n = B("n") d = B("d") j = A("j") b = A("b") c = B("c") e = A("e") h = A("h") l = A("l") f.t = j n.v = d d.v = n j.t = b b.t ...
d"
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.v: B = None self.txt = txt f = A("f") n = B("n") d = B("d") j = A("j") b = A("b") c = B("c") e = A("e") h = A("h") l = A("l") f.t = j n.v = d d.v = n j.t = b b.t ...
9
9
1
0.125
2
4.5
1
1
1
3
2
2
2
0.222222
2
0.222222
2
2
2
2
1
3
3
1
549
class A: def __init__(self, txt: str): self.p: A = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.w: B = None self.txt = txt f = A("f") n = B("n") a = B("a") h = A("h") f.p = h f.v = h n.o = f n.w = a a.o = f a...
h"
class A: def __init__(self, txt: str): self.p: A = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.w: B = None self.txt = txt f = A("f") n = B("n") a = B("a") h = A("h") f.p = h f.v = h n.o = f n.w = a a.o = f a...
4
6
1.5
0.5
2
2
2
2
2
4
2
1
4
1
4
0.666667
1
2
2
2
3
2
2
2
550
class A: def __init__(self, txt: str): self.z: A = None self.x: A = None self.txt = txt class B: def __init__(self, txt: str): self.r: B = None self.p: A = None self.txt = txt m = A("m") i = B("i") h = B("h") b = A("b") g = A("g") f = B("f") l = A("l") m.z = g ...
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.r: B = None self.p: A = None self.txt = txt m = A("m") i = B("i") h = B("h") b = A("b") g = A("g") f = B("f") l = A("l") m.z = g ...
7
13
1.857143
0.309524
2
3.5
2
2
2
7
3
2
4
0.571429
4
0.307692
4
3
6
3.6
2
4
2
2
551
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 f = A("f") j = B("j") n = A("n") m = A("m") c = A("c") l = B("l") f.u = l j.q = n n.u = l m.u = l c.u = j l.q = n assert l.q.u.q.u.q.u....
l"
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 f = A("f") j = B("j") n = A("n") m = A("m") c = A("c") l = B("l") f.u = l j.q = n n.u = l m.u = l c.u = j l.q = n assert l.q.u.q.u.q.u....
6
6
1
0.2
2
3
1
1
1
6
4
3
2
0.333333
2
0.333333
5
2
6
3.111111
2
3
1
1
552
class A: def __init__(self, txt: str): self.p: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt l = A("l") c = B("c") j = A("j") n = A("n") e = B("e") h = A("h") a = A("a") m = B("m") l.p = c l.w = m c.o = ...
m"
class A: def __init__(self, txt: str): self.p: B = None self.w: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt l = A("l") c = B("c") j = A("j") n = A("n") e = B("e") h = A("h") a = A("a") m = B("m") l.p = c l.w = m c.o = ...
8
12
1.5
0.214286
2
4
2
1
1.5
6
4
3
2
0.25
2
0.166667
5
2
6
3.111111
2
3
1
1
553
class A: def __init__(self, txt: str): self.q: B = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.z: A = None self.txt = txt d = A("d") c = B("c") a = A("a") n = B("n") d.q = n d.t = a c.p = n c.z = d a.q = n a...
n"
class A: def __init__(self, txt: str): self.q: B = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: B = None self.z: A = None self.txt = txt d = A("d") c = B("c") a = A("a") n = B("n") d.q = n d.t = a c.p = n c.z = d a.q = n a...
4
8
2
0.666667
2
2
2
2
2
4
3
2
2
0.5
2
0.25
3
2
4
2.5
1
4
4
1
554
class A: def __init__(self, txt: str): self.y: A = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.t: B = None self.txt = txt a = A("a") e = B("e") d = B("d") i = A("i") a.y = i a.r = i e.z = i e.t = d d.z = i d...
a"
class A: def __init__(self, txt: str): self.y: A = None self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.t: B = None self.txt = txt a = A("a") e = B("e") d = B("d") i = A("i") a.y = i a.r = i e.z = i e.t = d d.z = i d...
4
6
1.5
0.5
2
2
2
2
2
4
3
2
2
0.5
3
0.5
3
2
4
2.5
2
3
3
2
555
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.t: A = None self.txt = txt e = A("e") f = B("f") n = B("n") g = B("g") l = A("l") a = A("a") e.s = g f.v = l f.t = l n.v = l n.t = e g.v ...
g"
class A: def __init__(self, txt: str): self.s: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.t: A = None self.txt = txt e = A("e") f = B("f") n = B("n") g = B("g") l = A("l") a = A("a") e.s = g f.v = l f.t = l n.v = l n.t = e g.v ...
6
7
1.166667
0.233333
2
3
2
1
1.5
4
2
1
4
0.666667
4
0.571429
1
2
2
2
2
2
1
1
556
class A: def __init__(self, txt: str): self.w: A = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.v: A = None self.txt = txt d = A("d") f = B("f") e = A("e") h = B("h") a = B("a") l = B("l") d.w = e d.u = e f.q...
d"
class A: def __init__(self, txt: str): self.w: A = None self.u: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.v: A = None self.txt = txt d = A("d") f = B("f") e = A("e") h = B("h") a = B("a") l = B("l") d.w = e d.u = e f.q...
6
10
1.666667
0.333333
2
3
2
2
2
5
3
2
2
0.333333
4
0.4
4
2
4
2.666667
2
3
2
2
557
class A: def __init__(self, txt: str): self.t: A = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt n = A("n") f = B("f") i = B("i") m = A("m") k = B("k") b = A("b") h = B("h") c = A("c") l = B("l") n.t = b n.r...
h"
class A: def __init__(self, txt: str): self.t: A = None self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.y: B = None self.txt = txt n = A("n") f = B("f") i = B("i") m = A("m") k = B("k") b = A("b") h = B("h") c = A("c") l = B("l") n.t = b n.r...
9
13
1.444444
0.180556
2
4.5
2
1
1.5
4
2
2
3
0.333333
3
0.230769
2
3
3
3
1
4
4
1
558
class A: def __init__(self, txt: str): self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.q: A = None self.txt = txt i = A("i") f = B("f") g = A("g") j = A("j") i.z = g f.p = i f.q = j g.z = i j.z = i assert i.z.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.p: A = None self.q: A = None self.txt = txt i = A("i") f = B("f") g = A("g") j = A("j") i.z = g f.p = i f.q = j g.z = i j.z = i assert i.z.z.z.z.txt == "i...
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
559
class A: def __init__(self, txt: str): self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.o: A = None self.txt = txt a = A("a") l = B("l") g = B("g") k = B("k") i = A("i") n = A("n") e = B("e") j = A("j") f = A("f") c = A("c") ...
f"
class A: def __init__(self, txt: str): self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.o: A = None self.txt = txt a = A("a") l = B("l") g = B("g") k = B("k") i = A("i") n = A("n") e = B("e") j = A("j") f = A("f") c = A("c") ...
10
14
1.4
0.155556
2
5
2
1
1.5
3
2
1
3
0.3
3
0.214286
1
3
3
3
1
3
3
1
560
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt h = A("h") d = B("d") k = B("k") l = A("l") e = B("e") b = B("b") c = B("c") m = B("m") i = B("i") f = A("f") h.r = c d.x = l k.x = l l...
f"
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.txt = txt h = A("h") d = B("d") k = B("k") l = A("l") e = B("e") b = B("b") c = B("c") m = B("m") i = B("i") f = A("f") h.r = c d.x = l k.x = l l...
10
10
1
0.111111
2
5
1
1
1
5
2
1
5
0.5
5
0.5
1
4
4
4
2
3
1
1
561
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.y: A = None self.txt = txt m = A("m") f = B("f") a = B("a") h = B("h") e = A("e") c = A("c") i = B("i") n = B("n") m.t = h f.u = n f.y = ...
i"
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: B = None self.y: A = None self.txt = txt m = A("m") f = B("f") a = B("a") h = B("h") e = A("e") c = A("c") i = B("i") n = B("n") m.t = h f.u = n f.y = ...
8
13
1.625
0.232143
2
4
2
1
1.5
4
2
2
3
0.375
3
0.230769
2
2
2
2
3
2
1
2
562
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 m = A("m") i = B("i") h = B("h") m.w = h i.w = m h.w = m assert h.w.w.w.txt == "
m"
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 m = A("m") i = B("i") h = B("h") m.w = h i.w = m h.w = m assert h.w.w.w.txt == "m"
3
3
1
0.5
2
1.5
1
1
1
3
2
2
2
0.666667
2
0.666667
2
2
2
2
1
3
3
1
563
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.t: A = None self.z: A = None self.txt = txt c = A("c") j = B("j") i = B("i") b = A("b") f = B("f") h = A("h") c.x = h c.q = f j.t...
h"
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.t: A = None self.z: A = None self.txt = txt c = A("c") j = B("j") i = B("i") b = A("b") f = B("f") h = A("h") c.x = h c.q = f j.t...
6
12
2
0.4
2
3
2
2
2
6
3
2
3
0.5
5
0.416667
4
2
5
2.8
4
2
2
2
564
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt m = A("m") i = B("i") d = A("d") c = A("c") a = B("a") j = B("j") m.t = j i.o = d d.t = a c.t = i a.o = m j.o = c assert i.o.t.o.t.o.t....
i"
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.txt = txt m = A("m") i = B("i") d = A("d") c = A("c") a = B("a") j = B("j") m.t = j i.o = d d.t = a c.t = i a.o = m j.o = c assert i.o.t.o.t.o.t....
6
6
1
0.2
2
3
1
1
1
6
2
1
6
1
6
1
1
6
6
6
2
3
1
1
565
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt d = A("d") b = B("b") n = B("n") h = A("h") g = A("g") k = A("k") c = A("c") d.r = c b.w = c n.w = c h.r = k g.r = k k.r = h c.r = h as...
k"
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.w: A = None self.txt = txt d = A("d") b = B("b") n = B("n") h = A("h") g = A("g") k = A("k") c = A("c") d.r = c b.w = c n.w = c h.r = k g.r = k k.r = h c.r = h as...
7
7
1
0.166667
2
3.5
1
1
1
7
4
3
3
0.428571
3
0.428571
5
2
6
3.111111
1
7
7
1
566
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.w: A = None self.txt = txt e = A("e") a = B("a") j = A("j") l = B("l") m = A("m") d = B("d") g = A("g") c = A("c") n = B("n") k = A("k") ...
n"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.w: A = None self.txt = txt e = A("e") a = B("a") j = A("j") l = B("l") m = A("m") d = B("d") g = A("g") c = A("c") n = B("n") k = A("k") ...
10
14
1.4
0.155556
2
5
2
1
1.5
10
4
3
5
0.5
6
0.428571
6
2
6
3
3
5
1
2
567
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt d = A("d") m = B("m") l = A("l") n = A("n") a = B("a") k = A("k") d.t = m m.u = d l.t = a n.t = m a.u = n k.t = m assert m.u.t.u.txt ==...
d"
class A: def __init__(self, txt: str): self.t: B = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt d = A("d") m = B("m") l = A("l") n = A("n") a = B("a") k = A("k") d.t = m m.u = d l.t = a n.t = m a.u = n k.t = m assert m.u.t.u.txt ==...
6
6
1
0.2
2
3
1
1
1
3
2
2
2
0.333333
2
0.333333
2
2
2
2
2
2
1
1
568
class A: def __init__(self, txt: str): self.v: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.q: B = None self.txt = txt e = A("e") c = B("c") d = B("d") m = B("m") a = B("a") g = B("g") e.v = g e.p = m c.v...
m"
class A: def __init__(self, txt: str): self.v: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.v: A = None self.q: B = None self.txt = txt e = A("e") c = B("c") d = B("d") m = B("m") a = B("a") g = B("g") e.v = g e.p = m c.v...
6
12
2
0.4
2
3
2
2
2
6
2
1
4
0.666667
6
0.5
3
2
4
3
3
3
2
2
569
class A: def __init__(self, txt: str): self.s: B = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.z: A = None self.txt = txt g = A("g") h = B("h") a = A("a") m = A("m") j = B("j") d = B("d") n = A("n") l = A("l"...
m"
class A: def __init__(self, txt: str): self.s: B = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.z: A = None self.txt = txt g = A("g") h = B("h") a = A("a") m = A("m") j = B("j") d = B("d") n = A("n") l = A("l"...
8
14
1.75
0.25
2
4
2
2
2
4
2
1
4
0.5
4
0.285714
1
4
4
4
3
2
1
1
570
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.v: A = None self.txt = txt e = A("e") l = B("l") k = B("k") b = B("b") c = A("c") f = B("f") i = A("i") h = B("h") a = A("a") e.y = b l.r...
h"
class A: def __init__(self, txt: str): self.y: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.v: A = None self.txt = txt e = A("e") l = B("l") k = B("k") b = B("b") c = A("c") f = B("f") i = A("i") h = B("h") a = A("a") e.y = b l.r...
9
13
1.444444
0.180556
2
4.5
2
1
1.5
8
2
2
7
0.777778
7
0.538462
2
2
2
2
3
4
1
2
571
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.w: A = None self.txt = txt l = A("l") g = B("g") a = B("a") l.q = a l.z = g g.w = l a.w = l assert a.w.q.w.txt == "
l"
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.w: A = None self.txt = txt l = A("l") g = B("g") a = B("a") l.q = a l.z = g g.w = l a.w = l assert a.w.q.w.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
572
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.txt = txt m = A("m") e = B("e") l = B("l") g = A("g") m.z = l e.x = l l.x = e g.z = e assert g.z.x.x.txt == "
e"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.txt = txt m = A("m") e = B("e") l = B("l") g = A("g") m.z = l e.x = l l.x = e g.z = e assert g.z.x.x.txt == "e"
4
4
1
0.333333
2
2
1
1
1
3
2
1
3
0.75
3
0.75
1
2
2
2
2
2
2
1
573
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.txt = txt d = A("d") k = B("k") n = B("n") d.x = n k.t = n n.t = k assert d.x.t.t.txt == "
n"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.txt = txt d = A("d") k = B("k") n = B("n") d.x = n k.t = n n.t = k assert d.x.t.t.txt == "n"
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
574
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt i = A("i") e = B("e") c = A("c") g = A("g") i.r = e e.q = i c.r = e g.r = e assert e.q.r.q.txt == "
i"
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt i = A("i") e = B("e") c = A("c") g = A("g") i.r = e e.q = i c.r = e g.r = e assert e.q.r.q.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
2
2
1
1
575
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.v: A = None self.txt = txt m = A("m") g = B("g") j = B("j") d = A("d") b = B("b") a = B("a") e = A("e") n = B("n"...
n"
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.v: A = None self.txt = txt m = A("m") g = B("g") j = B("j") d = A("d") b = B("b") a = B("a") e = A("e") n = B("n"...
10
20
2
0.222222
2
5
2
2
2
8
3
2
6
0.6
7
0.35
3
2
8
5.5
3
4
2
2
576
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.q: B = None self.x: A = None self.txt = txt g = A("g") f = B("f") h = A("h") k = B("k") j = B("j") l = B("l") e = B("e") a = A("a"...
a"
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.q: B = None self.x: A = None self.txt = txt g = A("g") f = B("f") h = A("h") k = B("k") j = B("j") l = B("l") e = B("e") a = A("a"...
10
18
1.8
0.2
2
5
2
2
2
9
4
3
5
0.5
5
0.277778
5
2
6
3.111111
4
6
6
1
577
class A: def __init__(self, txt: str): self.y: A = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.y: B = None self.txt = txt g = A("g") f = B("f") i = A("i") k = A("k") j = A("j") a = A("a") n = B("n") d = A("d"...
f"
class A: def __init__(self, txt: str): self.y: A = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.y: B = None self.txt = txt g = A("g") f = B("f") i = A("i") k = A("k") j = A("j") a = A("a") n = B("n") d = A("d"...
9
18
2
0.25
2
4.5
2
2
2
9
3
2
7
0.777778
8
0.444444
3
2
7
4
3
4
3
2
578
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.z: B = None self.txt = txt b = A("b") j = B("j") g = B("g") m = A("m") b.z = j j.s = b j.z = g g.s = m g.z = j m.z = g assert j.s.z.s.z.t...
j"
class A: def __init__(self, txt: str): self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.z: B = None self.txt = txt b = A("b") j = B("j") g = B("g") m = A("m") b.z = j j.s = b j.z = g g.s = m g.z = j m.z = g assert j.s.z.s.z.t...
4
6
1.5
0.5
2
2
2
1
1.5
4
3
2
2
0.5
2
0.333333
3
2
4
2.5
2
2
1
1
579
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.txt = txt j = A("j") l = B("l") c = B("c") d = A("d") g = A("g") b = A("b") n = A("n") e = A("e") j.t = d l.o = c c.o = l d.t = n g.t = d b.t = g...
j"
class A: def __init__(self, txt: str): self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: B = None self.txt = txt j = A("j") l = B("l") c = B("c") d = A("d") g = A("g") b = A("b") n = A("n") e = A("e") j.t = d l.o = c c.o = l d.t = n g.t = d b.t = g...
8
8
1
0.142857
2
4
1
1
1
3
1
1
4
0.5
3
0.375
0
null
null
null
1
3
3
1
580
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.u: A = None self.txt = txt h = A("h") b = B("b") k = B("k") j = A("j") l = B("l") h.r = j b.o = j b.u = j k.o = j k.u = h j.r = h l.o = h...
j"
class A: def __init__(self, txt: str): self.r: A = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.u: A = None self.txt = txt h = A("h") b = B("b") k = B("k") j = A("j") l = B("l") h.r = j b.o = j b.u = j k.o = j k.u = h j.r = h l.o = h...
5
6
1.2
0.3
2
2.5
2
1
1.5
3
2
1
3
0.6
3
0.5
1
2
2
2
2
2
2
1
581
class A: def __init__(self, txt: str): self.q: A = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.o: A = None self.txt = txt n = A("n") c = B("c") f = A("f") d = B("d") a = B("a") n.q = f n.v = d c.r = f c.o = ...
f"
class A: def __init__(self, txt: str): self.q: A = None self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.r: A = None self.o: A = None self.txt = txt n = A("n") c = B("c") f = A("f") d = B("d") a = B("a") n.q = f n.v = d c.r = f c.o = ...
5
9
1.8
0.45
2
2.5
2
2
2
3
2
1
3
0.6
3
0.333333
1
2
2
2
3
1
1
2
582
class A: def __init__(self, txt: str): self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.w: B = None self.txt = txt a = A("a") d = B("d") k = A("k") f = A("f") i = B("i") h = B("h") b = B("b") j = A("j") e = B("e") a.z = j d.p...
a"
class A: def __init__(self, txt: str): self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.p: A = None self.w: B = None self.txt = txt a = A("a") d = B("d") k = A("k") f = A("f") i = B("i") h = B("h") b = B("b") j = A("j") e = B("e") a.z = j d.p...
9
14
1.555556
0.194444
2
4.5
2
1
1.5
9
3
3
5
0.555556
5
0.357143
5
3
6
3.857143
2
8
8
1
583
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.t: A = None self.txt = txt i = A("i") j = B("j") f = B("f") n = B("n") k = A("k") g = B("g") e = B("e") i.y = k j.q = i j.t = i f.q = i f...
k"
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.t: A = None self.txt = txt i = A("i") j = B("j") f = B("f") n = B("n") k = A("k") g = B("g") e = B("e") i.y = k j.q = i j.t = i f.q = i f...
7
9
1.285714
0.214286
2
3.5
2
1
1.5
6
4
3
2
0.285714
2
0.222222
5
2
6
3.111111
1
6
6
1
584
class A: def __init__(self, txt: str): self.t: B = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.q: B = None self.txt = txt l = A("l") c = B("c") n = B("n") h = A("h") b = A("b") j = B("j") a = A("a") i = B("i"...
h"
class A: def __init__(self, txt: str): self.t: B = None self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: A = None self.q: B = None self.txt = txt l = A("l") c = B("c") n = B("n") h = A("h") b = A("b") j = B("j") a = A("a") i = B("i"...
9
17
1.888889
0.236111
2
4.5
2
2
2
5
2
1
4
0.444444
5
0.294118
2
3
4
3.5
3
2
2
2
585
class A: def __init__(self, txt: str): self.r: A = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt e = A("e") c = B("c") l = A("l") e.r = l e.o = l c.u = l l.r = e l.o = e assert l.o.r.r.txt == "
e"
class A: def __init__(self, txt: str): self.r: A = None self.o: A = None self.txt = txt class B: def __init__(self, txt: str): self.u: A = None self.txt = txt e = A("e") c = B("c") l = A("l") e.r = l e.o = l c.u = l l.r = e l.o = e assert l.o.r.r.txt == "e"
3
3
1
0.5
2
1.5
2
1
1.5
3
2
1
2
0.666667
3
1
2
2
2
2
2
2
2
2
586
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 l = A("l") n = B("n") m = B("m") c = B("c") k = B("k") d = A("d") f = A("f") b = B("b") l.y = b n.v = f m.v = l c.v = l k.v = l d.y = c...
f"
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 l = A("l") n = B("n") m = B("m") c = B("c") k = B("k") d = A("d") f = A("f") b = B("b") l.y = b n.v = f m.v = l c.v = l k.v = l d.y = c...
8
8
1
0.142857
2
4
1
1
1
5
2
1
5
0.625
5
0.625
1
4
4
4
2
3
1
1
587
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.p: A = None self.txt = txt j = A("j") f = B("f") n = A("n") e = A("e") l = B("l") d = B("d") m = B("m") b = B("b") i = B("i") k = B("k") ...
m"
class A: def __init__(self, txt: str): self.u: B = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.p: A = None self.txt = txt j = A("j") f = B("f") n = A("n") e = A("e") l = B("l") d = B("d") m = B("m") b = B("b") i = B("i") k = B("k") ...
10
15
1.5
0.166667
2
5
2
1
1.5
8
2
2
5
0.5
6
0.4
4
2
6
4
3
4
1
2
588
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt b = A("b") j = B("j") m = A("m") f = A("f") k = B("k") c = B("c") g = B("g") e = B("e") b.x = g j.q = f m.x = j f.x = k k.q = m c.q = f...
f"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt b = A("b") j = B("j") m = A("m") f = A("f") k = B("k") c = B("c") g = B("g") e = B("e") b.x = g j.q = f m.x = j f.x = k k.q = m c.q = f...
8
8
1
0.142857
2
4
1
1
1
8
3
2
4
0.5
4
0.5
5
4
8
4.666667
2
4
1
1
589
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.u: B = None self.txt = txt b = A("b") f = B("f") k = B("k") i = A("i") l = B("l") a = B("a") j = A("j") h = B("h") c = A("c") g = B("g") ...
a"
class A: def __init__(self, txt: str): self.x: B = None self.txt = txt class B: def __init__(self, txt: str): self.t: B = None self.u: B = None self.txt = txt b = A("b") f = B("f") k = B("k") i = A("i") l = B("l") a = B("a") j = A("j") h = B("h") c = A("c") g = B("g") ...
10
15
1.5
0.166667
2
5
2
1
1.5
6
3
2
3
0.3
4
0.266667
4
3
6
3.6
2
5
5
2
590
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.y: A = None self.txt = txt h = A("h") d = B("d") j = B("j") h.o = d d.x = j d.y = h j.x = d j.y = h assert h.o.x.x.txt == "
d"
class A: def __init__(self, txt: str): self.o: B = None self.txt = txt class B: def __init__(self, txt: str): self.x: B = None self.y: A = None self.txt = txt h = A("h") d = B("d") j = B("j") h.o = d d.x = j d.y = h j.x = d j.y = h assert h.o.x.x.txt == "d"
3
5
1.666667
0.833333
2
1.5
2
1
1.5
3
2
1
3
1
3
0.6
1
2
2
2
2
2
2
1
591
class A: def __init__(self, txt: str): self.z: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt i = A("i") l = B("l") n = A("n") i.z = l i.p = l l.q = n n.z = l n.p = l assert l.q.p.q.txt == "
n"
class A: def __init__(self, txt: str): self.z: B = None self.p: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: A = None self.txt = txt i = A("i") l = B("l") n = A("n") i.z = l i.p = l l.q = n n.z = l n.p = l assert l.q.p.q.txt == "n"
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
592
class A: def __init__(self, txt: str): self.x: B = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.o: A = None self.txt = txt k = A("k") n = B("n") f = A("f") k.x = n k.z = f n.x = k n.o = k f.x = n f.z = k asse...
n"
class A: def __init__(self, txt: str): self.x: B = None self.z: A = None self.txt = txt class B: def __init__(self, txt: str): self.x: A = None self.o: A = None self.txt = txt k = A("k") n = B("n") f = A("f") k.x = n k.z = f n.x = k n.o = k f.x = n f.z = k asse...
3
5
1.666667
0.833333
2
1.5
2
2
2
3
2
2
2
0.666667
2
0.4
2
2
2
2
1
3
3
1
593
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.o: A = None self.txt = txt n = A("n") f = B("f") c = A("c") d = A("d") m = B("m") a = B("a") j = B("j") n.r = m f.y = m f.o = d c.r = a d...
n"
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.o: A = None self.txt = txt n = A("n") f = B("f") c = A("c") d = A("d") m = B("m") a = B("a") j = B("j") n.r = m f.y = m f.o = d c.r = a d...
7
11
1.571429
0.261905
2
3.5
2
1
1.5
3
1
1
4
0.571429
3
0.272727
0
null
null
null
3
1
1
1
594
class A: def __init__(self, txt: str): self.p: A = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.txt = txt i = A("i") k = B("k") j = A("j") e = B("e") b = B("b") g = B("g") d = B("d") m = B("m") h = A("h") a = A("a") ...
b"
class A: def __init__(self, txt: str): self.p: A = None self.q: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.txt = txt i = A("i") k = B("k") j = A("j") e = B("e") b = B("b") g = B("g") d = B("d") m = B("m") h = A("h") a = A("a") ...
10
14
1.4
0.155556
2
5
2
1
1.5
7
3
3
4
0.4
4
0.285714
4
2
4
2.666667
1
7
7
1
595
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.txt = txt h = A("h") l = B("l") a = A("a") d = B("d") i = B("i") g = B("g") b = A("b") h.v = i l.q = i a.v = l d.q = l i.q = g g.q = l b.v = d as...
l"
class A: def __init__(self, txt: str): self.v: B = None self.txt = txt class B: def __init__(self, txt: str): self.q: B = None self.txt = txt h = A("h") l = B("l") a = A("a") d = B("d") i = B("i") g = B("g") b = A("b") h.v = i l.q = i a.v = l d.q = l i.q = g g.q = l b.v = d as...
7
7
1
0.166667
2
3.5
1
1
1
4
2
1
4
0.571429
4
0.571429
1
3
3
3
2
3
3
1
596
class A: def __init__(self, txt: str): self.u: A = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt f = A("f") a = B("a") k = A("k") b = A("b") h = B("h") n = A("n") l = A("l") d = B("d") m = B("m") f.u = b f.t...
b"
class A: def __init__(self, txt: str): self.u: A = None self.t: A = None self.txt = txt class B: def __init__(self, txt: str): self.z: A = None self.txt = txt f = A("f") a = B("a") k = A("k") b = A("b") h = B("h") n = A("n") l = A("l") d = B("d") m = B("m") f.u = b f.t...
9
13
1.444444
0.180556
2
4.5
2
1
1.5
7
3
2
5
0.555556
5
0.384615
3
2
4
2.5
3
5
4
2
597
class A: def __init__(self, txt: str): self.o: A = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt i = A("i") b = B("b") c = A("c") f = B("f") i.o = c i.z = f b.s = i c.o = i c.z = b f.s = c assert i.o.o.o.txt...
c"
class A: def __init__(self, txt: str): self.o: A = None self.z: B = None self.txt = txt class B: def __init__(self, txt: str): self.s: A = None self.txt = txt i = A("i") b = B("b") c = A("c") f = B("f") i.o = c i.z = f b.s = i c.o = i c.z = b f.s = c assert i.o.o.o.txt...
4
6
1.5
0.5
2
2
2
1
1.5
3
2
2
2
0.5
2
0.333333
2
2
2
2
1
3
3
1
598
class A: def __init__(self, txt: str): self.p: A = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.txt = txt g = A("g") h = B("h") c = A("c") g.p = c g.v = c h.y = c c.p = g c.v = g assert h.y.p.v.txt == "
c"
class A: def __init__(self, txt: str): self.p: A = None self.v: A = None self.txt = txt class B: def __init__(self, txt: str): self.y: A = None self.txt = txt g = A("g") h = B("h") c = A("c") g.p = c g.v = c h.y = c c.p = g c.v = g assert h.y.p.v.txt == "c"
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
599
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.p: B = None self.txt = txt h = A("h") d = B("d") a = A("a") i = B("i") f = B("f") l = B("l") j = B("j") g = B("g") c = A("c") k = B("k") ...
i"
class A: def __init__(self, txt: str): self.r: B = None self.txt = txt class B: def __init__(self, txt: str): self.o: A = None self.p: B = None self.txt = txt h = A("h") d = B("d") a = A("a") i = B("i") f = B("f") l = B("l") j = B("j") g = B("g") c = A("c") k = B("k") ...
10
17
1.7
0.188889
2
5
2
1
1.5
5
2
2
4
0.4
4
0.235294
2
2
2
2
3
2
1
1