C# Class AdvancedAlgorithms.Spreadsheet

Rod Howarth - n6294685 Team14
Show file Open project: RodH257/Advanced-Algorithm-Problems

Public Methods

Method Description
GetSplitInts ( ) : int[]
GetSplitInts ( string input ) : int[]
ReadInt ( ) : int

Private Methods

Method Description
ComputeReferences ( List allnodes ) : void
DepthFirstSearch ( Node node, Stack nodeStack ) : void
GetColumnName ( int columnNumber ) : string
Main ( string args ) : void

Method Details

GetSplitInts() public static method

public static GetSplitInts ( ) : int[]
return int[]

GetSplitInts() public static method

public static GetSplitInts ( string input ) : int[]
input string
return int[]

ReadInt() public static method

public static ReadInt ( ) : int
return int