Login to join training plan
先来点真实的
无赖流学习算法,教你轻松上分
玩法&目的
玩家需要一个关卡一个关卡的通过,最终收获知识(确信)
关于训练题单
新手村
新手村的题目基本都是基本的语法题,主要是帮助大家更好的掌握语法
展露头角
展露头角则是在语法的基础上有一定的提升,稍微带一点思考的东西
- 这里你将更加夯实语法
- 学习称为模拟的简单算法
- 学习如何暴力
- 学习简单的递归函数
势如破竹
在这里需要学习两个东西
- 1.排序算法 先从简单的冒泡、交换排序学,然后去学习快排和归并排序(最好能手写),然后可以去了解一下qsort或者sort函数
学习链接:https://www.cnblogs.com/onepixel/articles/7674659.html
- 2.贪心算法 贪心算法只可意会不可言传,就是尽量选取对自己有利的操作,不用考虑对后续答案的影响
学习链接1:https://zhuanlan.zhihu.com/p/76164082?ivk_sa=1024320u
学习链接2:https://blog.csdn.net/qq_32400847/article/details/51336300
名震一方
在这里你将学习史诗级算法,有前言道:"Stop learn useless algotithm",说明了这个算法的难度(其实是灵活性)和重要性,但是要使用二分算法的话那你首先要看你这个序列是否满足单调性(严不严格都行),其次就要考虑你的check函数如何设计,还有就是要注意二分边界问题,不然会一直死循环 博客链接一:https://acmer.blog.csdn.net/article/details/118559948
博客链接二:https://www.cnblogs.com/qswg/p/6251887.html
视频链接: https://www.bilibili.com/video/BV1T44y1q7nL?spm_id_from=333.999.0.0
Section 2. 展露头角
Invalid
This section cannot be challenged at present, so please complete the following sections first:
- Section 1. 新手村 (Completed 0%)
Problem | Tried | AC | Difficulty |
---|---|---|---|
P1173 A.我只知道,在我心里,比起这个世界,你更重要! | 1115 | 133 | 8 |
P1174 B.为世界上所有的美好而战 | 300 | 136 | 4 |
P1175 C.今天也全力以赴,守护着世界 | 511 | 124 | 3 |
P1041 全排列 | 324 | 119 | 5 |
P1031 回文数 | 388 | 172 | 4 |
P1044 输出不定方程解的个数 | 370 | 137 | 5 |
P1045 上台阶 | 541 | 135 | 7 |
P1062 加法 | 767 | 105 | 8 |
P1075 约瑟夫的杀人计划 | 283 | 96 | 6 |
P1082 矩阵交换行 | 252 | 116 | 4 |
P1083 数字金字塔 | 223 | 91 | 5 |
P1021 素食主义 | 705 | 101 | 8 |
P1023 拯救公主? | 329 | 99 | 6 |
P1028 A + B 与繁星 | 174 | 87 | 4 |
P1102 D.整数分解 | 504 | 163 | 6 |
P1085 矩阵乘法 | 330 | 71 | 7 |
P1111 Ball Dropping | 146 | 65 | 4 |
P1112 Determine the Photo Position | 212 | 57 | 7 |
Section 3. 势如破竹
Invalid
This section cannot be challenged at present, so please complete the following sections first:
- Section 1. 新手村 (Completed 0%)
- Section 2. 展露头角 (Completed 0%)
Problem | Tried | AC | Difficulty |
---|---|---|---|
P1105 排序 | 337 | 84 | 7 |
P1106 SYZOJ算法大赛成绩排序 | 211 | 77 | 5 |
P1024 僵尸水族馆 | 283 | 64 | 7 |
P1072 排队打水 | 251 | 78 | 6 |
P1087 「一本通 1.1 例 1」活动安排 | 198 | 60 | 6 |
P1090 「一本通 1.1 例 5」智力大冲浪 | 94 | 51 | 3 |
P1091 「一本通 1.1 练习 1」数列极差 | 146 | 52 | 5 |
P1092 「一本通 1.1 练习 3」线段 | 142 | 44 | 6 |
P1073 砸金蛋 | 326 | 47 | 8 |
P1107 NOIP2002A均分纸牌 | 112 | 50 | 4 |
P1108 街上的树 | 201 | 42 | 7 |
P1109 Dividing a String | 122 | 36 | 6 |
Section 4. 名震一方
Invalid
This section cannot be challenged at present, so please complete the following sections first:
- Section 1. 新手村 (Completed 0%)
- Section 2. 展露头角 (Completed 0%)
- Section 3. 势如破竹 (Completed 0%)
Problem | Tried | AC | Difficulty |
---|---|---|---|
P1117 二分查找 | 457 | 57 | 8 |
P1156 「一本通 1.2 例 1」愤怒的牛 | 107 | 23 | 7 |
P1172 「NOIP2015」跳石头 | 227 | 45 | 4 |
P1157 「一本通 1.2 例 2」Best Cow Fences | 32 | 11 | 6 |
P1158 「一本通 1.2 练习 1」数列分段 II | 108 | 15 | 8 |
P1159 「一本通 1.2 练习 2」扩散 | 38 | 15 | 5 |
P1153 「LibreOJ β Round」ZQC 的拼图 | 3 | 3 | 10 |
P1155 「LibreOJ β Round #5」最小倍数 | 23 | 2 | 9 |
- Enrollees
- 583
- Created By