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
Solution Comments
Show comments
Loading...
Problem Recent Solvers310
Suggested Problems
-
Back to basics 3 - Temp Directory
384 Solvers
-
644 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
884 Solvers
-
Square Digits Number Chain Terminal Value (Inspired by Project Euler Problem 92)
254 Solvers
-
Flip the vector from right to left
10761 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!
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.