Last Update: 2023/9/5 19:30
STL 教程 (C++)
- https://docs.google.com/spreadsheets/u/0/d/1cmD2xblurWh9j3DD7j_BeHqnXWa1xlovzXzSJg64I4A/pub?output=html
- 內含 vector, list, stack, queue, map 的常見操作
- 排版較雜亂,但內容不錯
圖解演算法教學
- https://www.youtube.com/playlist?list=PLVVMQF8vWNCITO9U3h-cVA6nHkdqJEifc
- 透過 Youtube 影片的方式教學演算法
- 從淺入深
菜鳥教程
- https://www.runoob.com/
- 程式語法寶典
- 各類教程與資源
Geeks for Geeks
演算法競賽語法目錄
板橋高中資訊社 – 課程資源
- https://ic.sean.cat/
- 內含高質量講義
建中校內培訓講義
- https://tioj.ck.tp.edu.tw/articles/5
- 由淺入深,內容涵蓋基礎到超階
Introduction to algorithms
Competitive Programmer’s HandBook
- https://cses.fi/book/book.pdf
- 被譽為競程寶典
C++標準模板庫容器的常見用法
- https://tw511.com/a/01/6897.html
- 講述各種常見 STL 用法,以及 <algorithm> 標頭檔的常見函數
AP123, AP325 by 吳邦一教授
- AP123: https://drive.google.com/drive/folders/1mnVdO2LHq7e4vesn6pt_R0-S6YWtz4Q4?fbclid=IwAR0F6-UgkMOPL-krzZwkplVUTIc_FMEMe9yctFAI7KVasqubW3-GyYLA1sE
- AP325: https://drive.google.com/drive/folders/10hZCMHH0YgsfguVZCHU7EYiG8qJE5f-m
- AP123 涵蓋通過 APCS 三級的內容
- AP325 涵蓋通過 APCS 五級的內容
信息學奧賽一本通
新竹實中 C++ 講義
- https://hackmd.io/@CLKO/B18yT_i5Z?type=view
- 內容包含語法和基礎演算法
競程常見錯誤與預防
- https://codeforces.com/blog/entry/111217
- 文中列舉了數十種競程常見的錯誤以及避免出錯的方法,十分建議所有讀者觀看
常見 Bug 集 by AA 競程
盡量不要使用的函式
- https://codeforces.com/blog/entry/107717
- 內容提到一些容易踩雷的常見函式,並提出替代方案
CP-Algorithm
- https://cp-algorithms.com/
- 內含許多常見的演算法模板與介紹
OI Wiki
- https://oi-wiki.org/
- 集結各種競程演算法知識,以及模板
USACO Guide
- https://usaco.guide/
- 各類競賽程式教程與題解