Update MonotonicStack.md

miss a word
This commit is contained in:
Kitty Du
2020-03-01 15:16:29 +08:00
committed by GitHub
parent 93abc29a3a
commit 5d6b986878

View File

@ -117,4 +117,4 @@ vector<int> nextGreaterElements(vector<int>& nums) {
}
```
Till now,you have caught up with the design method and code template for `Monotonic Stack`learned to solve the problem of `Next Greater Number` ,can deal with `circular array`.
Till now,you have caught up with the design method and code template for `Monotonic Stack`learned to solve the problem of `Next Greater Number` ,and can deal with `circular array`.