圖的深度優先遍歷與廣度優先遍歷

準備:圖的鄰接表與隊列 #include<stdlib.h>#include<iostream> using namespace std; #define max 20    //頂點數 typedef enum{ DG,DN,UDG,UDN }graphkind; typedef int datatype; typedef char vertextype; typedef struct node
相關文章
相關標籤/搜索