To the Top
File:  root - text - article - 2019 - 12 - room-scheduling.txt.txt
Tags: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | English | Home Page | Category: Computing | 358 Views, 15936 Search Bots | 43 Words

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

You are given an array of tuples (start, end) representing time intervals for lectures. The intervals may be overlapping. Return the number of rooms that are required.

For example. [(30, 75), (0, 50), (60, 150)] should return 2.
Tags: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | English | Home Page | Cateogry: Computing | 358 Views, 15936 Search Bots | 43 Words Subscribe to Feed Burner

Related Articles

  1. Daily Interview Problem: First Missing Positive Integer
  2. Sort a Partially Sorted List
  3. Daily Interview Puzzle: Ways to Traverse a Grid
  4. First and Last Indices of an Element in a Sorted Array
  5. [Daily Problem] Add two numbers as a linked list
  6. Daily Interview Problem: Deepest Node in a Binary Tree
  7. Daily Interview Puzzle: Minimum Size Subarray Sum
  8. Algorithm Interview: Convert Roman Numerals to Decimal
  9. Number of Ways to Climb Stairs
  10. Floor and Ceiling of a Binary Search Tree

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