A Common–Sense Guide to Data Structures and Algorithms, 2e
Autor Jay Wengrowen Limba Engleză Paperback – 20 aug 2020
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.
Preț: 217.83 lei
Preț vechi: 272.30 lei
-20% Nou
Puncte Express: 327
Preț estimativ în valută:
41.69€ • 43.30$ • 34.63£
41.69€ • 43.30$ • 34.63£
Carte disponibilă
Livrare economică 13-27 ianuarie 25
Livrare express 27 decembrie 24 - 02 ianuarie 25 pentru 46.36 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
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.