Remarks: In all algorithm, always prove why they work. ALWAYS, analyze the com plexity of your algorithms. In all algorithms, always try to get the fastest possible In all data structures, try to mimize as much as possible the running time of any operation. 1. Question 1: Consider the LP: Maximize 50 +40 y subject to: 2x + 3y 1500 2x+バ1000 20,y20 a) Draw the feasible region. (b) Compute all the vertices (corners). (c) Find the maximum
OR
OR