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 | 31 |
Tags
- Data Structure
- CSV
- SQL
- 알고리듬
- programmers
- 시뮬레이션
- BFS
- DFS
- Priority Queue
- gpdb
- 알고리즘
- 코딩테스트
- spring boot
- Algorithm
- Python
- Bruth Force
- 코테
- Trie
- Linked list
- Vue.js
- hash table
- JavaScript
- SWEA
- boj
- 구현
- 모의SW역량테스트
- Back tracking
- django
- aws
- GitHub
Archives
- Today
- Total
목록백트래킹 (1)
hotamul의 개발 이야기
[Algorithm][C++] BOJ 17825 주사위 윷놀이
na982님 풀이 참고 https://na982.tistory.com/123 [삼성 SW 역량 테스트] 주사위 윷놀이 #include const int board[33][6] = { {0,1,2,3,4,5}, {2,2,3,4,5,6}, {4,3,4,5,6,7}, {6,4,5,6,7,8}, {8,5,6,7,8,9}, {10,21,22,23,24,25}, {12,7,8,9,10,11}, {14,8,9,10,11,12}, {16,9,10,11,12,13}, {18,10,11.. na982.tistory.com 코드 #define _CRT_SECURE_NO_WARNINGS #include const int board[33][6] = { {0,1,2,3,4,5}, {2,2,3,4,5,6}, {4,3,4,5,6,7..
myt-algorithm-practice/Samsung SW Certi Adv
2021. 10. 14. 23:45