320x100
문제 : https://leetcode.com/problems/minimum-time-visiting-all-points/
두 점 사이의 거리 = | x점 사이의 거리 | + | y점 사이의 거리 |
potints를 앞에서부터 탐색하면서 두 점 사이의 거리들의 합을 구하면 정답이 된다.
이제부터는 파이썬으로 풀도록 노력해봐야겠다.
320x100
'알고리즘 문제 > Leetcode' 카테고리의 다른 글
[leetcode][979] Distribute Coins in Binary Tree (0) | 2019.12.17 |
---|---|
[leetcode][539] Minimum Time Difference (0) | 2019.12.08 |
[leetcode][1219] Path with Maximum Gold (0) | 2019.10.14 |
[leetcode][1186] Maximum Subarray Sum with One Deletion (0) | 2019.10.05 |
[leetcode][1209] Remove All Adjacent Duplicates in String II (0) | 2019.10.03 |
댓글