Merge pull request #5682 from ShaggyTech/fixes-#5655-rephrase-instructions-waypoint-stand-in-line
Rephrase instructions on Waypoint: Stand in Line
This commit is contained in:
@ -2157,7 +2157,7 @@
|
|||||||
"title": "Stand in Line",
|
"title": "Stand in Line",
|
||||||
"description": [
|
"description": [
|
||||||
"In Computer Science a <dfn>queue</dfn> is an abstract <dfn>Data Structure</dfn> where items are kept in order. New items can be added at the back of the <code>queue</code> and old items are taken off from the front of the <code>queue</code>.",
|
"In Computer Science a <dfn>queue</dfn> is an abstract <dfn>Data Structure</dfn> where items are kept in order. New items can be added at the back of the <code>queue</code> and old items are taken off from the front of the <code>queue</code>.",
|
||||||
"Write a function <code>queue</code> which takes an \"array\" and an \"item\" as arguments. Add the item onto the end of the array, then remove and return the first element of the array."
|
"Write a function <code>queue</code> which takes an \"array\" and an \"item\" as arguments. Add the item onto the end of the array, then remove the first element of the array. The queue function should return the element that was removed."
|
||||||
],
|
],
|
||||||
"releasedOn": "January 1, 2016",
|
"releasedOn": "January 1, 2016",
|
||||||
"head": [
|
"head": [
|
||||||
|
Reference in New Issue
Block a user