|
|
|
|
|
by zedshaw
5046 days ago
|
|
Well to be honest, there's a lot of people with CS degrees that don't know the fundamentals of basic CS either. I know, it sounds crazy, but you'll frequently run into people who graduate from reasonably top notch schools and have never heard of simple things like ternary search trees or suffix arrays, or even state machines. In my experience I find that nearly all practicing programmers simply don't know a lot of important basics about building software or even how a computer works. |
|
Or much worse: have heard, can answer questions about them, and still can't code themselves out of a paper bag.