DEV Community

Cover image for Book Recommendation
saurabh kamble
saurabh kamble

Posted on

Book Recommendation

  • This book is one of the best book which helped me to understand huge importance of ALGORITHMS and this effect on the people who have made it.
  • Huge importance of DATA STRUCTURES and value of Space and Time Complexity to reduce computation processing power which is the most costly very HIGH.
  • Many Algorithm are discussed in this book but most importance which I found interesting where
  • Secretary Problem
  • Parking Problem
  • Scheduling and Sorting Problem
  • Memory Cacheing
  • Computers have compare very far in storing memory from Hard Disk to Solid State Drive But Still for computation purpose cost of this computation are very high hence many tech companies have bunch of Computer Scientist for algorithm performance enhancement.
  • One of the interesting Example which was about amazon, have taken the concept of CDN (Content Delivery Network) and used that logic into Amazon e-commerce Warehouse are shipped to specific areas where people are searching the most product.
  • Must Read : Programming Manger , Software engineer , Architect and Product Stake Holder

PS : It will surely boost your understanding and help to crack Big interviews.

Top comments (0)