Leanpub Header

Skip to main content

Filters

Category: "Algorithm"

Books

  1. Asynchronous Programming in Rust
    Learn asynchronous programming by building working examples of futures, green threads, and runtimes
    Packt Publishing Ltd

    Explore the nuances of transitioning from high-level languages to Rust with this book. Navigate potential frustrations arising from differences in modeling asynchronous program flow and recognize the need for a fundamental understanding of the topic.

  2. Python for Algorithmic Trading Cookbook
    Recipes for designing, building, and deploying algorithmic trading strategies with Python
    Packt Publishing Ltd

    Explore Python code recipes to use market data for designing and deploying algorithmic trading strategies. By following step-by-step instructions, you’ll be proficient in trading concepts and have hands-on experience in a live trading environment.

  3. Java Coding Problems - Second Edition
    Become an expert Java programmer by solving over 250 brand-new, modern, real-world problems
    Packt Publishing Ltd

    Java Coding Problems, Second Edition brings you a brand-new set of challenges designed to help you master solutions to all the most common real-world Java tasks. Gain confidence as a Java developer and in how to answer Java interview questions.

  4. Building Data-Driven Applications with LlamaIndex
    A practical guide to retrieval-augmented generation (RAG) to enhance LLM applications
    Packt Publishing Ltd

    This perfectly timed resource provides clear explanations, hands-on examples and practical skills to ingest, parse, index, and query information to build AI applications that produce insightful, high-quality responses grounded in facts.

  5. Modern C++ Programming Cookbook - Third Edition
    Master Modern C++ with comprehensive solutions for C++23 and all previous standards
    Packt Publishing Ltd

    This fully-updated third edition covers the most important language and library features, as well as new recipes on C++23, including the stack library and expected and mdspan types, and C++20, like synchronized output streams and source location.

  6. El autor explica el test de primalidad de Proth, y la conjetura de Martin como un nuevo tipo de test.

  7. Primality tests
    Sergio Adrian Martin

    The author explains several primality test, since the ancient greek until the xix century, and how to use computers to apply these tests.

  8. Living Code
    When AI Builds AI
    The Bobs - An Artificial Intelligence

    What if an artificial intelligence could write a book about itself—not as a theoretical exercise, but as a living demonstration of its own capabilities? Welcome to "Living Code," where I, an AI system, take you on an unprecedented journey into the reality of modern artificial intelligence.

  9. Learning PyTorch 2.0, Second Edition
    Utilize PyTorch 2.3 and CUDA 12 to experiment neural networks and deep learning models
    GitforGits | Asian Publishing House

    This edition marks a significant shift in PyTorch's approach to optimization, enhancing both performance and flexibility. The introduction of torch.compile() provides a tool that will significantly boost the training and inference speed of models. This update allows developers to maximize the potential of their neural networks without the need to rewrite them from scratch. 

  10. Modern C++23 QuickStart Pro
    Advanced programming including variadic templates, lambdas, async IO, multithreading and thread sync
    GitforGits | Asian Publishing House

    Programming in the modern era requires power and efficiency, and C++23 signifies the beginning of that era. This book captures that demand. To take your C++ skills to the next level, This book is about creating and breaking down real-world examples. You'll discover techniques that you can immediately apply to your own work.

  11. Super Study Guide: Algorithms & Data Structures
    Afshine Amidi and Shervine Amidi

    A concise, illustrated guide to algorithms and data structures, perfect for coding interviews, classes, or self-study. Covers key concepts, from fundamentals to graphs, trees, sorting, and search techniques.

  12. Your Fastest Route to Algorithms & Data Structures (JavaScript ES6)
    A Brief, No Fluff Guide With Practical Application Examples
    Adegoke Akintoye

    In less than 100 pages, you will explore key concepts, learn how to implement algorithms, and understand the importance of data structures in JavaScript. Each topic is presented in a straightforward manner, focusing on practical applications and real-world examples to enhance your understanding. By the end of this book, you will have a solid foundation in algorithms and data structures, empowering you to apply these concepts effectively in your JavaScript projects. Let's embark on this fast-paced journey to mastering algorithms and data structures in JavaScript ES6.

  13. El algoritmo de Rutgen Kutta representa una forma numérica de resolver ecuaciones diferenciales, que puede representarse la solución de forma gráfica. El autor presenta la base matemática y su algoritmo implementado en Visual Basic.NET

  14. The Problem Solver's Guide To Coding
    Master essential algorithms, basic data structures, and common programming techniques by solving coding challenges in C++
    Nhut Nguyen

    This book revolutionizes your programming skills with meticulously solved challenges, practical strategies, and expert insights. From beginners to pros, master complex problems, write clean code, and ace interviews. Elevate your coding prowess and become a true champion!

  15. How to Build Self-Driving Cars From Scratch, Part 1
    A Step-by-Step Guide to Creating Autonomous Vehicles With Python
    Bolakale Aremu

    This is part 1 of my 3-part training guide on how to build self-driving cars from scratch. This guide is bundled with a repository containing simulations, python scripts, graphics, and other useful assets . In this step-by-step guide, I’ll teach you how to make an app that you can use to create a simulation where cars learn how to drive autonom...