With given intervals, want to maxmize possible nubmer of intervals by scheduling Greedy algorthim 1. Use a simple rule to select a request i 2. Reject all requests imcompatible with i 3. Repeat until all request are processed // basic template but no rules we need to specifiy the rules Possible rules 1. Select request that start earliest 2. Select request that has smallest interval 3. For each r..