Skip to content

Commit bba3d80

Browse files
authored
Changed list method tests to validate the queue. Also ajdusted instructions. (#3825)
[no important files changed] While these are new tests, the majority of existing solutions should pass them, so no need to do a mass re-test.
1 parent 8dde6fd commit bba3d80

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)