Eertree: Difference between revisions

Content added Content deleted
(Added C++)
Line 774: Line 774:
p$ = if$(n=1 -> c$, c$+root$+c$)
p$ = if$(n=1 -> c$, c$+root$+c$)
append s, (p$,)
append s, (p$,)
s = children(s, tree, nxt, p$)
\\ better use lambda() and not children()
\\ for recursion when we copy this lambda to other identifier.
s = lambda(s, tree, nxt, p$)
}
}
= s
= s