Data Structures and Algorithms Made Easy in Java: Data Structure and Algorithmic Puzzles
- Delivered today (order Mon-Fri before 12:00, delivery between 17:00 and 22:00)
- Including shipping costs, sent by Basket
- Pick up at a Basket collection point is possible
- 30 days to change your mind and free returns
- Day and night customer service
Description
₹449.00
Price: [price_with_discount]
(as of [price_update_date] – Details)
[ad_1]
A handy guide of sorts for any computer science professional, Data Structures And Algorithms Made Easy in Java: Data Structure And Algorithmic Puzzles is a solution bank for various complex problems related to data structures and algorithms. It can be used as a reference manual by those readers in the computer science industry.
The book has around 21 chapters and covers Recursion and Backtracking, Linked Lists, Stacks, Queues,Trees, Priority Queue and Heaps, Disjoint Sets ADT, Graph Algorithms, Sorting, Searching, Selection Algorithms [Medians], Symbol Tables, Hashing, String Algorithms, Algorithms Design Techniques, Greedy Algorithms, Divide and Conquer Algorithms, Dynamic Programming, Complexity Classes, and other Miscellaneous Concepts.
Data Structures And Algorithms Made Easy in Java: Data Structure And Algorithmic Puzzles by Narasimha Karumanchi was published in 2011, and it is coded in Java language. This book serves as guide to prepare for interviews, exams, and campus work. It is also available in C/C++. In short, this book offers solutions to various complex data structures and algorithmic problems.
What is unique?
Our main objective isn’t to propose theorems and proofs about DS and Algorithms. We took the direct route and solved problems of varying complexities. That is, each problem corresponds to multiple solutions with different complexities. In other words, we enumerated possible solutions. With this approach, even when a new question arises, we offer a choice of different solution strategies based on your priorities.
Topics Covered: IntroductionRecursion and BacktrackingLinked ListsStacksQueuesTreesPriority Queue and HeapsDisjoint Sets ADTGraph AlgorithmsSortingSearchingSelection Algorithms [Medians]Symbol TablesHashingString AlgorithmsAlgorithms Design TechniquesGreedy AlgorithmsDivide and Conquer AlgorithmsDynamic ProgrammingComplexity ClassesMiscellaneous ConceptsAlso, check out sample chapters and the blog at: CareerMonk.com
ASIN : B08CMLS7LZ
Publisher : CareerMonk Publications (8 July 2020)
Language : English
File size : 19084 KB
Simultaneous device usage : Unlimited
Text-to-Speech : Not enabled
Enhanced typesetting : Not Enabled
X-Ray : Not Enabled
Word Wise : Not Enabled
Print length : 450 pages
Format : Print Replica
Customers say
Customers find the book has good explanations on every topic and is awesome for freshers. They also say it’s easy to understand and helpful for interviews. However, some customers report errors and poor quality of the print and text.
AI-generated from the text of customer reviews
Reviewer: Meenu
Rating: 5.0 out of 5 stars
Title: awesome book
Review: good…it covers all the topics in an understandable way…must buy
Reviewer: Harshitha
Rating: 4.0 out of 5 stars
Title: Good one….
Review: Â
Reviewer: Very informative book.
Rating: 5.0 out of 5 stars
Title: Good book
Review: Every topic is very detailed in it.
Reviewer: Amit Kumar Singh
Rating: 5.0 out of 5 stars
Title: Really helpful book for those who are starting DSA in Java
Review: This book starts from scratch and is very helpful in learning DSA using Java.Highly recommend.
Reviewer: Abhishek Singh
Rating: 5.0 out of 5 stars
Title: Best
Review: Book was in good condition. Worth every penny. Thank you Amazon
Reviewer: Yatik
Rating: 3.0 out of 5 stars
Title: Good content but bad quality
Review: Book’s content is good but fonts are too small and page quality is also very bad.
Reviewer: Kumar Abhinav
Rating: 4.0 out of 5 stars
Title: Must buy
Review: really loved the product..ð¥ð¥ð¥
Reviewer: Good Product
Rating: 5.0 out of 5 stars
Title: Great product
Review: Sure recommend this book great content
Reviewer: Madeleine
Rating: 5.0 out of 5 stars
Title:
Review: The book itself is very good, it is quite dense, it has many examples that help to understand the theory.En estos tiempos hay muchos libros en el mercado y es dificil poder elegir uno perfecto en todos los sentidos. I hope this book help me in my new adventure!One thing that I would really like before buying a book is to be able to read the table of contents and you can hardly ever see it before… so in my reviews I always try to leave photos of the table of contents of books I bought for other future buyers.It came with a slightly wrinkled cover, but I imagine it has to do with transportation.
Reviewer: J
Rating: 5.0 out of 5 stars
Title:
Review: well laid out
Reviewer: Maurizio Merli
Rating: 3.0 out of 5 stars
Title:
Review: Good book but there are too many printing errors.Also the Java coding examples often cannot be compiled. They have variable name errors or they are inaccurate.All this despite being a second edition.It would be 5 stars, but only after a serious review.
Reviewer: JMH
Rating: 4.0 out of 5 stars
Title:
Review: I’m torn about my review of this book. I read the book cover to cover over the past few weeks. I also interviewed with both Amazon and Microsoft last week.The pro: I WAS asked questions at both Amazon and Microsoft that are presented in this book. Because of my reading, I knew where to go with the solutions. I was also able to use things I learned in this book to find solutions to questions I was asked that aren’t directly discussed in the book.The con: There are SO many formatting/content issues in the book. I would venture to guess that there are 5 – 10 typos/grammar mistakes per page in the book, some so severe that they change the intended meaning of the sentence/example. Additionally, there are at least a few places in the book that the code simply doesn’t run due to errors in the code itself. It seems to me that the book would do well to have a native English speaking person proofread it, as well as someone to double check the code samples.I would have absolutely given this book five stars had it not been for the errors. Normally an error or two wouldn’t bother me that much, but there are so many of them here that they’re extremely difficult to overlook. However, at the end of the day, the content in this book DID help me be prepared for the interviews. So, if you’re preparing for an interview and don’t mind working through the errors, this is an excellent resource.
Reviewer: Marcos
Rating: 5.0 out of 5 stars
Title:
Review: I’m really enjoying this book. My skills on algorithms were a little bit rusty since I’m graduated for some time (around 17 years ago).The point is that nowadays you have all of these data structures already built-in inside wherever language you pick (Java, C#, Python…), so this makes you become somehow “lazy” and this is not good after all … mainly when a complex project arrives on your desk or when you want to join a cool open source project that has several sorts of data structures inside, like the Linux Kernel, without this knowledge you can’t basically get in a project of such magnitude.I’ll gave 05 stars for this book due to the following:1. The book is very objective and you don’t need to read tons of pages before a practical example.2. The author explains visually every algorithm what really helps because I’m very used to think “visually”.3. The book has a lot of exercises so once you grasp the concepts you’ll be faced with exercises and detailed explanations.4. The book arms you with knowledge to pick the best data structure, even when your language/library already gives you one.5. The author maintains a nice website with videos explaining the concepts of the book.6. Comparing to other data structures books this one is the most practical in my opinion.
4.5
[ad_2]












Reviews
There are no reviews yet.