Need Help for preparation




Comment hidden because of low score. Click to expand.
1
of 1 vote

There are a lot of resources available. I am going to list a few of my favorites to learn data structures and algorithms.

1. Introduction to Algorithms by Cormen. It is really the best book written to boost your knowledge of data structures. You really don't have to go through every single data structure, otherwise it might take a lot of time. Just make sure you cover the important ones like hash map, heaps, graphs algorithms, MST, Link Lists, Binary Tree and sorting algorithms. It would be also good to go through some advanced data structures like Fibonnaci heap, Balanced Trees, B+ trees and be familiar with their complexities.

some of other data structures that are not really covered comprehensively in Cormen that I think are very useful: Trie and Bloom Filter. You should be able to find them on web quite easily.

2. Coursera: I personally like the course from Stanford University. It is titled Algorithms: Design and Analysis, Part 1 and Part 2. I think it will boost your confidence.

Make sure that you implement these data structures on your own computer in a language you are most familiar with. Hope this helps and good luck with your prep.

- animageofmine April 09, 2015 | Flag Reply
Comment hidden because of low score. Click to expand.
1
of 1 vote

Thanks Bro. It helps me a lot ..!!!

I will try my best to follow your suggestion.

- saikat1239 April 09, 2015 | Flag




Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More