這個提交存在於:
El Haji Fofana 2023-03-22 10:52:45 +01:00
父節點 98d0e9c3b8
當前提交 3ebfd8ba95
共有 2 個檔案被更改,包括 1 行新增5 行删除

查看文件

@ -229,11 +229,7 @@ public class Path {
* @return Time (in seconds) required to travel this path at the given speed (in * @return Time (in seconds) required to travel this path at the given speed (in
* kilometers-per-hour). * kilometers-per-hour).
* *
<<<<<<< HEAD
*
=======
*
>>>>>>> 052958ee6eb4821ebbb9c903780d467d62617fd2
*/ */
public double getTravelTime(double speed) { public double getTravelTime(double speed) {
double TotalTime = 0; double TotalTime = 0;