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 | 397 Views, 18912 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 | 397 Views, 18912 Search Bots | 49 Words Subscribe to Feed Burner

Related Articles

  1. A trick for getting good at coding interviews FASTER
  2. Algorithm Interview: Subarray With Target Sum
  3. Algorithm Interview Question: Nth Fibonacci Number
  4. Algorithm Interview Question: Symmetric k-ary Tree
  5. Design Tic-Tac-Toe
  6. Daily Interview Problem: Deepest Node in a Binary Tree
  7. Non-decreasing Array with Single Modification
  8. Daily Interview Problem: Merge K Sorted Linked Lists
  9. Reverse a Linked List
  10. Staying on a Chess Board

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">