Greedy Algorithms - Minimum Cost to Connect Sticks
Consider the following Python code that computes the minimum cost to connect sticks using a min-heap. What is the value of
total_cost returned when the input is [1, 8, 3, 5]?