Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Guide to competitive programming, Laaksonen, Antti


Варианты приобретения
Цена: 53850.00T
Кол-во:
 о цене
Наличие: Отсутствует. Возможна поставка под заказ.

При оформлении заказа до: 2025-08-04
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Laaksonen, Antti
Название:  Guide to competitive programming
ISBN: 9783031617935
Издательство: Springer
Издательство: Springer international publishing ag
Классификация:


ISBN-10: 3031617932
Обложка/Формат: Paperback
Страницы: 349
Вес: 0.70 кг.
Дата издания: 08.08.2024
Серия: Undergraduate topics in computer science
Издание: Third edition 2024
Иллюстрации: 65 illustrations, color; 222 illustrations, black and white; xviii, 349 p. 287 illus., 65 illus. in color.
Размер: 155 x 236 x 19
Подзаголовок: Learning and improving algorithms through contests
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Англии

      Старое издание
Guide to Competitive Programming: Learning and Improving Algorithms Through Contests, 2 ed.

Автор: Laaksonen Antti
Название: Guide to Competitive Programming: Learning and Improving Algorithms Through Contests, 2 ed.
ISBN: 3030393569 ISBN-13(EAN): 9783030393564
Издательство: Springer
Цена: 41920 T
Наличие на складе: Нет в наличии.
Описание:

Introduction

Programming Techniques

Efficiency

Sorting and Searching

Data Structures

Dynamic Programming

Graph Algorithms

Algorithm Design Topics

Range Queries

Tree Algorithms

Mathematics

Advanced Graph Algorithms

Geometry

String Algorithms

Additional Topics

Appendix A: Mathematical Background



Programming in Haskell

Автор: Hutton
Название: Programming in Haskell
ISBN: 1316626229 ISBN-13(EAN): 9781316626221
Издательство: Cambridge Academ
Рейтинг:
Цена: 49270.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This edition has been extensively updated and expanded, with new chapters covering recent and more advanced features of Haskell, new examples and exercises, and freely downloadable lecture slides and example code. All concepts are explained from first principles and no programming experience is required, making it accessible to a broad range of readers.

Real-Time C++: Efficient Object-Oriented and Template Microcontroller Programming

Автор: Kormanyos Christopher
Название: Real-Time C++: Efficient Object-Oriented and Template Microcontroller Programming
ISBN: 366262995X ISBN-13(EAN): 9783662629956
Издательство: Springer
Цена: 69870.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: With this book, Christopher Kormanyos delivers a highly practical guide to programming real-time embedded microcontroller systems in C++.

Programming: Principles and Practice Using C++

Автор: Stroustrup Bjarne
Название: Programming: Principles and Practice Using C++
ISBN: 0321992784 ISBN-13(EAN): 9780321992789
Издательство: Pearson Education
Рейтинг:
Цена: 73250.00 T
Наличие на складе: Поставка под заказ.
Описание: An Introduction to Programming by the Inventor of C++

Preparation for Programming in the Real World

The book assumes that you aim eventually to write non-trivial programs, whether for work in software development or in some other technical field.

Focus on Fundamental Concepts and Techniques

The book explains fundamental concepts and techniques in greater depth than traditional introductions. This approach will give you a solid foundation for writing useful, correct, maintainable, and efficient code.

Programming with Today's C++ (C++11 and C++14)

The book is an introduction to programming in general, including object-oriented programming and generic programming. It is also a solid introduction to the C++ programming language, one of the most widely used languages for real-world software. The book presents modern C++ programming techniques from the start,

introducing the C++ standard library and C++11 and C++14 features to simplify programming tasks.

For Beginners--And Anyone Who Wants to Learn Something New

The book is primarily designed for people who have never programmed before, and it has been tested with many thousands of first-year university students. It has also been extensively used for self-study. Also, practitioners and advanced students have gained new insight and guidance by seeing how a master approaches the elements of his art.

Provides a Broad View

The first half of the book covers a wide range of essential concepts, design and programming techniques, language features, and libraries. Those will enable you to write programs involving input, output, computation, and simple graphics. The second half explores more specialized topics (such as text processing, testing, and the C programming language) and provides abundant reference material. Source code and support supplements are available from the author's website.


The Joys of Hashing: Hash Table Programming with C

Автор: Mailund Thomas
Название: The Joys of Hashing: Hash Table Programming with C
ISBN: 1484240650 ISBN-13(EAN): 9781484240656
Издательство: Springer
Рейтинг:
Цена: 41920.00 T
Наличие на складе: Нет в наличии.
Описание:

