T
trusiki
I am trying to use C# for my program that deals with manipulation of
trees (i.e. finding distance between different nodes, assigning labels
to nodes, storing trees, etc.).
I know I can probably use a multi-dimensional array as my data
structure. However, I wanted to find out if C# had any built-in APIs
for trees.
Thanks in advance.
trees (i.e. finding distance between different nodes, assigning labels
to nodes, storing trees, etc.).
I know I can probably use a multi-dimensional array as my data
structure. However, I wanted to find out if C# had any built-in APIs
for trees.
Thanks in advance.