SPRI | Guide To Competitive Programming: Learning And Improving Algorithms Through Contests, 2nd Edition (2020 EN)

Discussion in 'Programming' started by Kanka, Jul 24, 2021.

  1. Kanka

    Kanka Well-Known Member Loyal User

    Messages:
    16,395
    Likes Received:
    485
    Trophy Points:
    83
    [​IMG]

    Author: Antti Laaksonen
    Full Title: Guide To Competitive Programming: Learning And Improving Algorithms Through Contests, 2nd Edition
    Publisher: ‎ Springer; 2nd ed. 2020 edition (May 9, 2020)
    Year: 2020
    ISBN-13: 9783030393571 (978-3-030-39357-1), 9783030393564 (978-3-030-39356-4)
    ISBN-10: 3030393577, 3030393569
    Pages: 309
    Language: English
    Genre: Educational: Programming Techniques
    File type: EPUB (True), PDF (True)
    Quality: 10/10
    Price: 46.79 €


    Building on what already is the most comprehensive introduction to competitive programming, this enhanced new textbook features new material on advanced topics, such as calculating Fourier transforms, finding minimum cost flows in graphs, and using automata in string problems. Critically, the text accessibly describes and shows how competitive programming is a proven method of implementing and testing algorithms, as well as developing computational thinking and improving both programming and debugging skills.

    Topics and features: introduces dynamic programming and other fundamental algorithm design techniques, and investigates a wide selection of graph algorithms; compatible with the IOI Syllabus, yet also covering more advanced topics, such as maximum flows, Nim theory, and suffix structures; surveys specialized algorithms for trees, and discusses the mathematical topics that are relevant in competitive programming; reviews the features of the C++ programming language, and describes how to create efficient algorithms that can quickly process large data sets; discusses sorting algorithms and binary search, and examines a selection of data structures of the C++ standard library; covers such advanced algorithm design topics as bit-parallelism and amortized analysis, and presents a focus on efficiently processing array range queries; describes a selection of more advanced topics, including square-root algorithms and dynamic programming optimization.

    Fully updated, expanded and easy to follow, this core textbook/guide is an ideal reference for all students needing to learn algorithms and to practice for programming contests. Knowledge of programming basics is assumed, but previous background in algorithm design or programming contests is not necessary. With its breadth of topics, examples and references, the book is eminently suitable for both beginners and more experienced readers alike.


    Overview:
    ✓ Provides a comprehensive introduction to algorithmic problem solving in the context of programming contests
    ✓ Describes numerous “folklore” algorithm design tricks used by experienced competitive programmers
    ✓ Presents an accessible style designed to aid the reader in developing an intuitive understanding of why algorithms work and how to design them
    ✓ Expanded second edition, featuring new material on code optimization, the discrete Fourier transform, minimum-cost flows, automata theory, and heuristic search algorithms

    -------------
     
    Last edited by a moderator: Mar 8, 2022