백준 1141번 (접두사, 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] 더 읽기"
백준 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] 더 읽기"
Programmers 17687 ‘[3차] n진수 게임’ 문제에 대한 글입니다. [2018 KAKAO BLIND RECRUITMENT] (This is an article about the problem of Programmers 17687 ‘[3rd] n-digit game’. [2018 KAKAO BLIND RECRUITMENT])
Programmers 17687 [3차] n진수 게임 [2018 KAKAO BLIND RECRUITMENT] 더 읽기"
Programmers 17678 ‘셔틀버스’ 문제에 대한 글입니다. [2018 KAKAO BLIND RECRUITMENT]
Programmers 17678 [1차] 셔틀버스 [2018 KAKAO BLIND RECRUITMENT] 더 읽기"
Programmers 17680번 ‘[1차] 캐시’ 문제에 대한 글입니다. [2018 KAKAO BLIND RECRUITMENT] (This article is about the ‘[primary] cache’ problem in Programmers 17680 [2018 KAKAO BLIND RECRUITMENT])
Programmers 17680 [1차] 캐시 [2018 KAKAO BLIND RECRUITMENT] 더 읽기"
Programmers 17684 ‘[3차] 압축’ 문제에 대한 글입니다. [2018 KAKAO BLIND RECRUITMENT] (This article is about the programmers 17684 ‘[3rd] compression’ problem. [2018 KAKAO BLIND RECRUITMENT])
Programmers 17684 [3차] 압축 [2018 KAKAO BLIND RECRUITMENT] 더 읽기"
Programmers 17681 ‘[1차] 비밀지도’ 문제에 대한 글입니다. [2018 KAKAO BLIND RECRUITMENT] (This article is about the ‘[1st] Secret Map’ problem of Programmers 17681. [2018 KAKAO BLIND RECRUITMENT])
Programmers 17681 [1차] 비밀지도 [2018 KAKAO BLIND RECRUITMENT] 더 읽기"
백준(BAEKJOON) 5430번 ‘AC’ 문제에 대한 글입니다. 자료구조 ‘deque’을 이용하여 해결하였습니다. (This is an article about the ‘AC’ problem in BAEKJOON No. 5430. I solved it using the data structure ‘decque’.)
백준 5430번 (AC, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 11718번 ‘그대로 출력하기’ 문제에 대한 글입니다. (This article is about the problem of ‘printing as it is’ in BAEKJOON 11718.)
백준 11718번 (그대로 출력하기, C++) [BAEKJOON] 더 읽기"
C++ 표준 라이브러리(STL) ‘cstdlib’의 사용법을 정리한 글입니다. (This article summarizes the usage of the C++ Standard Library (STL) ‘cstdlib’.)
cstdlib / C++ 표준 라이브러리 사용법 정리 더 읽기"