C# Class AdvUtils.Trie

Afficher le fichier Open project: zhongkaifu/AdvUtils

Méthodes publiques

Méthode Description
Add ( string key, int value ) : void
Match ( string str, int &data ) : bool
Trie ( ) : System

Method Details

Add() public méthode

public Add ( string key, int value ) : void
key string
value int
Résultat void

Match() public méthode

public Match ( string str, int &data ) : bool
str string
data int
Résultat bool

Trie() public méthode

public Trie ( ) : System
Résultat System