For example, I have the following input:
((12 3) 42)
I want to process every integer value of the input. This is an example of representing a common input.
For additional information only:
This representation corresponds to a binary tree with marked sheets:
/\
/\ 42
12 3
source
share