백준 16930번 (달리기, C++) / 추가 반례 [BAEKJOON]
백준 16930번 ‘달리기’ 문제에 대한 글입니다. ‘BFS Search’을 이용하여 문제를 해결하였습니다. (This article is about the “Run” problem of Baek Jun 16930. I solved the problem using ‘BFS Search’.)
백준 16930번 ‘달리기’ 문제에 대한 글입니다. ‘BFS Search’을 이용하여 문제를 해결하였습니다. (This article is about the “Run” problem of Baek Jun 16930. I solved the problem using ‘BFS Search’.)
Programmers 150369번 ‘택배 배달과 수거하기’ 문제에 대한 글입니다. (This article is about the issue of ‘Delivery and Collection’ in Programmers Number 150369) [2023 KAKAO BLIND RECRUITMENT]
Programmers 150366 표 병합 문제에 대한 글입니다. (This article is about the problem of Merge Tables Programmers Number 150366.) [2022 KAKAO BLIND RECRUITMENT]
백준(BAEKJOON) 14500번 ‘테트로미노’ 문제에 대한 글입니다. ‘brute force’ 알고리즘과 ‘DFS 탐색’을 이용하여 해결하였습니다. (This is BAEKJOON’s 14500 article on the ‘Tetromino’ problem. It was solved using the ‘brute force’ algorithm and ‘DFS search’.)
백준(BAEKJOON) 1219번 ‘오민식의 고민’ 문제에 대한 글입니다. Bellman–Ford 알고리즘을 이용하여 해결하였습니다. (This is BAEKJOON’s 1219, “오민식의 고민” Solved using Bellman–Ford algorithm.)
백준(BAEKJOON) 1865번 ‘웜홀’ 문제에 대한 글입니다. Bellman–Ford 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘Warmhole’ problem in BAEKJOON 1865. Solved using Bellman–Ford algorithm.)
백준(BAEKJOON) 1738번 ‘골목길’ 문제에 대한 글입니다. Bellman–Ford 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘Alley Road’ problem in BAEKJOON 1738. Solved using Bellman–Ford algorithm.)
백준(BAEKJOON) 16928번 ‘뱀과 사다리 게임’ 문제에 대한 글입니다.
‘BFS 탐색’을 이용하여 해결하였습니다. (This is an article on the question of ‘The Snake and the Ladder Game’ in BAEKJOON No. 16928.
Resolved using ‘BFS Search’.)
백준(BAEKJOON) 5719번 “거의 최단 경로” 문제에 대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This article is about the “near shortest path” problem in BAEKJOON No. 5719. It was solved using Dijkstra algorithm.)
백준(BAEKJOON) 10217번 ‘KCM Travel’ 문제에 대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘KCM Travel’ problem in BAEKJOON 10217. It was solved using Dijkstra algorithm.)