Jump to ratings and reviews
Rate this book

Advanced Algorithms and Data Structures

Rate this book
Advanced Algorithms and Data Structures introduces a collection of algorithms for complex programming challenges in data analysis, machine learning, and graph computing.

Summary
As a software engineer, you’ll encounter countless programming challenges that initially seem confusing, difficult, or even impossible. Don’t despair! Many of these “new” problems already have well-established solutions. Advanced Algorithms and Data Structures teaches you powerful approaches to a wide range of tricky coding challenges that you can adapt and apply to your own applications. Providing a balanced blend of classic, advanced, and new algorithms, this practical guide upgrades your programming toolbox with new perspectives and hands-on techniques.

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

About the technology
Can you improve the speed and efficiency of your applications without investing in new hardware? Well, yes, you can: Innovations in algorithms and data structures have led to huge advances in application performance. Pick up this book to discover a collection of advanced algorithms that will make you a more effective developer.

About the book
Advanced Algorithms and Data Structures introduces a collection of algorithms for complex programming challenges in data analysis, machine learning, and graph computing. You’ll discover cutting-edge approaches to a variety of tricky scenarios. You’ll even learn to design your own data structures for projects that require a custom solution.

What's inside
    Build on basic data structures you already know
    Profile your algorithms to speed up application
    Store and query strings efficiently
    Distribute clustering algorithms with MapReduce
    Solve logistics problems using graphs and optimization algorithms

About the reader
For intermediate programmers.

About the author
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.

Table of Contents

1 Introducing data structures
PART 1 IMPROVING OVER BASIC DATA STRUCTURES
2 Improving priority queues: d-way heaps
3 Treaps: Using randomization to balance binary search trees
4 Bloom filters: Reducing the memory for tracking content
5 Disjoint sets: Sub-linear time processing
6 Trie, radix trie: Efficient string search
7 Use case: LRU cache
PART 2 MULTIDEMENSIONAL QUERIES
8 Nearest neighbors search
9 K-d trees: Multidimensional data indexing
10 Similarity Search Trees: Approximate nearest neighbors search for image retrieval
11 Applications of nearest neighbor search
12 Clustering
13 Parallel clustering: MapReduce and canopy clustering
PART 3 PLANAR GRAPHS AND MINIMUM CROSSING NUMBER
14 An introduction to graphs: Finding paths of minimum distance
15 Graph embeddings and planarity: Drawing graphs with minimal edge intersections
16 Gradient descent: Optimization problems (not just) on graphs
17 Simulated annealing: Optimization beyond local minima
18 Genetic algorithms: Biologically inspired, fast-converging optimization

767 pages, Kindle Edition

First published July 19, 2019

39 people are currently reading
382 people want to read

About the author

Marcello La Rocca

4 books5 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
25 (60%)
4 stars
11 (26%)
3 stars
4 (9%)
2 stars
1 (2%)
1 star
0 (0%)
Displaying 1 - 8 of 8 reviews
Profile Image for Francesco Cavallaro.
1 review
February 17, 2020
Well structured, clear, compelling book!
You can read the solution for the specific problem you are looking for, but it would be really interesting have the solutions to all problems presented in the book, for the style and the logic that there is behind.
1 review
February 1, 2020
Was lucky to have met Marcello in person and found the book to be structured with the same level of attention to topics as he is approaching real life situations from a dev perspective.
1 review
January 18, 2020
I've read a couples of chapters, I think it's the best book for the topic.
Profile Image for Sergio Sierra.
35 reviews1 follower
April 3, 2022
I listened to the Audible version and it's great, easy to follow if you have previous data structures knowledge.

Profile Image for Howard.
287 reviews6 followers
November 1, 2021
Very valuable update on many popular algorithms used today in both Big Data and Artificial Intelligence. Some stuff I knew about, but most I didn't, so its a nice overview for me. If you do Python or R, even at the hobbyist level - this book may help close some of the gaps in the algo's that are used in those environments. I'm a big fan of audio delivery of this technical content! I suggest you have at least am e-book version to read along with, as many formulas are not spoken in the audio version. I don't consider that bad either, because if they read those formulas, it could suck the life out of the audiobook. Well done audio-textbook on Manning's part (I bought the ebook directly from Manning at half the Kindle price)
1 review
Read
May 27, 2024
it is very useful good for me
Displaying 1 - 8 of 8 reviews

Can't find what you're looking for?

Get help and learn more about the design.