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++
- 구현
- Unreal Engine 5
- 유니온 파인드
- 유니티
- Team Fortress 2
- 문자열
- 수학
- 누적 합
- DFS
- 투 포인터
- 시뮬레이션
- 정렬
- 우선순위 큐
- XR Interaction Toolkit
- 자료구조
- VR
- 그래프
- 다이나믹 프로그래밍
- 그리디 알고리즘
- 스택
- BFS
- 재귀
- 백준
- 백트래킹
- 다익스트라
- 트리
- ue5
- 브루트포스
Archives
- Today
- Total
목록백준 17141 C++ (1)
1일1알
백준 17141번 연구소 2 C++
https://www.acmicpc.net/problem/17141 17141번: 연구소 2 인체에 치명적인 바이러스를 연구하던 연구소에 승원이가 침입했고, 바이러스를 유출하려고 한다. 승원이는 연구소의 특정 위치에 바이러스 M개를 놓을 것이고, 승원이의 신호와 동시에 바이 www.acmicpc.net bfs + 백트래킹 #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include using namespace std; using int64 = long long; struct Info { int row; int ..
알고리즘
2023. 1. 14. 12:02