Skip to content

Commit 81753f7

Browse files
committed
Added queue validation tests and instruction note about mutating queues.
1 parent 102bfb7 commit 81753f7

File tree

2 files changed

+222
-90
lines changed

2 files changed

+222
-90
lines changed

exercises/concept/chaitanas-colossal-coaster/.docs/instructions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ There are two queues for this ride, each represented as a `list`:
1212

1313
You have been asked to write some code to better manage the guests at the park.
1414
You need to implement the following functions as soon as possible before the guests (and your boss, Chaitana!) get cranky.
15+
Make sure you read carefully.
16+
Some tasks ask that you change or update the existing queue, while others ask you to make a copy of it.
1517

1618

1719
## 1. Add me to the queue

0 commit comments

Comments
 (0)