陌語
Sort By Topic
Try
HackMD
陌語
·
Follow
Last edited by
陌語
on
Oct 9, 2023
Linked with GitHub
Contributed by
0
Comments
Feedback
Log in to edit or delete your comments and be notified of replies.
Sign up
Already have an account? Log in
There is no comment
Select some text and then click Comment, or simply add a comment to this page from below to start a discussion.
Discard
Send
1. 入門問題 Introductory Problems
【CSES】1071. Number Spiral
【CSES】1072. Two Knights
【CSES】1617. Bit Strings
【CSES】1618. Trailing Zeros
【CSES】1754. Coin Piles
【CSES】1755. Palindrome Reorder
【CSES】2205. Gray Code
1-1. 快速冪 Exponentiation by Squaring
【TOJ】36. Simple Problem
1-2. 字串哈希 String Hash
【CSES】1753. String Matching
2. 排序演算法 Sorting Algorithm
2-1. 拓樸排序 Topological Sort
【ZeroJudge】 k734. Open Treasure Box
3. 二分搜 Binary Search
【CSES】1091. Concert Tickets
3-1. 對答案二分搜 Binary Search through Answers
【CSES】1085. Array Division
4. 枚舉 Enumerate
【UVa】195. Anagram
【UVa】291. The House Of Santa Claus
【UVa】441. Lotto
【CSES】1622. Creating Strings
【CSES】1623. Apple Division
【CSES】1624. Chessboard and Queens
【AtCoder】Hanjo
【AtCoder】Handstand 2
【AtCoder】Patisserie ABC
【AtCoder】Synthetic Kadomatsu
【AtCoder】Encyclopedia of Parentheses
【ZeroJudge】e446. Arrangement Generation
4-1. 隱式圖枚舉 Implicit Graph Enumerate
【CSES】1670. Swap Game
【TIOJ】1198. 8-Puzzle
4-2. 根號枚舉 Root Enumeration
【MDJG】B053. Go Alone
4-3. 折半枚舉 Half Enumeration
【CF】A. Fivesteps
【CSES】1628. Meet in the Middle
5. 動態規劃 Dynamic Programming
【CSES】1634. Minimizing Coins
【CSES】1635. Coin Combinations I
6. 貪心 Greedy
【CSES】1090. Ferris Wheel
【CSES】1092. Two Sets
【CSES】1161. Stick Divisions
【CSES】1630. Tasks and Deadlines
【AtCoder】Contrast
7. 圖論 Graph Theory
7-1. 廣度優先算法 Breadth-First Search
7-1-1. 雙端隊列 BFS 01BFS
【CF】B. Conveyor
7-2. 深度優先算法 Depth-First Search
7-3. 最短路徑快速演算法 Dijkstra Algorithm
【Luogu】P1396. Rescue
【CSES】1671. Shortest Routes I
【CSES】1195. Flight Discount
【CSES】1202. Investigation
7-4. 弗洛伊德演算法 Floyd-Warshall Algorithm
【CSES】1672. Shortest Routes II
7-5. 貝爾曼福特演算法 Bellman-Ford Algorithm
【CSES】1673. High Score
7-6. 並查集 Disjoint Set Union-Find Algorithm
【TCIRC】d097. Pit Jumping
8. 樹論 Tree Theory
8-1. 最低共同祖先 Lowest Common Ancestor
【CSES】1687. Company Queries I
【CSES】1688. Company Queries II
8-2. 樹壓平 Tree Flattening
【CSES】1137. Subtree Queries
8-3. 樹直徑 Tree Diameter
【CSES】1131. Tree Diameter
9. 資料結構 Data Structure
9-1. 線段樹 Segment Tree
【CSES】1143. Hotel Queries
【CSES】1190. Subarray Sum Queries
【CSES】1649. Dynamic Range Minimum Queries
【CSES】1650. Range Xor Queries
9-2. 樹狀樹組 Binary Indexed Tree
【CSES】1137. Subtree Queries
10. 其他重要應用 Application
10-1. 掃描線 Scaning Line
【TIOJ】1224. Rectangular Coverage Area
1. 入門問題 Introductory Problems
1-1. 快速冪 Exponentiation by Squaring
1-2. 字串哈希 String Hash
2. 排序演算法 Sorting Algorithm
2-1. 拓樸排序 Topological Sort
3. 二分搜 Binary Search
3-1. 對答案二分搜 Binary Search through Answers
4. 枚舉 Enumerate
4-1. 隱式圖枚舉 Implicit Graph Enumerate
4-2. 根號枚舉 Root Enumeration
4-3. 折半枚舉 Half Enumeration
5. 動態規劃 Dynamic Programming
6. 貪心 Greedy
7. 圖論 Graph Theory
7-1. 廣度優先算法 Breadth-First Search
7-1-1. 雙端隊列 BFS 01BFS
7-2. 深度優先算法 Depth-First Search
7-3. 最短路徑快速演算法 Dijkstra Algorithm
7-4. 弗洛伊德演算法 Floyd-Warshall Algorithm
7-5. 貝爾曼福特演算法 Bellman-Ford Algorithm
7-6. 並查集 Disjoint Set Union-Find Algorithm
8. 樹論 Tree Theory
8-1. 最低共同祖先 Lowest Common Ancestor
8-2. 樹壓平 Tree Flattening
8-3. 樹直徑 Tree Diameter
9. 資料結構 Data Structure
9-1. 線段樹 Segment Tree
9-2. 樹狀樹組 Binary Indexed Tree
10. 其他重要應用 Application
10-1. 掃描線 Scaning Line
Expand all
Back to top
Go to bottom
1. 入門問題 Introductory Problems
1-1. 快速冪 Exponentiation by Squaring
1-2. 字串哈希 String Hash
2. 排序演算法 Sorting Algorithm
2-1. 拓樸排序 Topological Sort
3. 二分搜 Binary Search
3-1. 對答案二分搜 Binary Search through Answers
4. 枚舉 Enumerate
4-1. 隱式圖枚舉 Implicit Graph Enumerate
4-2. 根號枚舉 Root Enumeration
4-3. 折半枚舉 Half Enumeration
5. 動態規劃 Dynamic Programming
6. 貪心 Greedy
7. 圖論 Graph Theory
7-1. 廣度優先算法 Breadth-First Search
7-1-1. 雙端隊列 BFS 01BFS
7-2. 深度優先算法 Depth-First Search
7-3. 最短路徑快速演算法 Dijkstra Algorithm
7-4. 弗洛伊德演算法 Floyd-Warshall Algorithm
7-5. 貝爾曼福特演算法 Bellman-Ford Algorithm
7-6. 並查集 Disjoint Set Union-Find Algorithm
8. 樹論 Tree Theory
8-1. 最低共同祖先 Lowest Common Ancestor
8-2. 樹壓平 Tree Flattening
8-3. 樹直徑 Tree Diameter
9. 資料結構 Data Structure
9-1. 線段樹 Segment Tree
9-2. 樹狀樹組 Binary Indexed Tree
10. 其他重要應用 Application
10-1. 掃描線 Scaning Line
Expand all
Back to top
Go to bottom
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up
Comment