Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The proof is critical here! Problem 1: A day at a crowded beach. You are back at the beach, but now it is too crowded.
The proof is critical here!
Problem 1: A day at a crowded beach. You are back at the beach, but now it is too crowded. You have only k umbrellas. You run your optimal greedy algorithm from the previous homework, and you realize that the minimum number of umbrellas needed to cover everyone is larger than k. You decide to try to cover as many people as possible with the k umbrellas you have available. Formal description: You are given 21,..., In Z, and some k, L E N. You want to find a collection of intervals I..., CR, each of length L, such that the number of points in 21,...,n that fall inside IU... UI is maximized. Describe a polynomial-time algorithm for this problem. That is, the running time of your algorithm should be at most polynomial in n. Prove that your algorithm is correct and that it runs in polynomial time. For example, if the input is 2i = 1, .22 = 3, x3 = 4,24 = 6,25 = 9, 36 = 10, 27 = 11, 2g = 12, 29 = 15, 210 = 17, k = 3, and L=3, then an optimum solution is [1,4], [9,12), 14, 17). HHHHHHHHHHHHHHH 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 Problem 1: A day at a crowded beach. You are back at the beach, but now it is too crowded. You have only k umbrellas. You run your optimal greedy algorithm from the previous homework, and you realize that the minimum number of umbrellas needed to cover everyone is larger than k. You decide to try to cover as many people as possible with the k umbrellas you have available. Formal description: You are given 21,..., In Z, and some k, L E N. You want to find a collection of intervals I..., CR, each of length L, such that the number of points in 21,...,n that fall inside IU... UI is maximized. Describe a polynomial-time algorithm for this problem. That is, the running time of your algorithm should be at most polynomial in n. Prove that your algorithm is correct and that it runs in polynomial time. For example, if the input is 2i = 1, .22 = 3, x3 = 4,24 = 6,25 = 9, 36 = 10, 27 = 11, 2g = 12, 29 = 15, 210 = 17, k = 3, and L=3, then an optimum solution is [1,4], [9,12), 14, 17). HHHHHHHHHHHHHHH 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started