洛谷:
P3371 【模板】单源最短路径(弱化版)(dijkstra(n^2),dijkstrs(优先队列优化),dijkstra邻接表版)
SDUTOJ 1157(bfs裸题)
SDUTOJ 1269(dfs可选做)
SDUTOJ 3665(最大子段和)(http://acm.sdut.edu.cn/onlinejudge2/index.php/Home/Index/problemdetail/pid/3665.html)
HDU 1024(最大字段和变形_dp)(http://acm.hdu.edu.cn/showproblem.php?pid=1024)
二分答案 计蒜客ACM-ICPC香港区域赛(https://nanti.jisuanke.com/t/19929)