Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
No random tests in Swift
Hi, I've just submitted a solution knowing it won't work with negative integers.
I suggest you update either the definition to exclude negative integers or the test cases to test negative integers as well.
Julia should use
snake_case
/snakecase
This comment is hidden because it contains spoiler information about the solution
"Given an array of integers, separate the odd integers from the even ones."
Fixed some typo and you had odd twice there.
Did you use assertEquals when testing?