Data Structures and Algorithms for (C/C++, Second Edition):Programming puzzles for interviews, exams, and campus work, and more.
Video Link: youtube.com/watch?v=l_GRquIrVygPeeling Data Structures and Algorithms for (C/C++, Second Edition):Programming puzzles for interviewsCampus PreparationDegree/Masters Course PreparationInstructor'sBig job hunters: Microsoft, Google, Apple, Amazon, Yahoo, Flip Kart, Adobe, IBM Labs, Citrix, Mentor Graphics, NetApp, Oracle, Face book, McAfee and many moreReference Manual for working people What is unique? Our main objective isn't to propose theorems and proofs about DS and Algorithms. Wetook the direct route andsolved problemsofvarying complexities. That is, each problem corresponds to multiple solutions withdifferent complexities. In other words, we enumerated possible solutions. With this approach, evenwhen anew question arises,weoffer a choice ofdifferent solution strategies based onyour priorities.Topics Covered:IntroductionRecursion and BacktrackingLinked ListsStacksQueuesTreesPriority Queue and HeapsDisjoint Sets ADTGraph AlgorithmsSorting Searching Selection Algorithms [Medians] Symbol Tables Hashing String Algorithms Algorithms Design Techniques Greedy Algorithms Divide and Conquer Algorithms Dynamic Programming Complexity Classes Miscellaneous Concepts Target Audience? These books prepare readers for interviews, exams, and campus work. Language? All code was written in C/C++. If you are using Java, please search for "Data Structures and Algorithms Made Easy in Java" (ISBN: 978-1468101270). Also, check out sample chapters and theblog at: CareerMonk.com