005 preorder names its row handle

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

val 10
val 20
val 999

Expected output

val 10
val 20
val 999

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (tree, capacity: 64, source: val: i64)
flow ~new click a branch to expand · @labels scroll to their anchor
new (mark, capacity: 1, source: who: 0[i64])
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (tree, source: val: 10)
flow ~preorder click a branch to expand · @labels scroll to their anchor
preorder (tree)
flow ~stored click a branch to expand · @labels scroll to their anchor
stored (source: tree[mark.who].val: 999)
flow ~preorder click a branch to expand · @labels scroll to their anchor
preorder (tree)

Test Configuration

MUST_RUN