백준 2711번 (오타맨 고창영, C++) [BAEKJOON]
백준 2711번 ‘오타맨 고창영’ 문제에 대한 글입니다. 단순한 구현 문제입니다. (This is about the issue of ‘오타맨 고창영’ BaekJoon No. 2711. It’s a simple implementation question.)
백준 2711번 (오타맨 고창영, C++) [BAEKJOON] 더 읽기"
백준 2711번 ‘오타맨 고창영’ 문제에 대한 글입니다. 단순한 구현 문제입니다. (This is about the issue of ‘오타맨 고창영’ BaekJoon No. 2711. It’s a simple implementation question.)
백준 2711번 (오타맨 고창영, C++) [BAEKJOON] 더 읽기"
백준 2636번 ‘치즈’ 문제에 대한 글입니다. BFS 알고리즘을 이용하여 해결하였습니다.(This article is about the question of “Cheese” in Baekjoon Number 2636. It was solved using the BFS algorithm.)
백준 2636번 (치즈, C++) [BAEKJOON] 더 읽기"
백준 2573번 ‘빙산’ 문제에 대한 글입니다. BFS 알고리즘을 이용하여 해결하였습니다. (This article is about the issue of “ice mountain” in Baekjoon Number 2573. It was solved using the BFS algorithm.)
백준 2573번 (빙산, C++) [BAEKJOON] 더 읽기"
백준 14502번 ‘연구소’ 문제에 대한 글입니다. ‘BruteForce’ 와 ‘BFS Search’ 을 이용하여 문제를 해결하였습니다. (This article is about Baekjoon Number 14502 ‘Lab’ problem. We solved the problem using ‘BruteForce’ and ‘BFS Search’.)
백준 14502번 (연구소, C++) [BAEKJOON] 더 읽기"
백준 2587번 ‘대표값2’ 문제에 대한글입니다. (This is an article about Baekjoon Number 2587 ‘Representative Value 2’.)
백준 2587번 (대표값2, C++) [BAEKJOON] 더 읽기"
백준 2774번 ‘아름다운 수’ 문제에 대한 글입니다. 단순한 구현 문제입니다. (This article is about Baekjoon Number 2774 ‘Beautiful Sue’ problem. It’s a simple implementation problem.)
백준 2774번 (아름다운 수, C++) [BAEKJOON] 더 읽기"
백준 2443번 ‘별 찍기’ 문제에 대한 글입니다. 단순한 구현 문제 입니다. (This article is about Baekjun 2443’s “Take a Star” problem. It’s a simple implementation problem.)
백준 2443번 (별 찍기 – 6, C++) [BAEKJOON] 더 읽기"
그룹 단어 체커 https://www.acmicpc.net/problem/1316 시간 제한 메모리 제한 제출 정답 맞힌 사람 정답 비율 2 초 128 MB 132279 68998 56934 52.549% 문제 그룹 단어란 단어에 존재하는 모든 문자에 대해서, 각 문자가 연속해서 나타나는 경우만을 말한다. 예를 들면, ccazzzzbb는 c, a, z, b가 모두 연속해서 나타나고, kin도 k, i, n이 연속해서 나타나기 때문에 그룹 단어이지만,
백준 1316번 (그룹 단어 체커, C++) [BAEKJOON] 더 읽기"
백준 25305번 ‘커트라인’ 문제에 대한 글입니다. 정렬을 이용한 단순 구현 문제입니다. (This is an article about Baekjoon Number 25305 ‘cut line’ problem. Simple implementation problem using alignment.)
백준 25305번 (커트라인, 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] 더 읽기"