C# Class Trie.TrieNodePtr

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

Méthodes publiques

Méthode Description
TrieNodePtr ( TrieNode childNode ) : System
TrieNodePtr ( TrieNodePtr parent, TrieNode childNode ) : System
TrieNodePtr ( TrieNodePtr parent, TrieNode childNode, int newIndex ) : System
doMatch ( int cIdx, int cInt, List &list, List matches ) : void

Private Methods

Méthode Description
addMatches ( List matches ) : void

Method Details

TrieNodePtr() public méthode

public TrieNodePtr ( TrieNode childNode ) : System
childNode TrieNode
Résultat System

TrieNodePtr() public méthode

public TrieNodePtr ( TrieNodePtr parent, TrieNode childNode ) : System
parent TrieNodePtr
childNode TrieNode
Résultat System

TrieNodePtr() public méthode

public TrieNodePtr ( TrieNodePtr parent, TrieNode childNode, int newIndex ) : System
parent TrieNodePtr
childNode TrieNode
newIndex int
Résultat System

doMatch() public static méthode

public static doMatch ( int cIdx, int cInt, List &list, List matches ) : void
cIdx int
cInt int
list List
matches List
Résultat void