C# Class CodingPractice.TernaryTree.Node

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

Méthodes publiques

Méthode Description
Node ( char ch, bool wordEnd ) : System

Method Details

Node() public méthode

public Node ( char ch, bool wordEnd ) : System
ch char
wordEnd bool
Résultat System