Exemplo n.º 1
0
        public void Requirement6()
        {
            Console.Write("\n\t \tOutput of Requirement6\n");
            Console.Write("-----------------------------------------------------------------------------\n");
            Console.Write(" This Project3 finds all strong components, if any, in the file collection, based on the DependendAnalysis\n");
            StrongComp.displayStrongComponent();

        }
 public void Requirement6()
 {
     Console.Write("\n\t \tOutput of Requirement6\n");
     Console.Write("-----------------------------------------------------------------------------\n");
     Console.Write(" This Project3 finds all strong components, if any, in the file collection, based on the DependendAnalysis\n");
     Console.Write(" and according to Tarjan Algorithm any node having dependency on itself is a strong component\n");
     StrongComp.displayStrongComponent();
 }