Database
aa897.txt
Associated article: Topological Sorting
Tags: Database Design
Published source code accompanying the article by Jonathan Pincus and Jerry Schwarz in which they present a technique for topological sorting. See the subdirectory AA897 for uncompressed source code and related files, and AA897.ZIP for compressed versions.
_Algorithm Alley: Topological Sorting_ by Jonathan Pincus and Jerry Schwarz Example 1: topsort reports (correctly) that there is a cycle after 1 element a cycles reports (correctly) that there are two cycles cycle 0: g f cycle 1: d c b topsortWithCycles reports (correctly) ...


