BLUSH 发表于 2025-3-25 05:52:29
Data Structures,This 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-25 10:33:22
http://reply.papertrans.cn/40/3908/390800/390800_22.pngIndict 发表于 2025-3-25 12:13:54
Graph Algorithms,Many 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.MORT 发表于 2025-3-25 16:39:11
Algorithm Design Topics,This chapter discusses a selection of algorithm design topics. Section . focuses on bit-parallel algorithms that use bit operations to efficiently process data. Typically, we can replace a for loop with bit operations, which may remarkably improve the running time of the algorithm.树木中 发表于 2025-3-25 22:44:28
Range Queries,In 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).夹克怕包裹 发表于 2025-3-26 02:10:32
Tree Algorithms,The 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.使饥饿 发表于 2025-3-26 05:16:25
Mathematics,This chapter deals with mathematical topics that are recurrent in competitive programming. We will both discuss theoretical results and learn how to use them in practice in algorithms.molest 发表于 2025-3-26 11:07:54
http://reply.papertrans.cn/40/3908/390800/390800_28.png树上结蜜糖 发表于 2025-3-26 14:16:41
http://reply.papertrans.cn/40/3908/390800/390800_29.png未开化 发表于 2025-3-26 18:46:58
http://reply.papertrans.cn/40/3908/390800/390800_30.png