Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- sqlite
- 백준
- DataBinding
- Behavior
- 알고리즘
- hilt
- HTTP
- ViewModel
- Navigation
- BOJ
- Android
- recyclerview
- CoordinatorLayout
- AppBarLayout
- View
- 안드로이드
- onMeasure
- Algorithm
- LiveData
- 알림
- onLayout
- notification
- Coroutine
- kotlin
- CollapsingToolbarLayout
- activity
- CustomView
- room
- 코틀린
- lifecycle
Archives
- Today
- Total
목록Minimun Vertex Cover (1)
개발일지
Algorithm in A..Z - Minimum Vertex Cover
개념 그래프 G에서 정점들의 집합을 S라고 할 때 S의 부분집합 'S로 모든 간선을 포함하면 이를 Vertex Cover라고 한다. Minimum Vertex Cover는 NP지만 이분 그래프에서 Minimun Vertex Cover는 최대 매칭과 동치이다. 작동 원리 콰닉의 정리 Kőnig's theorem (graph theory) - Wikipedia An example of a bipartite graph, with a maximum matching (blue) and minimum vertex cover (red) both of size six. In the mathematical area of graph theory, Kőnig's theorem, proved by Dénes Kőnig (19..
Algorithm (알고리즘)
2020. 12. 4. 20:45