알고리즘 – 비둘기 집의 원리 (Pigeonhole Principle)
비둘기 집의 원리에 대한 블로그 게시글입니다. (A blog post about the principles of pigeon houses.)
알고리즘 – 비둘기 집의 원리 (Pigeonhole Principle) 더 읽기"
비둘기 집의 원리에 대한 블로그 게시글입니다. (A blog post about the principles of pigeon houses.)
알고리즘 – 비둘기 집의 원리 (Pigeonhole Principle) 더 읽기"
백준 21736번 ‘헌내기는 친구가 필요해’ 문제에 대한 글입니다. 재귀를 이용한 ‘DFS Search’을 이용하여 해결하였습니다. (Baekjoon Number 21736 This is an article about the problem of “The old man needs a friend.” It was solved by using ‘DFS Search’ using recursive.)
백준 21736번 (헌내기는 친구가 필요해, C++) [BAEKJOON] 더 읽기"
programmers 121690번 ‘보물 지도’ 문제에 대한 글입니다. BFS 탐색을 이용하여 해결하였습니다. (This article is about the problem of ‘Treasure Map’ in programmers 121690. It was solved using BFS Search.) [PCCP]
Programmers 121690 4번 보물 지도 [PCCP 모의고사 2회] 더 읽기"
백준 10474번 ‘분수좋아해?’ 문제에 대한 글입니다. 단순한 사칙연산 문제입니다. (This article is about the question of Baekjoon Number 10474 “Do you like fountain?” It’s just a four-pronged operation problem.)
백준 10474번 (분수좋아해?, C++) [BAEKJOON] 더 읽기"
백준 2161번 ‘카드1’ 문제에 대한 글입니다. Queue를 이용한 구현문제입니다. (This is an article about the question of “Card 1” in Baekjoon Number 2161.
It is an implementation problem using Queue.)
백준 2161번 (카드1, C++) [BAEKJOON] 더 읽기"
백준 9663번 ‘N-Queen’ 문제에 대한 글입니다. 백트레킹을 이용하여 해결하였습니다. (This article is about the question of “N-Queen” in Baekjun 9663. It was solved using backtracking.)
백준 9663번 (N-Queen, C++) [BAEKJOON] 더 읽기"
백준 2460번 ‘지능형 기차 2’ 문제에 대한 글입니다. 해당 문제는 단순한 사칙연산 구현 문제입니다. (This article is about the question of Baekjoon Number 2460 ‘Intelligent Train 2’. The problem is four fundamental arithmetic operations implementation problem.)
백준 2460번 (지능형 기차 2, C++) [BAEKJOON] 더 읽기"
Programmers 72414번 ‘광고 삽입’ 문제에 대한 글입니다. (This article is about the ‘insert advertisement’ problem in Programmers Number 72414.) [2021 KAKAO BLIND RECRUITMENT]
Programmers 72414 광고 삽입 [2021 KAKAO BLIND RECRUITMENT] 더 읽기"
백준 1991번 ‘트리 순회’ 문제에 대한 글입니다. 재귀를 이용하여 해결하였습니다.recursive function
(This article is about the issue of ‘Tree Tour’ in Baekjoon Number 1991. I solved it by using recursive function.)
백준 1991번 (트리 순회, C++) [BAEKJOON] 더 읽기"
백준 13549번 ‘숨바꼭질 3’ 문제에 대한 글입니다. deque을 이용한 BFS 탐색으로 해결하였습니다. (This article is about the question of “Hide and Seek 3” in Baekjoon Number 13549. It was solved by BFS search using deque.)
백준 13549번 (숨바꼭질 3, C++) [BAEKJOON] 더 읽기"