C# Class Word_Find_Solver.Trie

Show file Open project: andreigec/Word-Find-Solver Class Usage Examples

Public Properties

Property Type Description
end bool
thischar char
tn Trie>.Dictionary

Public Methods

Method Description
AddWord ( string w ) : void
ContainsWord ( String w, bool partial ) : bool

Method Details

AddWord() public method

public AddWord ( string w ) : void
w string
return void

ContainsWord() public method

public ContainsWord ( String w, bool partial ) : bool
w String
partial bool
return bool

Property Details

end public property

public bool end
return bool

thischar public property

public char thischar
return char

tn public property

public Dictionary tn
return Trie>.Dictionary