Skip to content

Commit 05699fb

Browse files
authored
Added more default imports for Python. (#24)
1 parent 253615e commit 05699fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/resources/code.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ public class Solution {
1010

1111
'python':
1212
`import math
13+
from collections import defaultdict, deque
14+
import heapq
1315
1416
def main():
1517
# Write your code here.

0 commit comments

Comments
 (0)