Updated the description
Browse files
README.md
CHANGED
|
@@ -186,7 +186,9 @@ if __name__ == '__main__':
|
|
| 186 |
'''
|
| 187 |
```
|
| 188 |
|
| 189 |
-
Finally an easy leetcode problem. The latest version of the model can solve the problem (with a O(n^2) solution).
|
|
|
|
|
|
|
| 190 |
```
|
| 191 |
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
|
| 192 |
|
|
|
|
| 186 |
'''
|
| 187 |
```
|
| 188 |
|
| 189 |
+
Finally an easy leetcode problem. The latest version of the model can solve the problem (with a O(n^2) solution).
|
| 190 |
+
Given the implementation it shouldn't be hard for the model to turn nums into a set and get the O(n) solution, but
|
| 191 |
+
it's always a game of try and error.
|
| 192 |
```
|
| 193 |
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
|
| 194 |
|