To the Top
File:  root - text - article - 2019 - 12 - -angles-of-a-clock.txt.txt
Tags: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | English | Home Page | Category: Computing | 385 Views, 17724 Search Bots | 49 Words

Subscribe to Feed Burner | Browse | Archive
Hi, here's your problem today. This problem was recently asked by Microsoft:

Given a time in the format of hour and minute, calculate the angle of the hour and minute hand on a clock.


def calcAngle(h, m):
# Fill this in.

print calcAngle(3, 30)
# 75
print calcAngle(12, 30)
# 165
Tags: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | English | Home Page | Cateogry: Computing | 385 Views, 17724 Search Bots | 49 Words Subscribe to Feed Burner

Related Articles

  1. Algorithm Interview Question: Find the Single Element in an Array of Duplicates
  2. Daily Interview Problem: Validate Binary Search Tree
  3. Longest Substring Without Repeating Characters
  4. Number of Ways to Climb Stairs
  5. Algorithm Interview: Maximum Path Sum in Binary Tree
  6. How to Play WAV music under DOS?
  7. A trick for getting good at coding interviews FASTER
  8. Algorithm Interview: Convert Roman Numerals to Decimal
  9. Daily Interview Problem: First Missing Positive Integer
  10. 56 Bytes

Comments (0)

    Be the first one to comment this page !


Page Edited: May 11 2024 14:36:49 | RSS Subscription
How to Cook a Perfect Steak? | <meta name="robots" content="index, follow">