Class TopologicalSortTests


  • public class TopologicalSortTests
    extends java.lang.Object
    Tests for topological sort.
    • Constructor Detail

      • TopologicalSortTests

        public TopologicalSortTests()
    • Method Detail

      • testScc

        @Test
        @DisplayName("strongly connected components")
        void testScc()
      • testScc2

        @Test
        @DisplayName("strongly connected components 2")
        void testScc2()
      • testBasicSort

        @Test
        @DisplayName("basic sort")
        void testBasicSort()
      • testBasicSort2

        @Test
        @DisplayName("basic sort 2")
        void testBasicSort2()
      • testLoopSort

        @Test
        @DisplayName("loop sort")
        void testLoopSort()