重载小记

    bool operator < (const edge &a) {
        return r > a.r;
    }

 优先队列数组实现

原文地址:https://www.cnblogs.com/zero-begin/p/4748944.html