Cantitate/Preț
Produs

A Common–Sense Guide to Data Structures and Algorithms, 2e

Autor Jay Wengrow
en Paperback – 21 aug 2020
Algorithms and data structures are much more than abstract concepts. Mastering them enables you to write code that runs faster and more efficiently, which is particularly important for today (TM)s web and mobile apps. Take a practical approach to data structures and algorithms, with techniques and real-world scenarios that you can use in your daily production code, with examples in JavaScript, Python, and Ruby. This new and revised second edition features new chapters on recursion, dynamic programming, and using Big O in your daily work.
Use Big O notation to measure and articulate the efficiency of your code, and modify your algorithm to make it faster. 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. You (TM)ll even encounter a single keyword that can give your code a turbo boost. Practice your new skills with exercises in every chapter, along with detailed solutions.
Use these techniques today to make your code faster and more scalable.
Citește tot Restrânge

Preț: 24088 lei

Puncte Express: 361

Preț estimativ în valută:
4615 4999$ 3958£

Carte disponibilă

Livrare economică 19 aprilie-03 mai
Livrare express 04-10 aprilie pentru 5072 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781680507225
ISBN-10: 1680507222
Pagini: 250
Dimensiuni: 193 x 230 x 27 mm
Greutate: 0.86 kg
Editura: O'Reilly

Descriere

This new edition features practice exercises in every chapter, and new chapters on topics such as dynamic programming and heaps and tries. Get the hands-on info you need to master data structures and algorithms for your day-to-day work.