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
- 문자열
- 스택
- 재귀
- DFS
- 백준
- BFS
- 그리디 알고리즘
- 투 포인터
- 자료구조
- c++
- Team Fortress 2
- 브루트포스
- 구현
- 유니온 파인드
- 수학
- 다익스트라
- 유니티
- VR
- ue5
- 그래프
- 트리
- XR Interaction Toolkit
- Unreal Engine 5
- 누적 합
- 정렬
- 우선순위 큐
- 시뮬레이션
- 백트래킹
- 다이나믹 프로그래밍
- 알고리즘
Archives
- Today
- Total
목록결혼식 C++ (1)
1일1알
백준 5567번 결혼식 C++
https://www.acmicpc.net/problem/5567 5567번: 결혼식 예제 1의 경우 2와 3은 상근이의 친구이다. 또, 3과 4는 친구이기 때문에, 4는 상근이의 친구의 친구이다. 5와 6은 친구도 아니고, 친구의 친구도 아니다. 따라서 2, 3, 4 3명의 친구를 결혼식에 초대 www.acmicpc.net 그래프 탐색 문제 #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; vecto..
알고리즘
2022. 12. 30. 13:49