Data Structures and Algorithms Made Easy (C/C++)

Views:
 
     
 

Presentation Description

Success key book for: Programming puzzles for interviews Campus Preparation Degree/Masters Course Preparation Instructor's Big job hunters: Microsoft, Google, Apple, Amazon, Yahoo, Flip Kart, Adobe, IBM Labs, Citrix, Mentor Graphics, NetApp, Oracle, Webaroo, De-Shaw, Success Factors, Face book, McAfee and many more Reference Manual for working people What is unique? Main objective is not to give you the theorems and proofs about DS and Algorithms. I have followed a pattern of improving the problem solutions with different complexities (for each problem, you observe multiple solutions with different improved complexities). Basically, its an enumeration of possible solutions. With this approach, even if we get a new question it gives us a way to think about all possible solutions. Target Audience? These books are very much useful for interview preparation, exam preparation, campus preparations. Language? All code was written in C. I am planning to release the same in Java and as of now there is no time bound for this :) All the above details can also be seen at: CareerMonk.com

Comments

Presentation Transcript

 : 

Main objective is not to give theorems and proofs about and . Followed a pattern of improving the problem solutions with different complexities (for each problem, observe multiple solutions with different complexities). Enumeration of possible solutions. With this approach, even if we get a new question it gives us a way to about all possible solutions..

 : 

All code was written in . It won’t be difficult for (or any other language) readers as the solutions were not language specific.

 : 

Each chapter with required theory and all its related problems in . Give one complete reading for better understanding and to know about different techniques. For every new question try to the techniques from previous chapters to solve it. Observe solutions for same problem and analyze . For new questions please follow our facebook /twitter/blogs.