C# Class Word_Find_Solver.Trie

Datei anzeigen 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_oe property

public bool end
return bool

thischar public_oe property

public char thischar
return char

tn public_oe property

public Dictionary tn
return Trie>.Dictionary