我有一个从该类创建的树。
class Node
{
public string Key { get; }
public List<Node> Children { get; }
}
我想搜索所有孩子及其所有孩子,以找到符合条件的孩子:
node.Key == SomeSpecialKey
我该如何实施?
慕娘9325324
慕桂英546537
慕的地10843
相关分类