백준 2587번 (대표값2, C++) [BAEKJOON]
백준 2587번 ‘대표값2’ 문제에 대한글입니다. (This is an article about Baekjoon Number 2587 ‘Representative Value 2’.)
백준 2587번 (대표값2, C++) [BAEKJOON] 더 읽기"
백준 2587번 ‘대표값2’ 문제에 대한글입니다. (This is an article about Baekjoon Number 2587 ‘Representative Value 2’.)
백준 2587번 (대표값2, C++) [BAEKJOON] 더 읽기"
백준 10867번 ‘중복 빼고 정렬하기’ 문제에 대한 글입니다. 카운팅 정렬을 이용하여 해결하였습니다. (This article is about Baekjoon Number 10867 “Sorting Without Duplicate” problem. It was solved using counting alignment.)
백준 10867번 (중복 빼고 정렬하기, 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] 더 읽기"
백준 25305번 ‘커트라인’ 문제에 대한 글입니다. 정렬을 이용한 단순 구현 문제입니다. (This is an article about Baekjoon Number 25305 ‘cut line’ problem. Simple implementation problem using alignment.)
백준 25305번 (커트라인, C++) [BAEKJOON] 더 읽기"
백준 1141번 ‘접두사’ 문제에 대한 글입니다. ‘Trie’ 자료구조를 이용하여 해결하였습니다. (This is an article about the ‘prefix’ problem in Baekjoon 1141. We solved it using the ‘Trie’ data structure.)
백준 1141번 (접두사, C++) [BAEKJOON] 더 읽기"
백준 14426번 ‘접두사 찾기’ 문제에 대한 글입니다. ‘트라이’ 자료구조를 이용하여 해결하였습니다. (This is an article on the ‘find prefix’ problem in Baekjun 14426. We solved it using the ‘Trie’ data structure.)
백준 14426번 (접두사 찾기, C++) [BAEKJOON] 더 읽기"
백준 18110번 ‘solved.ac’ 문제에 대한 글입니다. 단순한 구현 문제 입니다. (This article is about the question of Baekjoon Number 18110 ‘solved.ac ‘. It’s a simple implementation problem.)
백준 18110번 (solved.ac, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 10815번 ‘숫자 카드’ 문제에 대한 글입니다. ‘Binary Search’ 를 이용하여 해결하였습니다. (This is an article about the ‘number card’ problem in BAEKJOON 10815. I solved it using ‘Binary Search’.)
백준 10815번 (숫자 카드, C++, Binary Search) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 18870번 ‘좌표 압축’ 문제에 대한 글입니다. ‘map’ 자료구조를 이용하여 해결하였습니다. (This is an article about the problem of ‘coordinate compression’ in BAEKJOON 1880. I solved it using ‘map’ data structure.)
백준 18870번 (좌표 압축, C++, Map) [BAEKJOON] 더 읽기"