|
|
|
|
|
by softawre
3768 days ago
|
|
Agreed. I have a spot open now and have done ~10 interviews in the past couple months. We do something much easier - "write a function to return whether a string has a balanced number of parenthesis". Essentially a number, +1 for (, -1 for ), return false if <0, return true if 0 at end of loop. 20% of our applicants pass this, and they all go through a phone screen first.. |
|