or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Codebook
DP
LCS
LIS
O(n^2)
O(nlogn)
LIS 各元素的長度 (一樣 O(nlgN) 所以也可以平替上面的)
質數篩
單一質數
egcd
Graph
Dijkstra
Second SP
Bellman-Ford
SPFA
Floyd-Warshall
Prim's Algorithm
Kruskal's Algorithm
Second MST
LCA
Topological sort
SCC
Maximum flow
RMQ
Segment Tree v1
Segment Tree v2
BIT
Sparse Table
Others
快速冪
矩陣快速冪
快速計算費氏數列
Disjoint Set
常用小扣
小技巧
求根號 和解決 pow 精度問題
查找和 二分搜
從 1 ~ n 選 M 個數字
m-ary to 10-ary 進制轉換
二項式係數 Binomial Coefficient (也可以用在 C 幾取幾)
LICS
Math
ModInverse
CRT
LinearCongruence
臨時加的
Disjoint set v1
Disjoint set v2
樹 DP
如果全體腦袋當機用