随笔分类 - topo排序
摘要:DZY Loves Topological SortingTime Limit: 4000/2000 MS (Java/Others)Memory Limit: 131072/131072 K (Java/Others) Total Submission(s): 866Accepted Submis...
阅读全文
摘要:Sorting It All OutTime Limit:1000MSMemory Limit:10000KTotal Submissions:28762Accepted:9964DescriptionAn ascending sorted sequence of distinct values i...
阅读全文
摘要:输入数据:4 61 21 32 33 42 44 24 61 21 32 33 42 41 2topo排序为偏序: 1 #include 2 #include 3 #include 4 using namespace std; 5 int indegree[100] ; 6 queueq; 7 in...
阅读全文