diff --git a/README.md b/README.md index 10fb8337..07d999af 100644 --- a/README.md +++ b/README.md @@ -964,7 +964,7 @@ | 0894 | All Possible Full Binary Trees | | 71.00% | Medium | | | 0895 | Maximum Frequency Stack | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0895.%20Maximum%20Frequency%20Stack) | 56.40% | Hard | | | 0896 | Monotonic Array | | 55.40% | Easy | | -| 0897 | Increasing Order Search Tree | | 64.90% | Easy | | +| 0897 | Increasing Order Search Tree | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0897.%20Increasing%20Order%20Search%20Tree) | 64.90% | Easy | | | 0898 | Bitwise ORs of Subarrays |[Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0898.%20Bitwise%20ORs%20of%20Subarrays) | 34.40% | Medium | | | 0899 | Orderly Queue | | 47.50% | Hard | | | 0900 | RLE Iterator | | 50.30% | Medium | |