You are given the arrival and departure times of trains reaching to a particular station. You need to find minimum number of platforms required to accommodate the trains at any point of time. Trains arrival = [9:00, 9:40, 9:50, 11:00, 15:00, 18:00] Trains departure = [9:10, 12:00, 11:20, 11:30, 19:00, 20:00] The situation can be solved by using few algorithms. However, it will reflect the complexity of the solution. You are required to solve the problem using, (a) Brute Force Algorithm i) Produce the complete algorithm ii) Calculate the minimum number of platforms based on algorithm in (a)(i) and show the process.

Operations Research : Applications and Algorithms
4th Edition
ISBN:9780534380588
Author:Wayne L. Winston
Publisher:Wayne L. Winston
Chapter3: Introduction To Linear Programming
Section: Chapter Questions
Problem 57RP
icon
Related questions
Question
You are given the arrival and departure times of trains reaching to a particular station. You
need to find minimum number of platforms required to accommodate the trains at any point of
time.
Trains arrival = [9:00, 9:40, 9:50, 11:00, 15:00, 18:00]
Trains departure = [9:10, 12:00, 11:20, 11:30, 19:00, 20:00]
The situation can be solved by using few algorithms. However, it will reflect the complexity
of the solution. You are required to solve the problem using,
(a) Brute Force Algorithm
i) Produce the complete algorithm
ii) Calculate the minimum number of platforms based on algorithm in (a)(i) and
show the process.
Transcribed Image Text:You are given the arrival and departure times of trains reaching to a particular station. You need to find minimum number of platforms required to accommodate the trains at any point of time. Trains arrival = [9:00, 9:40, 9:50, 11:00, 15:00, 18:00] Trains departure = [9:10, 12:00, 11:20, 11:30, 19:00, 20:00] The situation can be solved by using few algorithms. However, it will reflect the complexity of the solution. You are required to solve the problem using, (a) Brute Force Algorithm i) Produce the complete algorithm ii) Calculate the minimum number of platforms based on algorithm in (a)(i) and show the process.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Numerical
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Operations Research : Applications and Algorithms
Operations Research : Applications and Algorithms
Computer Science
ISBN:
9780534380588
Author:
Wayne L. Winston
Publisher:
Brooks Cole