Problem 392. Clock Hand Angle 1
Given a time in HH:MM:SS, find the smallest angle (in degrees) between the hour and minute hand
Solution Stats
Problem Comments
-
4 Comments
I solved, but the solution is wrong, there is no 60th minute in analog clocks (test case 20). Do not try to use mod until they fix it.
This is just to confirm what Rafael S.T. Viera stated!
There is no reason to use mod at all when parsing the time. Treat 8:60 like 9:00.
Remove the '08:60:33' test case. Parsing timestamps is not the focus of this exercise, calculating the angle between the clock hands is.
Solution Comments
Show commentsProblem Recent Solvers304
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
6502 Solvers
-
3362 Solvers
-
Convert a numerical matrix into a cell array of strings
2204 Solvers
-
How many trades represent all the profit?
607 Solvers
-
Convert from Fahrenheit to Celsius
26334 Solvers
More from this Author56
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!