Table of Contents

Method AddChild

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

AddChild(int, TrieDictionaryNode)

Add a node as a child of this one

public void AddChild(int childIndex, TrieDictionaryNode childNode)

Parameters

childIndex int
childNode TrieDictionaryNode

Remarks

childIndex MUST be the sorted index into Children such that children remains sorted. If this is not the case, all algorithms will fail to work.