用户:
爵士OIer查看:1 回复:6 评论:1 创建时间:2021-02-23T11:45:15
I 语言入门教程整活
1. 孤言的教程
第7弹 循环(下):
https://shequ.codemao.cn/community/363610
第6弹 循环(上)、作用域:
https://shequ.codemao.cn/community/361喵2
第5弹 分支:
https://shequ.codemao.cn/community/359246
第4弹 运算:
https://shequ.codemao.cn/community/337749
第3弹 流输入/输出:
https://shequ.codemao.cn/community/333986
第2弹 变量与常量:
https://shequ.codemao.cn/community/333545
第1弹 C++入门:
https://shequ.codemao.cn/community/333520
是真的好,讲解十分细致,也非常系统。
语言入门的话大概这一套教程就够了。
2. YLS橙子的教程
第一弹 格式化输出
https://shequ.codemao.cn/community/307820
第二弹 变量类型与输入
https://shequ.codemao.cn/community/228756
(第三弹找不到了)
第四弹 while 循环
https://shequ.codemao.cn/community/237099
第五弹 还是 while
https://shequ.codemao.cn/community/256634
第六弹 ASCII表
https://shequ.codemao.cn/community/257136
第七弹 (似乎是一个例子)
https://shequ.codemao.cn/community/257423
教程写得有点乱,可以作为参考和补充。
不太推荐,但作者花费了很多心血所以这里还是推荐一下。
3. 爵士的教程
C++语言应用操作选讲
https://shequ.codemao.cn/community/365542
分为难点解析和例题讲解两部分。
想学习C++的入门过程中如果如到了难点,或者想要由入门像基础迈进,都可以学习此教程。
其他还有:
C++第一课
https://shequ.codemao.cn/community/303080
C++第二课
https://shequ.codemao.cn/community/303085
C++第三课
https://shequ.codemao.cn/community/304411
II 算法进阶教程整活
1. 爵士的教程
算法串讲
贪心算法:
https://shequ.codemao.cn/community/336875
模拟退火:
https://shequ.codemao.cn/community/337734
动态规划:
https://shequ.codemao.cn/community/322379
深度优先搜索:
https://shequ.codemao.cn/community/306016
动态规划优化:
https://shequ.codemao.cn/community/355146
(图论)二分图:
https://shequ.codemao.cn/community/289639
(图论)连通性:
https://shequ.codemao.cn/community/292357
FFT和NTT(快速傅里叶/数论变换):
https://shequ.codemao.cn/community/3喵745
数据结构串讲
分块:
https://shequ.codemao.cn/community/308866
平衡树:
https://shequ.codemao.cn/community/340952
线段树:
https://shequ.codemao.cn/community/306111
线段树拓展:
https://shequ.codemao.cn/community/3喵032
数学串讲
(数论)基础数论:
https://shequ.codemao.cn/community/343893
(数论)杜教筛、min_25筛:
https://shequ.codemao.cn/community/355822
(离散数学)二项式系数:
https://shequ.codemao.cn/community/351456
【情人节】题目精讲1:
https://shequ.codemao.cn/community/363734
2. Max的教程
深入浅出图结构(一)
https://shequ.codemao.cn/community/166098
深入浅出图结构(二)
https://shequ.codemao.cn/community/166154
详解:画图游戏算法
https://shequ.codemao.cn/community/166857
萌新也能懂算法:如何用计算机优雅的解决最短路径?
https://shequ.codemao.cn/community/167072
生成树-克鲁斯卡尔算法
https://shequ.codemao.cn/community/168070
数据结构:队列
https://shequ.codemao.cn/community/169053
如何用计算机优雅地搜索解决问题?
https://shequ.codemao.cn/community/170050
如何用计算机优雅地查找?二分
https://shequ.codemao.cn/community/172545
图论:拓扑排序
https://shequ.codemao.cn/community/173047
最小生成树:Prim
https://shequ.codemao.cn/community/173370
最小生成树:克鲁斯卡尔
https://shequ.codemao.cn/community/173371
树上问题:如何离线线性时间复杂度求LCA?(Tarjan)
https://shequ.codemao.cn/community/173534
图论:差分约束
https://shequ.codemao.cn/community/177545
Python 操作题选讲 1
https://shequ.codemao.cn/community/183829
BFS 广度优先搜索详解 Python 操作题选讲 2
https://shequ.codemao.cn/community/183829
如何用计算机优雅地解不等式组?
https://shequ.codemao.cn/community/214096
III 工程、开发等教程
没找到甚么好的……
【整活分享】【福利】C++语言入门难、学算法不易?优质教程疯狂大整理!