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

Related Articles

  1. CVE-2015-8874 - cPanel EasyApache Vulnerabilities
  2. Most Frequent Subtree Sum
  3. Daily Interview Problem: Queue Using Two Stacks
  4. Daily Interview Problem: Room scheduling
  5. Autorun.inf Virus Protection
  6. Plus One
  7. Two Tricks of Delphi
  8. Algorithm Interview: Maximum Path Sum in Binary Tree
  9. Daily Interview Question: Longest Sequence with Two Unique Numbers
  10. Algorithm Interview: Longest Consecutive Sequence

Comments (0)

    Be the first one to comment this page !


Page Edited: October 30 2020 14:21:09 | RSS Subscription
How to Cook a Perfect Steak? | <meta name="robots" content="index, follow">