C# 클래스 AdvUtils.Trie

파일 보기 프로젝트 열기: zhongkaifu/AdvUtils

공개 메소드들

메소드 설명
Add ( string key, int value ) : void
Match ( string str, int &data ) : bool
Trie ( ) : System

메소드 상세

Add() 공개 메소드

public Add ( string key, int value ) : void
key string
value int
리턴 void

Match() 공개 메소드

public Match ( string str, int &data ) : bool
str string
data int
리턴 bool

Trie() 공개 메소드

public Trie ( ) : System
리턴 System