Nan-Do commited on
Commit
66a03c2
1 Parent(s): f8f0895

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -10,7 +10,7 @@ tags:
10
 
11
  TLDR;
12
  - Updated to V2:
13
- - Now it can solve Leetcode problems, still far from being perfect.
14
  - The model is quite fun to play with as it seems pretty competent:
15
  - It's much better than bigger general models but not perfect.
16
  - It shows a good understanding about coding:
@@ -240,6 +240,5 @@ class Solution:
240
  else:
241
  l.append(nums[i])
242
  return [-1,-1]
243
- ```
244
  '''
245
  ```
 
10
 
11
  TLDR;
12
  - Updated to V2:
13
+ - Now it can deal with Leetcode problems, (still far from being perfect, check the example).
14
  - The model is quite fun to play with as it seems pretty competent:
15
  - It's much better than bigger general models but not perfect.
16
  - It shows a good understanding about coding:
 
240
  else:
241
  l.append(nums[i])
242
  return [-1,-1]
 
243
  '''
244
  ```