You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -6,4 +6,4 @@ This appendix provides additional clarification or modifies the instructions as
~~~~
For this exercise in the Clojure track, you may **assume the input is a vector**, as indicated by the tests.
However, this is not a strict requirement; you are free to treat the input as any sequential collection, without assuming it is specifically a list or a vector.
However, this is not a strict requirement; you are free to treat the input as a sequential collection, without assuming it is specifically a vector.