We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674e0ee commit 4e9dfa8Copy full SHA for 4e9dfa8
README.md
@@ -10,7 +10,7 @@
10
11
```sh
12
# Required dependencies:
13
-#
+#
14
# gcc
15
# libssl-dev
16
# libdbus-1-dev
@@ -62,6 +62,10 @@ editor = "emacs"
62
leetcode pick 1
63
```
64
65
+```sh
66
+leetcode pick --name "Two Sum"
67
+```
68
+
69
70
[1] Two Sum is on the run...
71
@@ -187,13 +191,13 @@ import json;
187
191
188
192
def plan(sps, stags):
189
193
##
190
- # `print` in python is supported,
- # if you want to know the data structures of these two args,
194
+ # `print` in python is supported,
195
+ # if you want to know the data structures of these two args,
196
# just print them
197
198
problems = json.loads(sps)
199
tags = json.loads(stags)
-
200
201
ret = []
202
tm = {}
203
for tag in tags:
0 commit comments