(
(
void topsort(hdnodes graph []
{int i
top=
for (i=
if (!graph[i]
for (i=
if(
else {j=top;(
for (ptr=graph[j]
{k=ptr
if((
} 【浙江大學
[
From:http://tw.wingwit.com/Article/program/sjjg/201311/23115.html
(
(
void topsort(hdnodes graph []
{int i
top=
for (i=
if (!graph[i]
for (i=
if(
else {j=top;(
for (ptr=graph[j]
{k=ptr
if((
} 【浙江大學
[