Class MCRTopologicalSortTest

java.lang.Object
org.mycore.common.MCRTestCase
org.mycore.tools.MCRTopologicalSortTest

public class MCRTopologicalSortTest extends MCRTestCase
TestCase for Topological Sort from: Cormen et.all "Introduction to Algorithms Section 22.4" Topological Sort, S. 550
  • Constructor Details

    • MCRTopologicalSortTest

      public MCRTopologicalSortTest()
  • Method Details

    • dressOK

      public void dressOK()
    • dressWrong

      public void dressWrong()
      TestCase for Topological Sort from: Cormen et.all "Introduction to Algorithms Section 22.4" Topological Sort, S. 550