Full description not available
M**S
5 Stars Very Practical
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.
J**H
Torn
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.
M**E
¡Me gustó!
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.
A**.
Great Book!
This is a really good book! It is not a Java book and the code is a mix of Java/C++ and has some typos but these are the only cons.It has clear explanation of concepts and has lots of practical problems with full solutions!It helps a lot to become better in algorithms and data structures.I highly recommend it.
A**R
This book is a good compilation of algorithmic problems for technical interviews
This book is a good compilation of algorithmic problems for technical interviews. The chapters are well organized with related basic data structures and problems. The main thing is that there are multiple solutions provided in this book for each problem with different level of space and time complexities. This will help everybody to get insight of attacking difficult problem in the interviews. Some of the Java coding in the book have some typos. I hope the author will fix those in the next edition.
S**
Riddled with errors and very disappointing
After reading the great reviews on previous editions Data Structures and Algorithms Made Easy: Data Structure and Algorithmic Puzzles, I was eager to get the new edition of the book.The big disappointment came after going through a dozen pages and finding 4 errors in algorithm implementations. The explanations are not nearly as detailed and clear as some other reviews suggested, and the inaccuracies make one hesitant to trust the book.Bottom line-you have a better chance of finding a clear, complete and correct implementation of algorithms online. I would not recommend this book.
A**R
Bugs in the code but still a very useful book
It's a good book with great explanations and ideas but it's not without problems. It wasn't hard to identify a few problems with some algorithms. One of them fetches the next item in a collection twice inside the loop but only checked the value once. Another function was set to return void but in the code they're returning null. This isn't even legal. If you can see past the problems you can still gain a lot of knowledge from the material.
Trustpilot
Hace 1 día
Hace 4 días