Skip to content

Commit 27a21dd

Browse files
committed
updated
1 parent 89dd670 commit 27a21dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dsa-solutions/lc-solutions/0200-0299/0226-invert-binary-search-tree.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: invert binary search tree
2+
id: invert-binary-search-tree
33
title: Invert Binary Search Tree
44
sidebar_label: 0226 Invert Binary Search Tree
55
tags:
@@ -39,7 +39,7 @@ Output: []
3939
### Constraints
4040

4141
- The number of nodes in the tree is in the range $[0, 100]$.
42-
- `-100 <= Node.val <= 100`
42+
- $-100 \leq \text{Node.val} \leq 100$
4343

4444
### Approach
4545

0 commit comments

Comments
 (0)