裝載問題——優先級隊列分支界限法

代碼 #include <iostream> #include <cstring> #include <queue> using namespace std; typedef struct node{ struct node* parent; //父節點 int weight; //權重 bool lchild; //左兒子標誌 int level; //當前層數
相關文章
相關標籤/搜索