Build working implementations of hash tables, written in the C programming language. This book starts with simple first attempts devoid of collision resolution strategies, and moves through improvements and extensions illustrating different design ideas and approaches, followed by experiments to validate the choices.
Hash tables, when implemented and used appropriately, are exceptionally efficient data structures for representing sets and lookup tables, providing low overhead, constant time, insertion, deletion, and lookup operations.
The Joys of Hashing walks you through the implementation of efficient hash tables and the pros and cons of different design choices when building tables. The source code used in the book is available on GitHub for your re-use and experiments.
What You Will Learn
Master the basic ideas behind hash tablesCarry out collision resolution, including strategies for handling collisions and their consequences for performanceResize or grow and shrink tables as neededStore values by handling when values must be stored with keys to make general sets and maps
Who This Book Is For
Those with at least some prior programming experience, especially in C programming.

Types and programming languages

Автор: Pierce, Benjamin C.
Название: Types and programming languages
ISBN: 0262162091 ISBN-13(EAN): 9780262162098
Издательство: MIT Press
Рейтинг:
Цена: 107220.00 T
Наличие на складе: Невозможна поставка.
Описание:

A comprehensive introduction to type systems and programming languages.

A type system is a syntactic method for automatically checking the absence of certain erroneous behaviors by classifying program phrases according to the kinds of values they compute. The study of type systems -- and of programming languages from a type-theoretic perspective -- has important applications in software engineering, language design, high-performance compilers, and security.

This text provides a comprehensive introduction both to type systems in computer science and to the basic theory of programming languages. The approach is pragmatic and operational; each new concept is motivated by programming examples and the more theoretical sections are driven by the needs of implementations. Each chapter is accompanied by numerous exercises and solutions, as well as a running implementation, available via the Web. Dependencies between chapters are explicitly identified, allowing readers to choose a variety of paths through the material.

The core topics include the untyped lambda-calculus, simple type systems, type reconstruction, universal and existential polymorphism, subtyping, bounded quantification, recursive types, kinds, and type operators. Extended case studies develop a variety of approaches to modeling the features of object-oriented languages.


Introduction to Functional Programming Systems Using Haskell

Автор: Davie
Название: Introduction to Functional Programming Systems Using Haskell
ISBN: 0521277248 ISBN-13(EAN): 9780521277242
Издательство: Cambridge Academ
Рейтинг:
Цена: 49630.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: An introduction to functional programming and its associated systems. A unique feature is its use of the language Haskell for teaching both the rudiments and the finer points of the functional technique. It serves as an introduction both to functional programming and Haskell. Especially valuable are the chapters on programming and implementation, along with a large number of exercises.

C & Unix - Tools for Software Design (WSE)

Автор: Barrett
Название: C & Unix - Tools for Software Design (WSE)
ISBN: 0471309273 ISBN-13(EAN): 9780471309277
Издательство: Wiley
Рейтинг:
Цена: 164680.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Exploring the use of the C programming language in tandem with the UNIX operating system, this volume gives students the ability to write more powerful and efficient programs. The text is illustrated throughout with realistic programming problems designed for individual or team work.

Python Programming on Win32

Название: Python Programming on Win32
ISBN: 1565926218 ISBN-13(EAN): 9781565926219
Издательство: Wiley
Рейтинг:
Цена: 50680.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Demonstrates how to use Python as a serious Windows development tool. The book addresses all the basic technolgies for common integration tasks on Windows, explaining both the Windows issues and the Python code needed to glue things together.

C# and Game Programming

Автор: Buono, Salvatore A.
Название: C# and Game Programming
ISBN: 1138428108 ISBN-13(EAN): 9781138428102
Издательство: Taylor&Francis
Рейтинг:
Цена: 183750.00 T
Наличие на складе: Невозможна поставка.
Описание: The second edition of C-sharp and Game Programming offers the same practical, hands-on approach as the first edition to learning the C-sharp language through classic arcade game applications.

Hands-On Network Programming with C# and .NET Core

Автор: Burns Sean
Название: Hands-On Network Programming with C# and .NET Core
ISBN: 1789340764 ISBN-13(EAN): 9781789340761
Издательство: Неизвестно
Рейтинг:
Цена: 53940.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: C# and .NET Core makes network programming the enjoyable experience it should be. This book will get you started with the basics of network programming as they relate to C#. We will then dig into the core topics of the network layer. You`ll also learn to make sockets connections as well and develop practical client-side applications in this book.

Practical C Programming

Автор: Harwani B. M.
Название: Practical C Programming
ISBN: 1838641106 ISBN-13(EAN): 9781838641108
Издательство: Неизвестно
Рейтинг:
Цена: 47810.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Practical C Programming will teach you how to deal with C and its idiosyncrasies, and benefit from its new features, through bite-sized recipes. Each recipe in the book addresses a specific problem through a discussion that reveals and explains the solution to the recipe. This book will teach all you need to know to become a better C programmer.

Data Structures using C

Автор: Manoj Agarwal, Agarwal
Название: Data Structures using C
ISBN: 1717841627 ISBN-13(EAN): 9781717841629
Издательство: Неизвестно
Рейтинг:
Цена: 20680.00 T
Наличие на складе: Нет в наличии.


Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия