S
Soske
Hi
I'm creating binary tree and i have my own structure with variables parent,
leftchild, rightchild:
Public Structure Node
Public Parent As Object
Public LeftChild As Object
Public RightChild As Object
I'm creating binary tree and i have my own structure with variables parent,
leftchild, rightchild:
Public Structure Node
Public Parent As Object
Public LeftChild As Object
Public RightChild As Object