Skip to content

Commit

Permalink
Update Answers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaluceloyola authored Mar 12, 2024
1 parent dd3d7c3 commit 4ec77de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Answers.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Why does FixedArrayQueue require an explicit constructor?
Since we have a boolean checking to see if the constructor is positive, FixedArrayQueue requires an explicit constructor.
-Since we have a boolean checking to see if the constructor is positive, FixedArrayQueue requires an explicit constructor.

What happens when you offer an item to a full FixedArrayQueue?
The item is not added, and the offer() method returns false.
Expand Down

0 comments on commit 4ec77de

Please sign in to comment.