Merge pull request #2397 from eeee0717/master

Update0406.根据身高重建队列,添加C#
This commit is contained in:
程序员Carl
2024-01-11 09:59:18 +08:00
committed by GitHub
47 changed files with 213 additions and 50 deletions

View File

@@ -521,7 +521,7 @@ impl Solution {
}
```
### C#
```C#
```csharp
// 递归
public TreeNode LowestCommonAncestor(TreeNode root, TreeNode p, TreeNode q)
{