백준 1389번 (케빈 베이컨의 6단계 법칙, C++) [BAEKJOON]
백준(BAEKJOON) 1389번 ‘케빈 베이컨의 6단계 법칙’ 문제에 대한 글입니다. BFS 탐색을 이용하여 문제를 해결하였습니다. (This article is about the problem of Kevin Bacon’s Six-Step Law, BAEKJOON No. 1389. BFS Search was used to resolve the issue.)
백준(BAEKJOON) 1389번 ‘케빈 베이컨의 6단계 법칙’ 문제에 대한 글입니다. BFS 탐색을 이용하여 문제를 해결하였습니다. (This article is about the problem of Kevin Bacon’s Six-Step Law, BAEKJOON No. 1389. BFS Search was used to resolve the issue.)
백준(BAEKJOON) 11286번 ‘절댓값 힙’ 문제에 대한 글입니다. 자료구조 ‘priority queue’ 를 사용하여 해결하였습니다. (This is an article about the ‘absolute value hip’ problem in BAEKJOON No. 11286. We solved it using the data structure ‘Priority Queue’.)
백준(BAEKJOON) 9375번 “패션왕 신해빈” 문제에 대한 글입니다. ‘unsorted map’ 자료구조를 이용하여 해결하였습니다. (This is an article on the issue of “Fashion King Shin Hae-bin” in BAEKJOON No. 9375 . We solved it using the ‘unsorted map’ data structure.)
백준(BAEKJOON) 7569번 ‘토마토’ 문제에 대한 글입니다. ‘BFS Search’ 을 사용하여 해결하였습니다. (This is an article about the ‘Tomato’ problem in BAEKJOON 7569. Resolved using ‘BFS Search’.)
백준(BAEKJOON) 1541번 ‘잃어버린 괄호’ 문제에 대한 글입니다. (This is an article on the question of ‘Lost Parentheses’ in BAEKJOON No. 1541.)
백준(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’.)
백준(BAEKJOON) 16681번 ‘등산’ 문제에 대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘climbing’ problem in BAEKJOON No. 16681. It was solved using Dijkstra algorithm.)
백준(BAEKJOON) 18870번 ‘좌표 압축’ 문제에 대한 글입니다. ‘map’ 자료구조를 이용하여 해결하였습니다. (This is an article about the problem of ‘coordinate compression’ in BAEKJOON 1880. I solved it using ‘map’ data structure.)
백준(BAEKJOON) 7576번 ‘토마토’ 문제에대한 글입니다. ‘BFS’를 이용하여 해결하였습니다. (This is an article about the “Tomato” problem in BAEKJOON No. 7576. I solved it using ‘BFS’.)
백준(BAEKJOON) 10989번 ‘수 정렬하기 3’ 문제에 대한 글입니다. (This is an article on the question of ‘Sorting Numbers 3’ in BAEKJOON No. 10989.)