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 43c38c8 commit 60c5b9bCopy full SHA for 60c5b9b
web/thesauruses/kotlin/1.5/queues_stacks.json
@@ -32,7 +32,7 @@
32
},
33
"simple_queue_data_structure": {
34
"name": "Data structure that backs the simple queue",
35
- "code": "doubly-linked list"
+ "comment": "doubly-linked list"
36
37
"circular_queue_import_statement": {
38
"not-implemented": true,
@@ -116,7 +116,7 @@
116
117
"double_ended_queue_data_structure": {
118
"name": "Data structure that backs the double-ended queue",
119
- "code": "resizable array"
+ "comment": "resizable array"
120
121
"stack_import_statement": {
122
"name": "Import statement to add stacks",
@@ -271,4 +271,4 @@
271
"name": "Move pointer to end of queue/stack"
272
}
273
274
-}
+}
0 commit comments