Programming Interview Fundamentals

Posted on

Notes for reviewing computer science and programming interview fundamentals. Helpful for last minute pre-interview studying! Problem Approach ESTCV (Examples, Solutions/Approach, Test Cases, Code, Verify) Time Complexity If a problem is halved each time, likely O(log(n)). If algorithm is in the form of “Do this then when done do that”, then you add the runtimes. (Two […]

Read More