Skip to content

Commit a2ecf61

Browse files
authored
Update Minimum Total Distance Traveled.cpp
1 parent d67afd7 commit a2ecf61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hard/Minimum Total Distance Traveled.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//2463. Minimum Total Distance Traveled
2+
//My submission Link: https://leetcode.com/contest/weekly-contest-318/submissions/detail/838161239/
23
class Solution {
34
public:
45
typedef long long ll;

0 commit comments

Comments
 (0)