Showing posts with label can you fix it? vs how to fix it explicitly. Show all posts
Showing posts with label can you fix it? vs how to fix it explicitly. Show all posts

Tuesday, January 9, 2018

Root of a number in python

January 8, 2018

Introduction


It is so interesting to learn to be an interviewer on mock interview. I had the conversation with the peer, and I shared my opinion that the mock interview should be a conversation. But the peer told me that it is not, and I got complaint about giving hints without being asked.

Code review


Here is python code of root of a number. Perfect performance.