Friday, February 2, 2018

Float number and operators algorithm

Feb. 2, 2018

Introduction


I asked the peer to solve the float number and operator algorithm on Feb. 1, 2018 10:00 PM mock interview. It is such a learning experience for me to learn how the peer came out the recursive solution.

Code review


The code has some issue. Subproblem should include maximum and minimum value.

The Java code is here.

Actionable Item


I will write the code based on the idea of recursive function.

No comments:

Post a Comment