Greedy Algorithms - Gas Station (Circular)
Given the prefix sums array prefix = [0, 1, 3, 2, 5, 7, 8, 10, 9, 12, 14] computed for net = [1, 2, -1, 3, 2] repeated twice, and the function returns start index 1, what was the original gas and cost difference array net?
