A Common-Sense Guide To Data Structures And Algorithms (O'Reilly)
Monday, 16 October 2017

Mastering algorithms and data structures enables you to write code that runs faster and more efficiently. Author Jay Wengrow takes a practical approach with techniques and real-world scenarios that you can use in your daily production code, and brings to this book the key teaching practices he developed as a web development bootcamp founder and educator

<ASIN:1680502441>

Graphics and examples are used to ensure the concepts are understandable and relevant, with examples in the book in JavaScript, Python, and Ruby.

Author: Jay Wengrow
Publisher: O'Reilly
Date: August 2017
Pages: 220
ISBN: 978-1680502442
Print: 1680502441
Kindle: B075FZ9P7N
Audience: Developers who want to learn about computer science
Level: intermediate
Category: Theory & Techniques 

 

 

  • Use Big O notation, the primary tool for evaluating algorithms, to measure the efficiency of your code.
  • Find out how your choice of arrays, linked lists, and hash tables can dramatically affect the code you write.
  • Use recursion to solve tricky problems and create algorithms that run exponentially faster than the alternatives.
  • Dig into advanced data structures such as binary trees and graphs to help scale specialized applications such as social networks and mapping software.

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Banner
 


Python Distilled (Addison-Wesley)

Author: David Beazley
Publisher: Addison-Wesley
Date: September 2021
Pages: 352
ISBN: 978-0134173276
Print: 0134173279
Rating: 4
Reviewer: Alex Armstrong
Python isn't a big language but it's getting bigger all the time.



Code: The Hidden Language of Computer Hardware and Software 2nd Ed

Top Book 2023
Author: Charles Petzold
Publisher: Microsoft Press
Date: August 2022
Pages: 480
ISBN: 978-0137909100
Print: 0137909101
Kindle: B0B123P5GV
Audience: General
Rating: 5
Reviewer: Mike James
Code! We all need to know about it.


More Reviews