C# Class CodingPractice.TernaryTree.TernaryTree

Mostra file Open project: cabhishek/algorithms-datastructures Class Usage Examples

Public Methods

Method Description
Add ( string s ) : void
Contains ( string s ) : bool

Private Methods

Method Description
Add ( string s, int pos, Node &node ) : void

Method Details

Add() public method

public Add ( string s ) : void
s string
return void

Contains() public method

public Contains ( string s ) : bool
s string
return bool