출처: leetcode.com/problems/minimum-cost-to-move-chips-to-the-same-position/ Minimum Cost to Move Chips to The Same Position - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 문제 한글 번역은 아래 더보기를 클릭해주세요. 더보기 i번째 칩의 위치가 position[i]를 나타내는 n개의 칩이 있다. 모든 칩을 같은 위치로 옮겨야 한다. 한 번에, i번째 칩의 위치를 p..