File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,5 @@ All notable changes to the "leetcode" extension will be documented in this file.
19
19
更新了 imports.py math heapq
20
20
# 1.0.13
21
21
更新了 imports.py math bisect
22
+ # 1.0.14
23
+ 更新了 imports.py random
Original file line number Diff line number Diff line change 2
2
"name" : " python-leetcode" ,
3
3
"displayName" : " PythonLeetcode" ,
4
4
"description" : " Solve LeetCode problems in VS Code" ,
5
- "version" : " 1.0.13 " ,
5
+ "version" : " 1.0.14 " ,
6
6
"author" : " KuiyuanFu" ,
7
7
"publisher" : " KuiyuanFu" ,
8
8
"license" : " MIT" ,
Original file line number Diff line number Diff line change 6
6
from math import *
7
7
from heapq import *
8
8
from bisect import *
9
+ from random import *
9
10
10
11
rootPath = os .path .dirname (sys .path [0 ])
11
12
os .chdir (rootPath )
You can’t perform that action at this time.
0 commit comments