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
- 다이나믹 프로그래밍
- 자료구조
- c++
- Team Fortress 2
- DFS
- 누적 합
- 다익스트라
- 백트래킹
- 재귀
- 유니티
- 그래프
- 스택
- XR Interaction Toolkit
- 트리
- 시뮬레이션
- 알고리즘
- 문자열
- BFS
- 정렬
- Unreal Engine 5
- 브루트포스
- 우선순위 큐
- ue5
- 백준
- VR
- 수학
- 유니온 파인드
- 그리디 알고리즘
- 투 포인터
- 구현
Archives
- Today
- Total
목록백준 21924 C++ (1)
1일1알

유니온 파인드를 이용해서 최소 스패닝 트리를 만들었다. #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include using namespace std; using int64 = long long; int n, m; struct Info { int a; int b; int cost; bool operator height[v]) ::swap(u, v); parent[u] = parent[v]; if (height[u] == height[v]) height[v]++; } int main() { ios_base::s..
알고리즘
2022. 8. 5. 12:43