Articoli correlati a Grokking Data Structures

La Rocca, Marcello Grokking Data Structures ISBN 13: 9781633436992

Grokking Data Structures - Brossura

 
9781633436992: Grokking Data Structures

Sinossi

Don’t be perplexed by data structures! This fun, friendly, and fully illustrated guide makes it easy to learn useful data structures you’ll put to work every day.

Grokking Data Structures makes it a breeze to learn the most useful day-to-day data structures. You’ll follow a steady learning path from absolute basics to advanced concepts, all illustrated with fun examples, engaging industry stories, and hundreds of graphics and cartoons.

In Grokking Data Structures you’ll learn how to:

• Understand the most important and widely used data structures
• Identify use cases where data structures make the biggest difference
• Pick the best data structure solution for a coding challenge
• Understand the tradeoffs of data structures and avoid catastrophes
• Implement basic data collections like arrays, linked lists, stacks, and priority queues
• Use trees and binary search trees (BSTs) to organize data
• Use graphs to model relationships and learn about complex data
• Efficiently search by key using hash tables and hashing functions
• Reason about time and memory requirements of operations on data structures

Grokking Data Structures carefully guides you from the most basic data structures like arrays or linked lists all the way to powerful structures like graphs. It’s perfect for beginners, and you won’t need anything more than high school math to get started. Each data structure you encounter comes with its own complete Python implementation so you can start experimenting with what you learn right away.

Foreword by Daniel Zingaro.

Purchase of the print book includes a free eBook in PDF and ePub formats from Manning Publications.

About the technology

Data structures are vital for shaping and handling your data organization. They’re also an important part of most IT job interviews! Whether you’re new to data structures or just dusting off what you learned in school, this book will get you up to speed fast with no advanced math, abstract theory, or complicated proofs.

About the book

Grokking Data Structures introduces common and useful data structures that every developer needs to know. Real-world examples show you how data structures are used in practice, from making your searches faster to handling triage in an emergency room. You’ll love the fun cartoons, insightful stories, and useful Python code samples that make data structures come alive. And unlike jargon-laden academic texts, this book is easy-to-read and practical.

What's inside

• Fast searches using hash tables
• Trees and binary search trees (BSTs) to organize data
• Use graphs to model complex data
• The best data structures for a coding challenge

About the reader

For readers who know the basics of Python. A perfect companion to Grokking Algorithms!

About the author

Marcello La Rocca is a research scientist and a full-stack engineer. He has contributed to large-scale web applications and machine learning infrastructure at Twitter, Microsoft, and Apple.

The technical editor on this book was Beau Carnes.

Table of Contents

1 Introducing data structures: Why you should learn about data structures
2 Static arrays: Building your first data structure
3 Sorted arrays: Searching faster, at a price
4 Big-O notation: A framework for measuring algorithm efficiency
5 Dynamic arrays: Handling dynamically sized datasets
6 Linked lists: A flexible dynamic collection
7 Abstract data types: Designing the simplest container—the bag
8 Stacks: Piling up data before processing it
9 Queues: Keeping information in the same order as it arrives
10 Priority queues and heaps: Handling data according to its priority
11 Binary search trees: A balanced container
12 Dictionaries and hash tables: How to build and use associative arrays
13 Graphs: Learning how to model complex relationships in data

Le informazioni nella sezione "Riassunto" possono far riferimento a edizioni diverse di questo titolo.

Informazioni sull?autore

Marcello La Rocca is a research scientist and a full-stack engineer. His focus is on optimization algorithms, genetic algorithms, machine learning, and quantum computing.

Le informazioni nella sezione "Su questo libro" possono far riferimento a edizioni diverse di questo titolo.

Compra usato

Condizioni: molto buono
Used - Like New Book. Shipped from...
Visualizza questo articolo

EUR 1,20 per la spedizione da U.S.A. a Italia

Destinazione, tempi e costi

EUR 1,20 per la spedizione da U.S.A. a Italia

Destinazione, tempi e costi

Risultati della ricerca per Grokking Data Structures

Foto dell'editore

Marcello La Rocca
Editore: Pearson Education, 2024
ISBN 10: 1633436993 ISBN 13: 9781633436992
Antico o usato HRD

Da: PBShop.store US, Wood Dale, IL, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

HRD. Condizione: Used - Very Good. Used - Like New Book. Shipped from UK. Established seller since 2000. Codice articolo P1-9781633436992

Contatta il venditore

Compra usato

