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
- 백준
- XR Interaction Toolkit
- 투 포인터
- 그리디 알고리즘
- 구현
- VR
- DFS
- 정렬
- 다이나믹 프로그래밍
- Team Fortress 2
- 다익스트라
- 수학
- 브루트포스
- ue5
- 알고리즘
- 유니온 파인드
- 우선순위 큐
- 백트래킹
- 시뮬레이션
- 유니티
- c++
- Unreal Engine 5
- 누적 합
- 자료구조
- 그래프
- 재귀
- 문자열
- 트리
Archives
- Today
- Total
목록매직 스타 C++ (1)
1일1알
백준 3967번 매직 스타 C++
https://www.acmicpc.net/problem/3967 3967번: 매직 스타 매직 스타의 모양이 주어진다. 수가 채워져 있지 않은 곳은 x로, 채워져 있는 곳은 'A'부터 'L'까지 알파벳으로 채워져 있다. i번째 알파벳은 숫자 i를 의미한다. '.'는 매직 스타의 형태를 만들기 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 cnt = 0; vector use..
알고리즘
2023. 4. 14. 17:10