C# Class Trie.WordMatch

Afficher le fichier Open project: eric7237cire/CodeJam Class Usage Examples

Méthodes publiques

Méthode Description
create ( string word, int numChanges, int lmc, int rmc ) : WordMatch

Indicies are left based

Method Details

create() public static méthode

Indicies are left based
public static create ( string word, int numChanges, int lmc, int rmc ) : WordMatch
word string
numChanges int
lmc int
rmc int
Résultat WordMatch