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
- BFS
- 유니온 파인드
- 스택
- 정렬
- 자료구조
- VR
- 알고리즘
- 그리디 알고리즘
- 백트래킹
- 다익스트라
- 다이나믹 프로그래밍
- 문자열
- 투 포인터
- Unreal Engine 5
- 백준
- 그래프
- 우선순위 큐
- Team Fortress 2
- c++
- 트리
- ue5
- DFS
- XR Interaction Toolkit
- 구현
- 시뮬레이션
- 유니티
- 수학
- 브루트포스
- 누적 합
- 재귀
Archives
- Today
- Total
목록영재의 시험 C++ (1)
1일1알
백준 19949번 영재의 시험 C++
https://www.acmicpc.net/problem/19949 19949번: 영재의 시험 컴퓨터공학과 학생인 영재는 이번 학기에 알고리즘 수업을 수강한다. 평소에 자신의 실력을 맹신한 영재는 시험 전날까지 공부를 하지 않았다. 당연하게도 문제를 하나도 풀지 못하였지만 다행 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 ans = 0; const int SIZE = 1..
알고리즘
2023. 4. 21. 12:50