I'm fully aware that computer science is not the same as programming or software development. But if you have a computer science degree and cannot tell me the big-O performance of a double loop to intersect two lists, we have a problem. If you cannot come up with ideas to perform the same operation more efficiently, we have a bigger problem.
Every computer science curriculum that I've seen has a Data Structures and Algorithms course in the core curriculum. I honestly cannot think of an easier algorithm efficiency question I could ask. If you can't handle that question, you shouldn't pass that course. But I'd say that at least half of the computer science graduates that I interview can't come up with a reasonable answer to that question.
(Open ended questions are even worse. "What is a class?" Guaranteed disaster.)
Sure, they may have been learning lots of other things in their classes. But to my eyes giving people with holes like this CS degrees is equivalent to graduating math majors who are unable to solve a basic related rates question.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.