Question d’entretien chez F5

Implement a postfix calculator

Réponse à la question d'entretien

Utilisateur anonyme

17 oct. 2017

I worked toward a stack-based solution onto which I push operands and compute intermediate results when an operation is encountered. Honestly, I ran out of time before I had a working solution.