백준 10816번 (숫자 카드 2, C++, 정렬) [BAEKJOON]
백준(BAEKJOON) 10816번 ‘숫자카드’ 문제에 대한 글입니다. 배열을 이용하여 해결하였습니다. (This is an article about the ‘number card’ problem in BAEKJOON 10816. Resolved using an array.)
백준 10816번 (숫자 카드 2, C++, 정렬) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 10816번 ‘숫자카드’ 문제에 대한 글입니다. 배열을 이용하여 해결하였습니다. (This is an article about the ‘number card’ problem in BAEKJOON 10816. Resolved using an array.)
백준 10816번 (숫자 카드 2, C++, 정렬) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 11650번 ‘좌표 정렬하기’ 문제에 대한 글입니다. multimap 을 이용하여 해결하였습니다. (This is an article about the problem of ‘aligning coordinates’ in BAEKJOON 1160. I solved it using multimap.)
백준 11650번 (좌표 정렬하기, C++, multimap) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1920번 ‘수 찾기’ 문제에 대한 글입니다. set 을 이용하여 해결하였습니다. (This is an article about the question of ‘finding numbers’ in BAEKJOON 1920. I solved it using set.)
백준 1920번 (수 찾기, C++, set) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2667번 ‘단지번호붙이기’ 문제에 대한 글입니다. DFS 탐색을 이용하여 해결하였습니다. (This is an article on the issue of ‘just numbering’ in BAEKJOON 2667. Resolved using DFS Search.)
백준 2667번 (단지번호붙이기, C++, DFS) [BAEKJOON] 더 읽기"