백준 5427번 (불, C++) [BAEKJOON]
백준 5427번 ‘불’ 문제에 대한 글입니다. BFS 탐색을 이용하여 해결하였습니다. (This article is about the issue of “fire” in BaekJoon Number 5427. It was solved using BFS Search.)
백준 5427번 (불, C++) [BAEKJOON] 더 읽기"
백준 5427번 ‘불’ 문제에 대한 글입니다. BFS 탐색을 이용하여 해결하였습니다. (This article is about the issue of “fire” in BaekJoon Number 5427. It was solved using BFS Search.)
백준 5427번 (불, C++) [BAEKJOON] 더 읽기"
백준 10867번 ‘중복 빼고 정렬하기’ 문제에 대한 글입니다. 카운팅 정렬을 이용하여 해결하였습니다. (This article is about Baekjoon Number 10867 “Sorting Without Duplicate” problem. It was solved using counting alignment.)
백준 10867번 (중복 빼고 정렬하기, C++) [BAEKJOON] 더 읽기"
백준 1806번 ‘부분합’ 문제에 대한 글입니다. 투 포인터와 재귀를 이용하여 해결하였습니다. (This article is about BaekJoon Number 1806 ‘partial sum’ problem. It was solved using two pointers and recursion.)
백준 1806번 (부분합, C++) [BAEKJOON] 더 읽기"
백준 3273번 ‘두 수의 합’ 문제에 대한 글입니다. Two Pointer를 이용하여 문제를 해결하였습니다. (This article is about BaekJoon Number 3273 “sum of two numbers” problem. I solved the problem using Two Pointer.)
백준 3273번 (두 수의 합, C++) [BAEKJOON] 더 읽기"
백준 1026번 ‘보물’ 문제에 대한 글입니다. (This article is about the issue of “Treasure” in Baekjoon Number 1026)
백준 1026번 (보물, 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회] 더 읽기"
백준 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] 더 읽기"
백준 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] 더 읽기"