fix: 修复C#代码高亮问题
This commit is contained in:
@@ -1229,7 +1229,7 @@ impl Solution {
|
||||
}
|
||||
```
|
||||
### C#
|
||||
```C#
|
||||
```csharp
|
||||
public TreeNode BuildTree(int[] inorder, int[] postorder)
|
||||
{
|
||||
if (inorder.Length == 0 || postorder.Length == null) return null;
|
||||
|
||||
Reference in New Issue
Block a user