cplusplus-_Implementation_Of_Introduction_to_Algorithms
cplusplus-_Implementation_Of_Introduction_to_Algorithms copied to clipboard
Prim算法复杂度有问题
auto index=min_queue.index_inqueue(another_vertex); 这个index可以在优先队列的每次操作中维护,保存在节点信息里面。