New topological sort algorithm based on adjacency matrix

Zhi-qi MA,Hong-wen YANG,Wei-dong HU,Wen-xian YU
2007-01-01
Journal of Computer Applications
Abstract:In order to decrease the complexity of the topological sort algorithms which are based on adjacency matrix, the single-vertex algorithm framework was expanded to the set algorithm framework, and some properties of Directed Acyclic Graph (DAG) propitious for topological sort were given. Based on these, some manipulations of the DAG's adjacency matrix were defined, a storage solution for DAG's adjacency matrix was given and a new topological sort algorithm with low computation and storage complexity was proposed.
What problem does this paper attempt to address?