摘要:
**记录** 10:43 2023-5-15 http://poj.org/problem?id=1163 reference:《挑战程序设计竞赛(第2版)》第二章练习题索引 p135 ### Description ![](https://img2023.cnblogs.com/blog/1753 阅读全文
摘要:
**记录** 23:51 2023-5-14 http://poj.org/problem?id=3176 reference:《挑战程序设计竞赛(第2版)》第二章练习题索引 p135 ### Description The cows don't use actual bowling balls w 阅读全文
摘要:
**记录** 23:15 2023-5-7 http://poj.org/problem?id=3190 reference:《挑战程序设计竞赛(第2版)》第二章练习题索引 p135 ### Description Oh those picky N (1 按开始时间排序,然后从最早开始的牛加入堆中, 阅读全文
摘要:
**记录** 0:50 2023-5-1 http://poj.org/problem?id=1328 reference:《挑战程序设计竞赛(第2版)》第二章练习题索引 p135 ### Description Assume the coasting is an infinite straight 阅读全文
摘要:
**记录** 23:27 2023-4-20 https://onlinejudge.org/external/1/122.pdf reference:《算法竞赛入门经典第二版》例题6-7 二叉树的层次遍历,这里是直接复制了作者的代码。(之前在我的数据结构学习里面手写过树、二叉树、AVL树(说是手写 阅读全文
摘要:
**记录** 15:57 2023-4-20 http://poj.org/problem?id=2376 reference:《挑战程序设计竞赛(第2版)》第二章练习题索引 p135 ### Description Farmer John is assigning some of his N (1 阅读全文
摘要:
**记录** 23:28 2023-4-16 https://onlinejudge.org/external/6/679.pdf reference:《算法竞赛入门经典第二版》例题6-6 二叉树,这里是完全二叉树,使用模拟的方式应该会TLE(虽然我用模拟的方式也TLE了,但不是这个原因,下面会提到 阅读全文
摘要:
**记录** 21:36 2023-4-16 http://poj.org/problem?id=3050 reference:《挑战程序设计竞赛(第2版)》第二章练习题索引 p135 ### Description The cows play the child's game of hopscot 阅读全文
摘要:
**记录** 5:30 2023-3-25 http://poj.org/problem?id=3178 reference:《挑战程序设计竞赛(第2版)》第二章练习题索引 p135 ### Description FJ and his cows enjoy playing a mental gam 阅读全文
摘要:
**记录** 19:10 2023-3-3 http://poj.org/problem?id=2718 reference:《挑战程序设计竞赛(第2版)》第二章练习题索引 p135 ### Description Given a number of distinct decimal digits, 阅读全文