C# 클래스 CodingPractice.TernaryTree.TernaryTree

파일 보기 프로젝트 열기: cabhishek/algorithms-datastructures 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string s ) : void
Contains ( string s ) : bool

비공개 메소드들

메소드 설명
Add ( string s, int pos, Node &node ) : void

메소드 상세

Add() 공개 메소드

public Add ( string s ) : void
s string
리턴 void

Contains() 공개 메소드

public Contains ( string s ) : bool
s string
리턴 bool