Hacker News new | ask | show | jobs
by mbrameld 1596 days ago
You're saying you can demonstrate that you have the knowledge to do the problem, but you can't actually do the problem? I'm 43 myself, it's not something I do for fun but I can certainly code up a DFS/BFS implementation or something similar in 40 minutes. With a modern IDE it's not unreasonable for me to expect it to work correctly on the first try.
1 comments

Try doing it with coderpad IDE with no autcommplete. On top of that, for Java, make sure you declare everything as static, because top level class has static on it.

A reasonable middle ground is that I demonstrate I know all the concepts in the interview and I can send a fully compilable version after the interview.

>>I'm 43 myself, it's not something I do for fun but I can certainly code up a DFS/BFS implementation or something similar in 40 minutes.

Do you think you can do or have you done this? There is a difference between the two.