c***z 发帖数: 6348 | 1 I am feeling bad about the interview today.
I prepared for hard questions, but the questions I got were simple:
1. Word count in a string.
2. Design a parking pool.
I got the first one in 2 minutes just like everyone else. But in the program
I forgot the exception case: what if the string is NULL? Also, my loop has
an overflow since I had the iterator run to n+1...
God, I never made such mistakes while programming!
The second one I give ticket, space and pool classes and described the
methods an | c*****o 发帖数: 178 | | l******t 发帖数: 12659 | 3 thanks for share!
blessings! | M******g 发帖数: 1179 | 4 bless !
program
has
was
【在 c***z 的大作中提到】 : I am feeling bad about the interview today. : I prepared for hard questions, but the questions I got were simple: : 1. Word count in a string. : 2. Design a parking pool. : I got the first one in 2 minutes just like everyone else. But in the program : I forgot the exception case: what if the string is NULL? Also, my loop has : an overflow since I had the iterator run to n+1... : God, I never made such mistakes while programming! : The second one I give ticket, space and pool classes and described the : methods an
| c***z 发帖数: 6348 | 5 Thanks! I think I should move on now... |
|