05 2019 档案

[two pointers]Codeforces - 1166C - A Tale of Two Lands
摘要:http://codeforces.com/problemset/problem/1166/C 分析:给定n 个数,其中有x,y,... 满足 min(∣x−y∣,∣x+y∣) ≤ min(∣x∣,∣y∣)且 max(∣x∣,∣y∣) ≤ max(∣x−y∣,∣x+y∣) http://codefo 阅读全文

posted @ 2019-05-22 22:09 HuisClos 阅读(224) 评论(0) 推荐(0)

[Algorithms]Constructive Algorithm构造算法
摘要:构造算法是什么 It's an algorithm which builds something. A graph, an array, a matrix etc. It's what test generators use to build test cases. 就是数学中的proof, con 阅读全文

posted @ 2019-05-08 15:02 HuisClos 阅读(1123) 评论(0) 推荐(1)

导航