Feynman or not, it's entertaining to anyone who has waded through several hours of contrived interview questions that supposedly relate to programming ability, and that always have a "right" answer.
I had a four hour long interview for a systems programming/administration position where plebeian admins were allowed to grill me for about 25% of the time, asking me to whiteboard viable algorithms for cute little problems they concocted. All of my solutions would have functioned flawlessly and would have met all of the stated requirements, but they didn't involve the same thought processes that the interviewers had…
Coming from an AI background, I coded up an algorithm for state-space search.
They were expecting me to approach it as a person would, reasoning about how you rule out certain numbers (the constraint propagation), which is a second-order consideration for a game the size of sudoku.
I felt pretty smug when Peter Norvig shortly thereafter put up a blog post that essentially mirrored my solution.