资 源 简 介
This is an Ada program that takes user input in the form precedent/successor relationships of either integers or programmer defined enumerations. The topological sort is performed, and if successful, the results are printed out in sorted order. If a loop causes the sort to fail, the loop causing the failure will be printed to the screen.