Skip to content

Commit

Permalink
Changed list method tests to validate the queue. Also ajdusted instru…
Browse files Browse the repository at this point in the history
…ctions. (#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.
  • Loading branch information
BethanyG authored Nov 19, 2024
1 parent 8dde6fd commit bba3d80
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 90 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ There are two queues for this ride, each represented as a `list`:

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


## 1. Add me to the queue
Expand Down
Loading

0 comments on commit bba3d80

Please sign in to comment.