|
|
|
|
|
by quasse
2710 days ago
|
|
Yeah, I've seen some real horror stories about bad interview processes in the past, but this seems more like the guy outing himself as a defensive and impulsive person who immediately shuts down when he doesn't "know" something. I can't remember Djikstra's algorithm either, but I would happily try and write a 15 line brute force recursive maze solver in an interview. Of course it's not something I expect anyone does day to day, but it's also the kind of simple problem that I'd expect almost anyone with a CS 102 level of knowledge to be able to reason out by just taking a few minutes with a pencil and paper. As an interviewer, even a brute force solution would demonstrate a good willingness to look at problems using your fundamental skills and reason about something you don't have a ready made solution to. |
|
You'd fail the interview. The type of interviewers that ask this style of question are never interested in seeing the the naive brute force approach.