|
|
|
|
|
by bradleyjg
2507 days ago
|
|
This is an ever green topic that we aren't going to solve here, but for what is worth my take is that if you find someone that's self taught that nonetheless knows the asymptotic behavior of the common data structures and can fizzbuzz that's likely to be a better hire than a fresh CS degree applicant. Because you are less likely to get someone that "wants to work on interesting problems" or try to write a new project in Idris on the sly. But that said if you open the door to non-traditional applicants you are going to find yourself with a higher proportion that don't know O(1) from busy beaver and/or can't declare a variable in their supposed language of choice. |
|
Turns out modulo is not a well known operation.