백준 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]
백준 10830번 ‘행렬 제곱’ 문제에 대한 글입니다. (This article is about Baekjoon Number 10830 ‘matrix square’ problem.)
백준 2206번 ‘벽 부수고 이동하기’ 문제에 대한 글입니다. BFS 탐색 알고리즘을 이용하여 해결하였습니다. (This article is about Baek Joon Number 2206 ‘Breaking the Wall and Moving’. It was solved using the BFS search algorithm)
백준 9251번 ‘LCS’ 문제에 대한 글입니다. (This is an article about the problem of “LCS” in Baekjoon
Number 9251)
백준(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.)