EUR 44,50
Convertire valuta
Spese di spedizione: EUR 1,20
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Marcello La Rocca
Editore: Pearson Education, 2024
ISBN 10: 1633436993 ISBN 13: 9781633436992
Nuovo HRD

Da: PBShop.store US, Wood Dale, IL, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

HRD. Condizione: New. New Book. Shipped from UK. Established seller since 2000. Codice articolo PB-9781633436992

Contatta il venditore

Compra nuovo

EUR 44,82
Convertire valuta
Spese di spedizione: EUR 1,20
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 11 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

Marcello Rocca
Editore: Manning Publications, US, 2024
ISBN 10: 1633436993 ISBN 13: 9781633436992
Nuovo Rilegato

Da: Rarewaves.com UK, London, Regno Unito

Valutazione del venditore 4 su 5 stelle 4 stelle, Maggiori informazioni sulle valutazioni dei venditori

Hardback. Condizione: New. Don't be perplexed by data structures! This fun, friendly, and fully illustrated guide makes it easy to learn useful data structures you'll put to work every day. Grokking Data Structures makes it a breeze to learn the most useful day-to-day data structures. You'll follow a steady learning path from absolute basics to advanced concepts, all illustrated with fun examples, engaging industry stories, and hundreds of graphics and cartoons. In  Grokking Data Structures you'll learn how to: Understand the most important and widely used data structuresIdentify use cases where data structures make the biggest differencePick the best data structure solution for a coding challengeUnderstand the tradeoffs of data structures and avoid catastrophesImplement basic data collections like arrays, linked lists, stacks, and priority queuesUse trees and binary search trees (BSTs) to organize dataUse graphs to model relationships and learn about complex dataEfficiently search by key using hash tables and hashing functionsReason about time and memory requirements of operations on data structures Grokking Data Structures carefully guides you from the most basic data structures like arrays or linked lists all the way to powerful structures like graphs. It's perfect for beginners, and you won't need anything more than high school math to get started. Each data structure you encounter comes with its own complete Python implementation so you can start experimenting with what you learn right away.   About the technology Data structures are vital for shaping and handling your data organization. They're also an important part of most IT job interviews! Whether you're new to data structures or just dusting off what you learned in school, this book will get you up to speed fast with no advanced math, abstract theory, or complicated proofs. Codice articolo LU-9781633436992

Contatta il venditore

Compra nuovo

EUR 48,32
Convertire valuta
Spese di spedizione: EUR 2,32
Da: Regno Unito a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Marcello La Rocca
Editore: Pearson Education, 2024
ISBN 10: 1633436993 ISBN 13: 9781633436992
Antico o usato HRD

Da: PBShop.store UK, Fairford, GLOS, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

HRD. Condizione: Used - Very Good. Used - Like New Book. Shipped from UK. Established seller since 2000. Codice articolo P1-9781633436992

Contatta il venditore

Compra usato

EUR 45,77
Convertire valuta
Spese di spedizione: EUR 6,10
Da: Regno Unito a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Marcello La Rocca
Editore: Pearson Education, 2024
ISBN 10: 1633436993 ISBN 13: 9781633436992
Nuovo HRD

Da: PBShop.store UK, Fairford, GLOS, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

HRD. Condizione: New. New Book. Shipped from UK. Established seller since 2000. Codice articolo PB-9781633436992

Contatta il venditore

Compra nuovo

EUR 45,77
Convertire valuta
Spese di spedizione: EUR 6,10
Da: Regno Unito a: Italia
Destinazione, tempi e costi

Quantità: 11 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

Marcello Rocca
Editore: Manning Publications, US, 2024
ISBN 10: 1633436993 ISBN 13: 9781633436992
Nuovo Rilegato

Da: Rarewaves USA, OSWEGO, IL, U.S.A.

Valutazione del venditore 4 su 5 stelle 4 stelle, Maggiori informazioni sulle valutazioni dei venditori

