有机体 发表于 2025-3-25 03:50:45

Dynamic Programming, chapter is an introduction to dynamic programming, and the technique will be used many times later in the book when designing algorithms. Section . discusses the basic elements of dynamic programming in the context of a coin change problem. In this problem we are given a set of coin values, and our

endoscopy 发表于 2025-3-25 10:56:36

http://reply.papertrans.cn/40/3908/390799/390799_22.png

Arb853 发表于 2025-3-25 12:14:13

Algorithm Design Topics,cess data. Typically, we can replace a for loop with bit operations, which may remarkably improve the running time of the algorithm. Section . presents the amortized analysis technique, which can be used to estimate the time needed for a sequence of operations in an algorithm. Using the technique, w

牵索 发表于 2025-3-25 19:51:05

http://reply.papertrans.cn/40/3908/390799/390799_24.png

刀锋 发表于 2025-3-25 23:17:18

Tree Algorithms,This chapter presents a selection of such algorithms. Section . introduces basic concepts and algorithms related to trees. A central problem is finding the diameter of a tree, i.e., the maximum distance between two nodes. We will learn two linear time algorithms for solving the problem. Section . fo

换话题 发表于 2025-3-26 01:37:24

http://reply.papertrans.cn/40/3908/390799/390799_26.png

Ingenuity 发表于 2025-3-26 07:43:05

http://reply.papertrans.cn/40/3908/390799/390799_27.png

covert 发表于 2025-3-26 12:18:04

Geometry,ng special cases and tricky implementations. Section . introduces the C++ complex number class which has useful tools for geometric problems. After this, we will learn to use cross products to solve various problems, such as testing whether two line segments intersect and calculating the distance fr

有花 发表于 2025-3-26 15:56:06

http://reply.papertrans.cn/40/3908/390799/390799_29.png

灿烂 发表于 2025-3-26 18:48:42

http://reply.papertrans.cn/40/3908/390799/390799_30.png
页: 1 2 [3] 4 5 6
查看完整版本: Titlebook: ;