C# Class CodingPractice.TernaryTree.TernaryTree

Afficher le fichier Open project: cabhishek/algorithms-datastructures Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string s ) : void
Contains ( string s ) : bool

Private Methods

Méthode Description
Add ( string s, int pos, Node &node ) : void

Method Details

Add() public méthode

public Add ( string s ) : void
s string
Résultat void

Contains() public méthode

public Contains ( string s ) : bool
s string
Résultat bool