백준 23810번 (골뱅이 찍기 – 뒤집힌 ㅋ, C++) [BAEKJOON]
백준 23810번 ‘골뱅이 찍기 – 뒤집힌 ㅋ’ 문제에 대한 글입니다. (This is Baekjun number 23810 article about the problem.)
백준 23810번 (골뱅이 찍기 – 뒤집힌 ㅋ, C++) [BAEKJOON] 더 읽기"
백준 23810번 ‘골뱅이 찍기 – 뒤집힌 ㅋ’ 문제에 대한 글입니다. (This is Baekjun number 23810 article about the problem.)
백준 23810번 (골뱅이 찍기 – 뒤집힌 ㅋ, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1074번 “Z” 문제에 대한 글입니다. ‘DivideAndConquer’ 알고리즘을 이용하여 해결하였습니다. (This is an article about the “Z” problem in BAEKJOON 1074. Solved using ‘DivideAndConquer’ algorithm.)
백준 1074번 (Z, C++, DivideAndConquer) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2630번 ‘색종이 만들기’ 문제에 대한 글입니다. ‘분할 정복’ 알고리즘을 사용하여 해결하였습니다. (This is an article about the ‘making colored paper’ problem in BAEKJOON 2630. Solved using the ‘division conquest’ algorithm.)
백준 2630번 (색종이 만들기, C++, DivideAndConquer) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1620번 ‘나는야 포켓몬 마스터 이다솜’ 문제에 대한 글입니다. ‘array’과 ‘unordered_map’ 자료 구조를 이용하여 해결하였습니다. (This is an article about the issue of BAEKJOON No. 1620 I am Pokemon Master Lee Da-som. We solved it using the data structure of ‘array’ and ‘unordered_map’.)
백준 1620번 (나는야 포켓몬 마스터 이다솜, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 11723번 ‘집합’ 문제에 대한 글 입니다. 비트마스킹, 배열, Set을 이용하여 해결하였습니다. (This is an article about the ‘collection’ problem in BAEKJOON 11723. It was solved using bit masking, arrangement, and Set.)
백준 11723번 (집합, C++, 비트마스킹) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 16681번 ‘등산’ 문제에 대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘climbing’ problem in BAEKJOON No. 16681. It was solved using Dijkstra algorithm.)
백준 16681번 (등산, C++, Dijkstra) [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] 더 읽기"
백준(BAEKJOON) 18500번 ‘미네랄 2’ 문제에 대한 글입니다. ‘그래프 Search’을 이용하여 해결하였습니다.
추가적인 테스트 케이스를 제시합니다. (This is BAEKJOON’s 18500 article on the ‘Mineral 2’ problem. I solved it using ‘Graph Search’.
Present additional test cases.)
백준 18500번 (미네랄 2, C++, Simulation) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2933번 ‘미네랄’ 문제에 대한 글입니다. ‘그래프 Search’을 이용하여 해결하였습니다.
추가적인 테스트 케이스를 제시합니다. (This is BAEKJOON’s 2933 article on the ‘Mineral’ problem. I solved it using ‘Graph Search’.
Present additional test cases.)
백준 2933번 (미네랄, C++, Simulation) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 7662번 ‘이중 우선순위’ 문제에 대한 글입니다. ‘multiset’ 자료구조를 이용하여 해결하였습니다. (his is BAEKJOON’s No. 7662 on the ‘double priority queue’ problem. We solved it using the ‘multiset’ data structure.)
백준 7662번 (이중 우선순위 큐, C++, Multiset) / 추가 반례 [BAEKJOON] 더 읽기"