I am looking for any good websites which teach algorithms in preparation for job interviews?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Programming Interviews Exposed is a good crash course, it will have a lot of the general questions that you must know. It’s a good start, especially if you have little time. This probably won’t get you all the way there, though, for a tough interview. To really do well, you need to have a good understanding of the fundamental algorithms. The Algorithm Design manual is a good mix between practice and theory, and is a bit quicker/more accessible than the classic Intro to Algorithms
Links to the books:
http://www.amazon.com/Programming-Interviews-Exposed-Secrets-Landing/dp/0471383562
http://www.amazon.com/Algorithm-Design-Manual-Steven-Skiena/dp/1849967202/ref=sr_1_1?s=books&ie=UTF8&qid=1305239723&sr=1-1
http://www.amazon.com/s/ref=nb_sb_ss_i_0_33?url=search-alias%3Dstripbooks&field-keywords=cormen+introduction+to+algorithms&sprefix=cormen+introduction+to+algorithms
I pretty strongly disagree with using TAOCP. If you’re looking for a well-written , rigorous and comprehensive resource, this is the book, but for this, I think it’s something that would only yield benefits after a lot of time.