Hardback. Condizione: New. Don't be perplexed by data structures! This fun, friendly, and fully illustrated guide makes it easy to learn useful data structures you'll put to work every day. Grokking Data Structures makes it a breeze to learn the most useful day-to-day data structures. You'll follow a steady learning path from absolute basics to advanced concepts, all illustrated with fun examples, engaging industry stories, and hundreds of graphics and cartoons. In  Grokking Data Structures you'll learn how to: Understand the most important and widely used data structuresIdentify use cases where data structures make the biggest differencePick the best data structure solution for a coding challengeUnderstand the tradeoffs of data structures and avoid catastrophesImplement basic data collections like arrays, linked lists, stacks, and priority queuesUse trees and binary search trees (BSTs) to organize dataUse graphs to model relationships and learn about complex dataEfficiently search by key using hash tables and hashing functionsReason about time and memory requirements of operations on data structures Grokking Data Structures carefully guides you from the most basic data structures like arrays or linked lists all the way to powerful structures like graphs. It's perfect for beginners, and you won't need anything more than high school math to get started. Each data structure you encounter comes with its own complete Python implementation so you can start experimenting with what you learn right away.   About the technology Data structures are vital for shaping and handling your data organization. They're also an important part of most IT job interviews! Whether you're new to data structures or just dusting off what you learned in school, this book will get you up to speed fast with no advanced math, abstract theory, or complicated proofs. Codice articolo LU-9781633436992

Contatta il venditore

Compra nuovo

EUR 49,99
Convertire valuta
Spese di spedizione: EUR 3,41
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 10 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

La Rocca, Marcello; Zingaro, Daniel (FRW)
Editore: Manning, 2024
ISBN 10: 1633436993 ISBN 13: 9781633436992
Nuovo Brossura

Da: GreatBookPrices, Columbia, MD, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: New. Codice articolo 47750798-n

Contatta il venditore

Compra nuovo

EUR 36,62
Convertire valuta
Spese di spedizione: EUR 17,05
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 18 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

La Rocca, Marcello; Zingaro, Daniel (FRW)
Editore: Manning, 2024
ISBN 10: 1633436993 ISBN 13: 9781633436992
Antico o usato Brossura

Da: GreatBookPrices, Columbia, MD, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: As New. Unread book in perfect condition. Codice articolo 47750798

Contatta il venditore

Compra usato

EUR 36,99
Convertire valuta
Spese di spedizione: EUR 17,05
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 18 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

Marcello Rocca
Editore: Manning Publications, US, 2024
ISBN 10: 1633436993 ISBN 13: 9781633436992
Nuovo Rilegato

Da: Rarewaves USA United, OSWEGO, IL, U.S.A.

Valutazione del venditore 4 su 5 stelle 4 stelle, Maggiori informazioni sulle valutazioni dei venditori

Hardback. Condizione: New. Don't be perplexed by data structures! This fun, friendly, and fully illustrated guide makes it easy to learn useful data structures you'll put to work every day. Grokking Data Structures makes it a breeze to learn the most useful day-to-day data structures. You'll follow a steady learning path from absolute basics to advanced concepts, all illustrated with fun examples, engaging industry stories, and hundreds of graphics and cartoons. In  Grokking Data Structures you'll learn how to: Understand the most important and widely used data structuresIdentify use cases where data structures make the biggest differencePick the best data structure solution for a coding challengeUnderstand the tradeoffs of data structures and avoid catastrophesImplement basic data collections like arrays, linked lists, stacks, and priority queuesUse trees and binary search trees (BSTs) to organize dataUse graphs to model relationships and learn about complex dataEfficiently search by key using hash tables and hashing functionsReason about time and memory requirements of operations on data structures Grokking Data Structures carefully guides you from the most basic data structures like arrays or linked lists all the way to powerful structures like graphs. It's perfect for beginners, and you won't need anything more than high school math to get started. Each data structure you encounter comes with its own complete Python implementation so you can start experimenting with what you learn right away.   About the technology Data structures are vital for shaping and handling your data organization. They're also an important part of most IT job interviews! Whether you're new to data structures or just dusting off what you learned in school, this book will get you up to speed fast with no advanced math, abstract theory, or complicated proofs. Codice articolo LU-9781633436992

Contatta il venditore

Compra nuovo

EUR 51,73
Convertire valuta
Spese di spedizione: EUR 3,41
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 10 disponibili

Aggiungi al carrello

Foto dell'editore

Marcello La Rocca
Editore: Manning Publications, 2024
ISBN 10: 1633436993 ISBN 13: 9781633436992
Nuovo Paperback / softback

Da: THE SAINT BOOKSTORE, Southport, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback / softback. Condizione: New. New copy - Usually dispatched within 2 working days. 540. Codice articolo B9781633436992

Contatta il venditore

Compra nuovo

EUR 45,76
Convertire valuta
Spese di spedizione: EUR 10,21
Da: Regno Unito a: Italia
Destinazione, tempi e costi

Quantità: 3 disponibili

Aggiungi al carrello

Vedi altre 15 copie di questo libro

Vedi tutti i risultati per questo libro