摘要:使用oj地址 https://www.acwing.com/ https://loj.ac/d/588 ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); #ifdef local_debug freopen("words.in", "r",
阅读全文
摘要:ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); #ifdef local_debug freopen("words.in", "r", stdin); freopen("out.txt", "w", stdout);#endif 高精度 h
阅读全文
摘要:英文题面的题解 ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); #ifdef local_debug freopen("words.in", "r", stdin); freopen("out.txt", "w", stdout);#end
阅读全文
摘要:Leetcode视频题解地址 https://space.bilibili.com/18508846 目前逐步添加视频题解中 欢迎大家点赞收藏 留言 投币 一键三连 hh 纪念下第一次ak力扣 力扣难度分级评分 https://zerotrac.github.io/leetcode_problem_
阅读全文
摘要:挑战编程 uva100 3n+1 模拟 挑战编程 uva 10189 扫雷 模拟 uva 10196 将军 模拟 https://blog.csdn.net/metaphysis/article/details/6965147?spm=1001.2014.3001.5502 目录 第一章:入门 PC
阅读全文
摘要:算法问题实战策略 题解 书籍配套的韩国OJ 地址比较慢 https://algospot.com/judge/problem/list/ 不知道是韩国体面风格有趣,还是翻译者的用词比较贴切, 题面阅读起来没有一般题目的晦涩感,容易理解,难度也循序渐进. 解释题面和思路也非常详细,个人认为书籍和题目十
阅读全文
摘要:PAT 甲级 1001 A+B Format PAT 甲级 1002 A+B for Polynomials PAT 甲级 1003 Emergency DFS PAT 甲级 1004 Counting Leaves PAT 甲级 1005 Spell It Right 模拟 字符串 PAT 甲级
阅读全文
摘要:入门篇 第2章 算法入门 STL应用 vector HDU 3527 STL应用 map HDU 3527 STL应用 queue poj 1915 STL应用 set hdu 1412 STL应用 map poj 2418 STL应用 map HDU 1263 STL应用 stack 计蒜客 T1
阅读全文
摘要:待开启 https://www.acwing.com/activity/content/90/ https://vjudge.net/article/187 https://vjudge.net/article/674 专题一 简单搜索 专题二 搜索进阶 专题三 Dancing Links 专题四
阅读全文
摘要:Chapter 1 入门 Section 1.1 介绍 Section 1.2 提交解决方案,任务类型,特殊问题 AcWing 1339. 你的旅途由此开始753人打卡 AcWing 1340. 贪婪的送礼者581人打卡 AcWing 1341. 十三号星期五521人打卡 AcWing 1342.
阅读全文