判斷鄰接表存儲的有向圖是否有環

#include<stdio.h> #include<stdlib.h> #include<stack> #define max 20 using namespace std; int indegree[max]; typedef struct Arcnode{ int adj; struct Arcnode *nex
相關文章
相關標籤/搜索