Konami interview question

Write a binary search function

Interview Answer

Anonymous

9 Apr 2025

I didn't have this answer memorized, but I remembered enough from school to figure it out on the fly. I talked about my reasoning and decisions through the process. It is good to point out that the standard library already has this functionality, but it doesn't hurt to be able to write something like this from scratch.