For example, I have the following input data:
(( 12 3 ) 42 )
I want to treat each integer value of the input data. This is an example of the general input data presentation.
Just for additional information:
Such presentation is corresponding to the binary tree with marked leaves:
/\
/\ 42
12 3