Translations:FP Laboratory 11/5/en
Jump to navigation
Jump to search
- One possibility how to represent a tree in a textual form is
a(b(d,e),c(e,f(g,h)))
. Create functions that are able to read and store a tree in such a notation.