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
- 정렬
- VR
- 브루트포스
- 누적 합
- 수학
- Team Fortress 2
- 시뮬레이션
- 다익스트라
- XR Interaction Toolkit
- 트리
- 문자열
- DFS
- 그래프
- 자료구조
- 다이나믹 프로그래밍
- Unreal Engine 5
- 백트래킹
- 그리디 알고리즘
- 유니티
- ue5
- c++
- 투 포인터
- BFS
- 우선순위 큐
- 스택
- 재귀
- 유니온 파인드
- 백준
- 구현
- 알고리즘
Archives
- Today
- Total
목록배열 탈출 C++ (1)
1일1알
백준 11909번 배열 탈출 C++
https://www.acmicpc.net/problem/11909 11909번: 배열 탈출 상수는 2차원 배열 A[1..n][1..n] (n≥2, n은 자연수)을 가지고 있습니다. 이 배열의 각 원소는 1 이상 222 이하의 정수입니다. 배열을 가지고 놀던 상수를 본 승현이는, 질투심이 불타올라 상수를 A[1][1] www.acmicpc.net 우선순위 큐를 이용해서 다익스트라 알고리즘을 적용해서 해결하였다. #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include using namespace std; u..
알고리즘
2022. 12. 18. 12:41