C# Class OfficeSpace.Program

显示文件 Open project: TelerikAcademy/Data-Structures-and-Algorithms

Public Methods

Method Description
Main ( ) : void

Private Methods

Method Description
Dfs ( int node, int time, bool adjacencyMatrix, bool visited, bool &loopFound ) : int
FindMinTime ( int n, int time, bool adjacencyMatrix ) : int

Method Details

Main() public static method

public static Main ( ) : void
return void