摘要:
注意是左编号小于右编号而不是左权值小于右权值 #include<iostream> const int MAX_INT = 0x7FFFFFFF; using namespace std; typedef struct HFTree { int weight; int left; int right 阅读全文
posted @ 2020-11-10 21:34
真绪君
阅读(132)
评论(0)
推荐(0)