Pergunta de entrevista da empresa iCIMS

Parse a binary tree of math expression and calculate the final value based on the given/current tree node(parse subtree of a node).

Resposta da entrevista

Sigiloso

21 de ago. de 2017

Recursion. It was required to implement a method withing the Tree class without taking parameter.

1