C#:实现最大堆max heap算法 以下是C#实现最大堆的源代码: using System; using System.Collections.Generic; public class MaxHeap { private List<int>