백준 1034번 (램프, C++) [BAEKJOON]
백준 1034번 ‘램프’ 문제에 대한 글입니다. (This article is about the problem of ‘Lamp’ in Baekjoon Number 1034)
백준 1034번 (램프, C++) [BAEKJOON] 더 읽기"
백준 1034번 ‘램프’ 문제에 대한 글입니다. (This article is about the problem of ‘Lamp’ in Baekjoon Number 1034)
백준 1034번 (램프, C++) [BAEKJOON] 더 읽기"
백준 12924번 ‘멋진 쌍’ 문제에 대한 글입니다. ‘브루트포스’ 알고리즘을 이용하여 문제를 해결하였습니다. (This article is about Baekjoon Number 12924 “Cool Pair” problem. We solved the problem using the ‘Brute Force’ algorithm.)
백준 12924번 (멋진 쌍, C++) [BAEKJOON] 더 읽기"
가장 가까운 세 사람의 심리적 거리 https://www.acmicpc.net/problem/20529 시간 제한 메모리 제한 제출 정답 맞힌 사람 정답 비율 2 초 1536 MB 4043 1550 1185 36.744% 문제 여러분은 요즘 유행하는 심리검사인 MBTI에 대해 들어보았는가? MBTI(Myers-Briggs Type Indicator)는 C.G.Jung의 심리유형론을 근거로 하여 Katharine Cook Briggs와 Isabel Briggs Myers가 보다 쉽고 일상생활에 유용하게 활용할 수 있도록 고안한 자기보고식 성격유형지표이다.
백준 20529번 (가장 가까운 세 사람의 심리적 거리, C++) [BAEKJOON] 더 읽기"
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] 더 읽기"
백준(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’.)
백준 14500번 (테트로미노, C++) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 17626번 ‘Four Squares 4’ 문제에 대한 글입니다. ‘다이나믹 프로그래밍’ 알고리즘을 이용하여 해결하였습니다. (This is an article on the question of ‘Four Squares 4’ in BAEKJOON No. 17626 It was solved using the ‘Dynamic Programming’ algorithm.)
백준 17626번 (Four Squares 4, C++, DP) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1107번 ‘리모컨’ 문제에 대한 글입니다. ‘Brute Force’ 알고리즘을 이용하여 해결하였습니다.
(This is an article about the ‘remote control’ problem in BAEKJOON 1107. Solved using the ‘Brute Force’ algorithm.)
백준 1107번 (리모컨, C++, Brute Force) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1436번 ‘영화감독 숌’ 문제에 대한 글입니다. “brute force” 알고리즘을 이용하여 해결하였습니다. (This is BAEKJOON’s 1436 ‘Film Director Shom’ issue. Solved using the “brute force” algorithm.)
백준 1436번 (영화감독 숌, C++, brute force) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 7568번 ‘덩치’ 문제에 대한 글입니다. (This is BAEKJOON’s 7568 article on the ‘large figure’ problem.)
백준 7568번 (덩치, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1075번 ‘나누기’ 문제에 대한 글입니다.
브루트포스 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘sharing’ problem in BAEKJOON No. 1075.
It was solved using the Brute algorithm.)
백준 1075번 (나누기, C++) [BAEKJOON] 더 읽기"