A Common-Sense Guide to Data Structures and Algorithms, Second Edition
Autor Jay Wengrowen Limba Engleză Paperback – 15 sep 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ț: 271.59 lei
Preț vechi: 339.49 lei
-20% Nou
Puncte Express: 407
Preț estimativ în valută:
48.06€ • 56.35$ • 42.21£
48.06€ • 56.35$ • 42.21£
Carte disponibilă
Livrare economică 20 ianuarie-03 februarie 26
Livrare express 06-10 ianuarie 26 pentru 45.45 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781680507225
ISBN-10: 1680507222
Pagini: 508
Dimensiuni: 189 x 236 x 28 mm
Greutate: 0.87 kg
Ediția:2nd edition
Editura: Pragmatic Programmers
ISBN-10: 1680507222
Pagini: 508
Dimensiuni: 189 x 236 x 28 mm
Greutate: 0.87 kg
Ediția:2nd edition
Editura: Pragmatic Programmers
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.