We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89dd670 commit 27a21ddCopy full SHA for 27a21dd
dsa-solutions/lc-solutions/0200-0299/0226-invert-binary-search-tree.md
@@ -1,5 +1,5 @@
1
---
2
-id: invert binary search tree
+id: invert-binary-search-tree
3
title: Invert Binary Search Tree
4
sidebar_label: 0226 Invert Binary Search Tree
5
tags:
@@ -39,7 +39,7 @@ Output: []
39
### Constraints
40
41
- The number of nodes in the tree is in the range $[0, 100]$.
42
-- `-100 <= Node.val <= 100`
+- $-100 \leq \text{Node.val} \leq 100$
43
44
### Approach
45
0 commit comments