Question 3.92

62. The best-fit heuristic (see Exercise 60) also has a “decreasing” version, where the list is first sorted in decreasing order. Using bins of capacity 10, apply the best-fit heuristic and its decreasing version to the following list: 6, 9, 5, 8, 3, 2, 1, 9, 2, 7, 2, 5, 4, 3, 7, 6, 2, 8, 3, 7, 1, 6, 4, 2, 5, 3, 7, 2, 5, 2, 3, 6, 2, 7, 1, 3, 5, 4, 2, 6.