|
|
|
|
|
by rdtsc
5558 days ago
|
|
I hate little programming puzzles that you have code by hand or little word problems, or trick questions that you have to think "out of the box". In many years of programming I don't remember having to write a binary search in C, by hand, in a text document, without being able to compile and test. Or having to dictate a Python program over the phone to someone. I certainly do not remember ever having to solve stuff like:"One train leaves Los Angeles at 15mph heading for New York. Another train leaves from New York at 20mph heading for Los Angeles on the same track. If a bird, flying at 25mph, leaves from Los Angeles at the same time as the train and flies back and forth between the two trains until they collide, how far will the bird have traveled?" NEVER. I had to implement & modify algorithms from scientific papers, I had to work with complicated lockless versions of data structures, but I probably couldn't write the binary tree search in C over the phone. If that's that Google uses to hire then I will never work at Google. EDIT: Alright, got a angry and used the 'fuck' a little too much. |
|
They did, however, ask a whole bunch of conceptual questions, but I don't think this is all that surprising.