Skip to content

Commit 03f5a7a

Browse files
authored
Update README.md
1 parent b66d95f commit 03f5a7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ class Solution {
105105
```
106106

107107
## Implementation 2 : Iterative
108+
If given tree is a BST, then the Inorder traversal of the tree will be a strictly increasing sequence.
108109

109110
```java
110111
/**

0 commit comments

Comments
 (0)