Problem: You are given a set of roads to repair in a national highway system where each road has varying traffic volumes, repair costs, and downtime. Implement a Greedy algorithm to maximize the number of roads repaired while minimizing traffic disruptions.