Question
A company needs to schedule a maximum number of meetings
in a single conference room. Each meeting `i` has a start time `s_i` and an finish time `f_i`. Once a meeting starts, it must run to completion.   Consider the following greedy strategy:   1. Sort all meetings by their start times in ascending order.   2. Select the first meeting.   3. From the remaining meetings, select the next meeting that starts after the previously selected meeting finishes.   4. Repeat until no more meetings can be selected.   Given the meetings: `(s, f)`  `M1: (1, 4)`   `M2: (3, 5)`   `M3: (0, 6)`   `M4: (5, 7)`   `M5: (8, 9)`   `M6: (5, 9)`   Which set of meetings will be selected by the described greedy strategy?ÂSolution
Answer : B)`M3: (0, 6)` Â Â Â Â `M1: (1, 4)` Â Â Â Â `M2: (3, 5)` Â Â Â Â `M4: (5, 7)` Â Â Â Â `M6: (5, 9)` Â Â Â Â `M5: (8, 9)` Â Â Â Â 1. Select `M3 (0, 6)`. Current end time = 6. Â Â Â Â 2. Iterate through remaining: Â Â Â Â Â Â `M1 (1, 4)`: `1 < 6` (cannot select) Â Â Â Â Â Â `M2 (3, 5)`: `3 < 6` (cannot select) Â Â Â Â Â Â `M4 (5, 7)`: `5 < 6` (cannot select) Â Â Â Â Â Â `M6 (5, 9)`: `5 < 6` (cannot select) Â Â Â Â Â Â `M5 (8, 9)`: `8 >= 6` (can select). Select `M5`. Current end time = 9. Â Â Â Â 3. No more meetings. Â Â Â Â Selected: `M3, M5`.Â
What was the average year-on-year credit growth rate in the banking system during the fortnight ending October 3, 2025?
Which book is associated with Mary Kom?
How much funding has been allocated for Maheshwari saree promotion in MP?
In November 2021, President Ram Nath Kovind presented _________ award to Group Captain Abhinandan Varthaman.
 Who is the recipient of the Sahitya Akademi Award for the year 2022?
All-rounder Chris Morris announced his retirement from all forms of cricket. He is from ______________.
According to SEBI’s proposed rules for Real Estate Investment Trusts (REITs), what financial instrument can REITs use to hedge against interest rate f...
What is the primary benefit of the recent partnership between NPCI Bharat BillPay Limited ( NBBL) and SBI for the National Common Mobility Cards ( NCMC) ?
The logo of COP-17 is inspired by which species endemic to Armenia?
What is the maximum age cap for appointment or reappointment as a member of the National Sports Board (NSB)?