Packages for Tree implementation in C# that are similar to Anytree in python?

148 Views Asked by At

My application needs to find all the leaf nodes and then find traversals from the root to the leaves. Is there a good package for Tree implementation in C# that can do this? I need something similar to Anytree in python.

0

There are 0 best solutions below