可怖 发表于 2025-3-21 18:07:34

书目名称Guide to Competitive Programming影响因子(影响力)<br>        http://figure.impactfactor.cn/if/?ISSN=BK0391361<br><br>        <br><br>书目名称Guide to Competitive Programming影响因子(影响力)学科排名<br>        http://figure.impactfactor.cn/ifr/?ISSN=BK0391361<br><br>        <br><br>书目名称Guide to Competitive Programming网络公开度<br>        http://figure.impactfactor.cn/at/?ISSN=BK0391361<br><br>        <br><br>书目名称Guide to Competitive Programming网络公开度学科排名<br>        http://figure.impactfactor.cn/atr/?ISSN=BK0391361<br><br>        <br><br>书目名称Guide to Competitive Programming被引频次<br>        http://figure.impactfactor.cn/tc/?ISSN=BK0391361<br><br>        <br><br>书目名称Guide to Competitive Programming被引频次学科排名<br>        http://figure.impactfactor.cn/tcr/?ISSN=BK0391361<br><br>        <br><br>书目名称Guide to Competitive Programming年度引用<br>        http://figure.impactfactor.cn/ii/?ISSN=BK0391361<br><br>        <br><br>书目名称Guide to Competitive Programming年度引用学科排名<br>        http://figure.impactfactor.cn/iir/?ISSN=BK0391361<br><br>        <br><br>书目名称Guide to Competitive Programming读者反馈<br>        http://figure.impactfactor.cn/5y/?ISSN=BK0391361<br><br>        <br><br>书目名称Guide to Competitive Programming读者反馈学科排名<br>        http://figure.impactfactor.cn/5yr/?ISSN=BK0391361<br><br>        <br><br>

歪曲道理 发表于 2025-3-21 20:24:38

Spectroscopy of SN 1987A at 1–4 MicronsThis chapter presents some of the features of the C++ programming language that are useful in competitive programming, and gives examples of how to use recursion and bit operations in programming.

心胸狭窄 发表于 2025-3-22 01:53:50

http://reply.papertrans.cn/40/3914/391361/391361_3.png

foliage 发表于 2025-3-22 06:49:30

https://doi.org/10.2991/978-94-6239-246-5Many efficient algorithms are based on sorting the input data, because sorting often makes solving the problem easier. This chapter discusses the theory and practice of sorting as an algorithm design tool.

集合 发表于 2025-3-22 10:09:52

https://doi.org/10.1007/978-981-99-3909-1This chapter introduces the most important data structures of the C++ standard library. In competitive programming, it is crucial to know which data structures are available in the standard library and how to use them. This often saves a large amount of time when implementing an algorithm.

凝乳 发表于 2025-3-22 16:37:54

https://doi.org/10.1007/978-3-642-81456-3Dynamic programming  is an algorithm design technique that can be used to find optimal solutions to problems and to count the number of solutions. This chapter is an introduction to dynamic programming, and the technique will be used many times later in the book when designing algorithms.

凝乳 发表于 2025-3-22 18:31:56

https://doi.org/10.1007/978-3-642-84673-1Many programming problems can be solved by considering the situation as a graph and using an appropriate graph algorithm. In this chapter, we will learn the basics of graphs and a selection of important graph algorithms.

fibula 发表于 2025-3-22 22:06:21

Superplastizität von LegierungenThis chapter discusses a selection of algorithm design topics.

Benzodiazepines 发表于 2025-3-23 01:25:34

Superplumes: Beyond Plate TectonicsIn this chapter, we discuss data structures for efficiently processing range queries on arrays. Typical queries are range sum queries (calculating the sum of values) and range minimum queries (finding the minimum value).

LAVE 发表于 2025-3-23 06:22:44

https://doi.org/10.1057/9780230504998The special properties of trees allow us to create algorithms that are specialized for trees and work more efficiently than general graph algorithms. This chapter presents a selection of such algorithms.
页: [1] 2 3 4 5 6
查看完整版本: Titlebook: ;