重载小记

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

 优先队列数组实现

posted @ 2015-08-21 20:22  Painting、时光  阅读(81)  评论(0编辑  收藏  举报