Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序需要找到所有叶节点,然后找到从根到叶的遍历。在 C# 中是否有一个很好的 Tree 实现包可以做到这一点?我需要类似于 python 中的 Anytree 的东西。