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 ed68ebf commit cee960bCopy full SHA for cee960b
backend/question/docs/question.yaml
@@ -174,7 +174,7 @@ components:
174
type: array
175
items:
176
type: string
177
- example: ["Array, Hash Table"]
+ example: ["Array", "Hash Table"]
178
complexity:
179
180
example: "Easy"
@@ -197,7 +197,7 @@ components:
197
198
199
200
201
202
203
@@ -294,7 +294,7 @@ components:
294
295
296
297
- example: ["Dynamic Programming, Bit Manipulation"]
+ example: ["Dynamic Programming", "Bit Manipulation"]
298
299
300
example: "Hard"
0 commit comments