Op werkdagen voor 23:00 besteld, morgen in huis Gratis verzending vanaf €20

A Common–Sense Guide to Data Structures and Algorithms

Level Up Your Core Programming Skills

Paperback Engels 2020 2e druk 9781680507225
Verkooppositie 2535Hoogste positie: 2535
Verwachte levertijd ongeveer 9 werkdagen

Samenvatting

If you thought that data structures and algorithms were all just theory, you're missing out on what they can do for your code. Learn to use Big O Notation to make your code run faster by orders of magnitude. Choose from data structures such as hash tables, trees, and graphs to increase your code's efficiency exponentially.

With simple language and clear diagrams, this book makes this complex topic accessible, no matter your background. 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.

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'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'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

Specificaties

ISBN13:9781680507225
Taal:Engels
Bindwijze:paperback
Aantal pagina's:481
Druk:2
Verschijningsdatum:1-9-2020
Hoofdrubriek:IT-management / ICT
ISSN:

Lezersrecensies

Wees de eerste die een lezersrecensie schrijft!

Inhoudsopgave

Preface

1. Why Data Structures Matter
2. Why Algorithms Matter
3. Oh Yes! Big O notation
4. Speeding up your code with big O
5. Optimizing code with and without big O
6. Optimizing for optimistic scenarios
7. Blazing fast lookup with Hash Tables
8. Crafting elegant code with Stacks and Queries
9. Recursively recurse with recursion
10. Recursive algorithms for Speed
11. Node-Based data structures
12. Speeding up all the things with binary trees
13. Connecting everything with Graphs
14. Dealing with space constraints

Index

Managementboek Top 100

Rubrieken

Populaire producten

    Personen

      Trefwoorden

        A Common–Sense Guide to Data Structures and Algorithms