Search
Preparing search index...
The search index is not available
tstruct
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"BinaryTree/BinarySearchTree"
IBinarySearchTree
Interface IBinarySearchTree<T>
Type parameters
T
Hierarchy
IBinaryTree
<
T
>
IBinarySearchTree
Implemented by
AVLTree
BinarySearchTree
Index
Properties
head
max
min
Methods
add
find
Node
remove
to
Array
value
Exists
Properties
Optional
Readonly
head
head
:
IBinaryTreeNode
<
T
>
Readonly
max
max
:
T
|
undefined
Readonly
min
min
:
T
|
undefined
Methods
add
add
(
value
:
T
)
:
void
Parameters
value:
T
Returns
void
find
Node
find
Node
(
value
:
T
)
:
IBinaryTreeNode
<
T
>
|
undefined
Parameters
value:
T
Returns
IBinaryTreeNode
<
T
>
|
undefined
remove
remove
(
value
:
T
)
:
void
Parameters
value:
T
Returns
void
to
Array
to
Array
(
)
:
T
[]
Returns
T
[]
value
Exists
value
Exists
(
value
:
T
)
:
boolean
Parameters
value:
T
Returns
boolean
Globals
"
Binary
Tree/AVLTree"
"
Binary
Tree/
Binary
Search
Tree"
"
Binary
Tree/
Binary
Tree"
"
Common/
Common"
"
Compare
Function"
"
Graph/
Graph"
"
Heap/
Heap"
"
Linked
List/
Linked
List"
"
Queue/
Priority
Queue"
"
Queue/
Queue"
"
Sorting
Algorithms/
Sorting
Algorithms"
"
Stack/
Stack"
"
Trie/
Trie"
"
Union
Find/
Union
Find"
Binary
Search
Tree
IBinary
Search
Tree
head
max
min
add
find
Node
remove
to
Array
value
Exists
Generated using
TypeDoc