did not find parent
if the following are true:
- not (left = val)
- not (right = val)
then find parent index of [ node (el, left, right), remain ] = find parent index of remain
Comments
Please log in to add comments
if the following are true:
then find parent index of [ node (el, left, right), remain ] = find parent index of remain
Please log in to add comments