Leanpub Header

Skip to main content

Filters

Category: "Algorithm"

Books

  1. C++ Programming Cookbook
    Proven solutions using C++ 20 across functions, file I/O, streams, memory management, STL, concurrency, type manipulation and error debugging
    GitforGits | Asian Publishing House

    Through a series of carefully curated recipes, "C++ Programming Cookbook" stands out as a clear, concise, and powerful technical resource for programmers who want to master C++'s intricacies. The book covers more advanced subjects like concurrency, memory management, file I/O operations, object-oriented design concepts and functional programming.

  2. Master graph algorithms and its all downhill from there. There is a good chance a graph problem will come up in your interview(s). When that happens you want to be prepared. This book is a one stop shop for everything graphs.

  3. Machine Learning with Rust
    A practical attempt to explore Rust and its libraries across popular machine learning techniques
    GitforGits | Asian Publishing House

    This book is meant to discover how the language Rust, which is known for being fast and safe, can work with the constantly changing field of machine learning, neural networks and deep learning. The datasets of COVID, CIFAR-10 and practical examples are meant to show how Rust's features can be used to solve problems that come up in machine learning.

  4. Principios fundamentales para entender cómo organizar y manipular datos de manera eficiente. Con un enfoque didáctico y accesible.

  5. Uno de los aspectos más importantes de la ciencia de la computación es la creación de nuevas estructuras de datos que sean apropiados para resolver problemas específicos del mundo real.