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 |
Tags
- hilt
- ViewModel
- 안드로이드
- room
- CustomView
- lifecycle
- View
- BOJ
- notification
- 알고리즘
- 알림
- recyclerview
- CoordinatorLayout
- sqlite
- Algorithm
- kotlin
- 백준
- LiveData
- activity
- AppBarLayout
- Coroutine
- DataBinding
- onMeasure
- HTTP
- Android
- Behavior
- CollapsingToolbarLayout
- 코틀린
- Navigation
- onLayout
Archives
- Today
- Total
목록Maximum Independent Set (1)
개발일지
Algorithm in A..Z - Maximum Independent Set
개념 그래프 G에서 정접들의 집합을 S라고 할 때 S의 부분 집합 'S를 골랐을 때 서로 인접하지 않으면 독립 집합이라 하고 이중에서 'S의 크기가 가장 큰 독립집합을 최대 독립집합이라고 한다. Maximum Independent Set의 특징은 Maximum Independent Set의 여집합은 Minimum Vertex Cover이다. => 최대 집합 - Minimum Vertex Cover = 최대 독립 집합 => 최대 집합 - 최대 이분 매칭 = 최대 독립 집합이다 시간복잡도 이분매칭 할 때 : O(V^(1/2) * E) 문제 11014 컨닝2 www.acmicpc.net/problem/11014 11014번: 컨닝 2 최백준은 서강대학교에서 “컨닝의 기술”이라는 과목을 가르치고 있다. 이 과목..
Algorithm (알고리즘)
2020. 12. 4. 21:00