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.
Syncing
xxxxxxxxxx
tags:
課程筆記
圖形理論
Ch1. Fundamental Concepts
1-1 What is graph?
1-2 Paths, Cycles, and Trails
1-3 Vertex Degree and Counting
1-4 Directed Graphs
Ch2. Trees and Distance
2-1 Basic Properties
\(D(K_{1,n-1}) = (n-1) +2{n-1 \choose 2} = (n-1)^2\)
2-2 Spanning Trees and Enumeration
2-3 Optimizations and Trees
Ch3. Matchings and Factors
3-1 Matchings and Factors
就是path上的連續邊邊,依序出現是 M 與非 M
Hall's condition
:An \(X\), \(Y\)-bigraph \(G\) has a matching that saturates \(X\) iff \(|N(S)| \geq|S|\) for all \(S \subseteq X\)對面鄰居永遠都比我多,那我一定可以被 saturated by a matching
我跟我的鄰居全包了
3-2 Algorithms and Applications
3-3 Matchings in General Graphs
Edmond’s Blossom Algorithm
Ch4. Connectivity and Paths
4-1 Cuts and Connectivity
就是最少要拿掉 k 點,才能讓圖變 disconnected
因為本身就是 disconnected
Harary graphs
\(H_{k,n}\)- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →點是 separating set
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →一個點不足以拆散我們
4-2 k-connected Graphs
不是只有 degree 2 是有 degree 2
就是上面的邊的版本
4-3 Newtworks Flow Problems
Max-flow Min-cut Theorem
:In every network, the maximum value of a feasible flow equals the minimum capacity of a source/sink cut.Ch5. Coloring of Graphs
5-1 Vertex Coloring and Upper Bounds
就是全部都彼此相連的最大點點集合個數
5-2 Structure of k-chromatic Graphs
Mycielski’s construction
每種兩兩顏色組合最少都會有一個邊
complete multipartite
graph is a simple graph \(G\) whose vertices can be partitioned into sets so that \(u \leftrightarrow v\) iff \(u\) and \(v\) belong to different sets of the partition.一個 partite set 就用一種顏色
至少把兩邊相同顏色的 k 個串聯起來
(every disconnecting set has at least k-1 edges)
5-3 Enumerative Aspects
prove by induction
從 1 2 依序降到 n
就是每一點在 elimination 之後能夠塗的顏色
🔼 圖形就會由很多三角形組成
(clique number)
for every induced subgraph \(H \subseteq G\)猶如 complete multipartite