백준 2638번 (치즈, C++) [BAEKJOON]
백준 2638번 ‘치즈’ 문제에 대한 글입니다.
BFS 탐색을 이용하여 문제를 해결하였습니다. (This article is about the question of “Cheese” in Baekjoon number 2638.
We solved the problem using BFS navigation.)
백준 2638번 (치즈, C++) [BAEKJOON] 더 읽기"
백준 2638번 ‘치즈’ 문제에 대한 글입니다.
BFS 탐색을 이용하여 문제를 해결하였습니다. (This article is about the question of “Cheese” in Baekjoon number 2638.
We solved the problem using BFS navigation.)
백준 2638번 (치즈, C++) [BAEKJOON] 더 읽기"
백준 9251번 ‘LCS’ 문제에 대한 글입니다. (This is an article about the problem of “LCS” in Baekjoon
Number 9251)
백준 9251번 (LCS, C++) [BAEKJOON] 더 읽기"
백준 2010번 ‘플러그’ 문제에 대한 글입니다. 단순한 구현 문제 입니다. (This is an article about BaekJoon Number 2010 ‘Plug’ problem. It’s a simple implementation problem.)
백준 2010번 (플러그, C++) [BAEKJOON] 더 읽기"
백준 23794번 ‘골뱅이 찍기 – 정사각형’ 문제에 대한 글입니다. (This article is about Baekjoon Number 23794 ‘Taking a Whelk – Square’ problem.)
백준 23794번 (골뱅이 찍기 – 정사각형, C++) [BAEKJOON] 더 읽기"
Programmers 60057번 ‘문자열 압축’ 문제에 대한 글입니다. (This article is about the ‘string compression’ problem in Programmers 60057. [2020 KAKAO BLIND RECRUITMENT])
Programmers 60057 문자열 압축 [2020 KAKAO BLIND RECRUITMENT] 더 읽기"
클래스의 인스턴스를 반환하는 공용 정적 속성 인스턴스가 null이면 장면에서 클래스의 기존 인스턴스를 검색 인스턴스를 찾을 수 없으면 새 인스턴스를 생성 인스턴스가 장면에 하나만 존재하도록 하는 편리한 방법으로 게임 상태, 컨트롤러 또는 여러 인스턴스를 가져서는 안 되는 기타 구성 요소를 관리하는 데 유용
Unity – Singleton 패턴의 일반 구현 더 읽기"
Programmers 60063번 ‘블록 이동하기’ 문제에 대한 글입니다. BFS 탐색 및 브루트포스 알고리즘을 이용하여 해결하였습니다. This article is about Programmers 60063 ‘Move Block’ It was solved using the BFS search and Bruteforce algorithm. [2020 KAKAO BLIND RECRUITMENT]
Programmers 60063 블록 이동하기 [2020 KAKAO BLIND RECRUITMENT] 더 읽기"
백준 11660번 ‘구간 합 구하기 5’ 문제에 대한 글입니다. 다이나믹 프로그래밍 알고리즘을 이용하여 해결하였습니다. (This article is about Baekjoon Number 11660 question of ‘Total Section 5’. It was solved using a dynamic programming algorithm.)
백준 11660번 (구간 합 구하기 5, C++) [BAEKJOON] 더 읽기"
백준 1149번 ‘RGB거리’ 문제에 대한 글입니다. 다이나믹 프로그래밍 알고리즘을 이용하여 해결하였습니다. (This article is about the issue of “RGB Street” in Baekjun 1149. It was solved using a dynamic programming algorithm.)
백준 1149번 (RGB거리, C++) [BAEKJOON] 더 읽기"
Programmers 42892번 ‘길 찾기 게임’ 문제에 대한 글입니다. [2019 KAKAO BLIND RECRUITMENT] (This article is about the problem of ‘Roading Game’ in Programmers 42892)
Programmers 42892 길 찾기 게임 [2019 KAKAO BLIND RECRUITMENT] 더 읽기"