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
 


Coding All-In-One For Dummies

Author: Chris Minnick
Publisher: For Dummies
Pages: 912
ISBN: 978-1119889564
Print: 1119889561
Kindle: B0B5BBNW9L
Audience: People wanting to learn to code in JavaScript, Flutter and Python
Rating: 3.5
Reviewer: Kay Ewbank

This book is described as offering an ideal starting place for learning th [ ... ]



Python Crash Course, 3rd Ed (No Starch Press)

Author: Eric Matthes
Publisher: No Starch Press
Pages: 552
ISBN: 978-1718502703
Print: 1718502702
Kindle: B09WJX22TV
Audience: People wanting to learn Python
Level: Introductory/Intermediate
Audience: Not the complete beginner
Rating: 4
Reviewer: Alex Armstrong
To reach a third edition this [ ... ]


More Reviews