Skip to content

Commit

Permalink
why
Browse files Browse the repository at this point in the history
  • Loading branch information
Soufiane47 committed Aug 20, 2024
1 parent a2ab442 commit 954267c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/posts/leetcode/minspeed.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
weight: 1
title: "LeetCode - 1870. Minimum Speed to Arrive on Time"
title: "LeetCode - 1870, Minimum Speed to Arrive on Time"
date: 2024-08-20T16:37:00+06:00
lastmod: 2024-08-20T16:37:00+06:00
draft: false
Expand Down Expand Up @@ -97,7 +97,7 @@ int minSpeedOnTime(vector<int> &dist, double hour)

};
```
And then our submission will get all the tests validated.
Expand Down

0 comments on commit 954267c

Please sign in to comment.