cplusplus-_Implementation_Of_Introduction_to_Algorithms icon indicating copy to clipboard operation
cplusplus-_Implementation_Of_Introduction_to_Algorithms copied to clipboard

Prim算法复杂度有问题

Open aorandexiaohai opened this issue 6 years ago • 0 comments

auto index=min_queue.index_inqueue(another_vertex); 这个index可以在优先队列的每次操作中维护,保存在节点信息里面。

aorandexiaohai avatar Feb 16 '19 15:02 aorandexiaohai