728x90
반응형
알고리즘
BFS (너비 우선 탐색 알고리즘)
https://gmlwjd9405.github.io/2018/08/15/algorithm-bfs.html
DFS (깊이 우선 탐색 알고리즘)
https://gmlwjd9405.github.io/2018/08/14/algorithm-dfs.html
백트래킹
https://chanhuiseok.github.io/posts/algo-23/
문제
https://www.acmicpc.net/workbook/view/1152
https://www.acmicpc.net/workbook/view/2771
강의
https://swexpertacademy.com/main/learn/course/subjectList.do?courseId=AVuPDYSqAAbw5UW6
728x90
반응형
'Algorithm > SWEA' 카테고리의 다른 글
15230. 알파벳 공부 JAVA (0) | 2023.01.05 |
---|---|
15612. 체스판 위의 룩 배치 JAVA (0) | 2023.01.05 |
14413. 격자판 칠하기 JAVA (0) | 2023.01.05 |
[Reference Code] Queue 풀어보기 (0) | 2021.06.08 |
[Reference Code] Stack 풀어보기 (0) | 2021.06.08 |