Tagged Questions
2
votes
2answers
804 views
Best resources to really understand run-time complexity
I'm familiar with the basics of run-time analysis such as what makes certain types of code O(n) and O(n^2). But I'm having real trouble learning, understanding, and really remembering how to analyze ...
4
votes
7answers
280 views
Doing practice jobsearch/technical interviews? [duplicate]
Possible Duplicate:
How can I really “wow” an employer at an interview?
I graduated college last year & I've never gone through the interview process - my current ...
21
votes
12answers
4k views
Do I need to understand algorithms and data structures to be called a programmer? [closed]
It has been six years since I have been coding. Coding into all kinds of things like ActionScript, JavaScript, Java, PHP, Ajax, XML HTML, ASP, etc. I have used arrays, maps, linked lists, sets, etc ...