Guide to Competitive Programming: Learning and Improving Algorithms Through Contests: Undergraduate Topics in Computer Science
Autor Antti Laaksonenen Limba Engleză Paperback – 9 mai 2020
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++ programminglanguage, 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.
Din seria Undergraduate Topics in Computer Science
- 20% Preț: 353.41 lei
- 20% Preț: 342.45 lei
- 20% Preț: 318.52 lei
- 20% Preț: 227.15 lei
- 20% Preț: 181.83 lei
- 20% Preț: 245.43 lei
- 20% Preț: 306.71 lei
- 20% Preț: 280.92 lei
- 20% Preț: 227.10 lei
- 20% Preț: 276.81 lei
- 20% Preț: 179.87 lei
- 20% Preț: 395.04 lei
- 20% Preț: 235.39 lei
- 20% Preț: 332.20 lei
- 20% Preț: 297.85 lei
- 20% Preț: 305.61 lei
- 20% Preț: 272.43 lei
- 20% Preț: 321.27 lei
- 20% Preț: 375.65 lei
- 20% Preț: 258.78 lei
- 20% Preț: 194.09 lei
- 20% Preț: 307.16 lei
- 20% Preț: 225.02 lei
- 20% Preț: 217.59 lei
- 20% Preț: 256.19 lei
- 20% Preț: 363.70 lei
- 20% Preț: 237.34 lei
- 20% Preț: 374.20 lei
- 20% Preț: 239.28 lei
- 20% Preț: 230.77 lei
- 16% Preț: 441.47 lei
- 20% Preț: 297.27 lei
- 20% Preț: 295.77 lei
- 20% Preț: 562.80 lei
- 20% Preț: 289.70 lei
- 20% Preț: 294.19 lei
- 20% Preț: 292.34 lei
- 20% Preț: 191.35 lei
- 20% Preț: 243.33 lei
- 20% Preț: 289.21 lei
- 20% Preț: 278.09 lei
- 20% Preț: 378.83 lei
- 20% Preț: 184.28 lei
- 20% Preț: 295.54 lei
- 20% Preț: 281.39 lei
- 20% Preț: 754.30 lei
- 20% Preț: 345.75 lei
Preț: 270.71 lei
Preț vechi: 338.39 lei
-20% Nou
Puncte Express: 406
Preț estimativ în valută:
51.81€ • 54.00$ • 43.13£
51.81€ • 54.00$ • 43.13£
Carte tipărită la comandă
Livrare economică 06-20 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9783030393564
ISBN-10: 3030393569
Pagini: 308
Ilustrații: XV, 309 p. 287 illus., 65 illus. in color.
Dimensiuni: 155 x 235 x 22 mm
Greutate: 0.5 kg
Ediția:2nd ed. 2020
Editura: Springer International Publishing
Colecția Springer
Seria Undergraduate Topics in Computer Science
Locul publicării:Cham, Switzerland
ISBN-10: 3030393569
Pagini: 308
Ilustrații: XV, 309 p. 287 illus., 65 illus. in color.
Dimensiuni: 155 x 235 x 22 mm
Greutate: 0.5 kg
Ediția:2nd ed. 2020
Editura: Springer International Publishing
Colecția Springer
Seria Undergraduate Topics in Computer Science
Locul publicării:Cham, Switzerland
Cuprins
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.
Notă biografică
Dr. Antti Laaksonen has worked as a teacher and researcher at the University of Helsinki and Aalto University, Finland. He has served as one of the organizers of the Finnish Olympiad in Informatics since 2008, and as the Scientific Chair of the Baltic Olympiad in Informatics in 2016. He has also coached and led the Finnish team at several international programming contests, including the International Olympiad in Informatics 2009–2016, and has established experience in teaching programming and algorithms.
Textul de pe ultima copertă
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:
Dr. Antti Laaksonen has worked as a teacher and researcher at the University of Helsinki and Aalto University, Finland.
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
- Reviewsthe 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
Dr. Antti Laaksonen has worked as a teacher and researcher at the University of Helsinki and Aalto University, Finland.
Caracteristici
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 intuitive understanding of why algorithms work and how to design them