2008年上半年软考成绩已可查

其实前天都可以查了,早上的时候浙江软件考办通过语音服务提醒的,由于我没去考试,成绩自然是-1 and -1,所以也没怎么在意。看了下同学的成绩,貌似今年试题比往年难度大了点。

浙江省的成绩查询网址 http://www.zjrjks.org

什么是拓扑排序

什么是拓扑排序?
如果G=(V, E)是一个无环的有向图,则G上的拓扑排序指的是图中顶点满足下列条件的一种排序。
若 <v, w> ∈E,则在顶点v必须位于顶点w之前。

What is the topological sort »
If G = (V, E) is a non-Central to a map, then G on the topology of the sort that is the map of the following conditions are met peak of a sort.
If <v, w> ∈ E, in the vertex v w must be in peak before.

需要注意的地方是拓扑排序不唯一!