Skip to content

Commit 9c96e0e

Browse files
authored
Source Code
1 parent fce716c commit 9c96e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
||||||||
185185
| 888 | [Fair Candy Swap](https://leetcode.com/problems/fair-candy-swap) | [Solution](https://github.com/Pratul1997/LeetCode/tree/master/Source%20Code/888.%20Fair%20Candy%20Swap) | **O(n)** | **O(n)** | Easy | ```Array``` |
186186
||||||||
187-
| 890 | [Find and Replace Pattern](https://leetcode.com/problems/find-and-replace-pattern) | [Solution](https://github.com/Pratul1997/LeetCode/tree/master/Source%20Code/890.%20Find%20and%20Replace%20Pattern) | **O(n^2)** | **O(n)** | Easy | ```String``` |
187+
| 890 | [Find and Replace Pattern](https://leetcode.com/problems/find-and-replace-pattern) | [Solution](https://github.com/Pratul1997/LeetCode/tree/master/Source%20Code/890.%20Find%20and%20Replace%20Pattern) | **O(n^2)** | **O(n)** | Medium | ```String``` |
188188
||||||||
189189
| 896 | [Monotonic Array](https://leetcode.com/problems/monotonic-array) | [Solution](https://github.com/Pratul1997/LeetCode/tree/master/Source%20Code/896.%20Monotonic%20Array) | **O(n)** | **O(1)** | Easy | ```Array``` |
190190
||||||||

0 commit comments

Comments
 (0)