Build a Reasoning Model (From Scratch)
Sebastian Raschka
Description A deep dive into the architecture and implementation of AI models capable of logical deduction and multi-step reasoning. It explains how t...
Marcello La Rocca
Published
2021-06-21T10:01-04:00
Duration
24 hr 46 min
Description A guide to specialized data structures and algorithms designed to solve complex problems in search, optimization, and data processing. It bridges the gap between basic computer science theory and production-grade implementation. Key Topics: B-trees, Treaps, Bloom filters, Disjoint-set data structures, and algorithms for graph processing and multidimensional data. About the Technology: Efficient data handling at scale requires structures that go beyond basic arrays and hash maps, specifically for memory-constrained or high-throughput environments. About the Book: Focuses on the trade-offs between different data structures, providing pseudocode and implementation details for practical use. About the Reader: For software engineers and computer science students looking to deepen their understanding of algorithmic efficiency. About the Author: Marcello La Rocca is a research scientist and software engineer with a focus on optimization algorithms and large-scale systems.