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.
I agree with changing the default parameter/return type declarations, as they're incompatible with the test cases. It's trivial to fix, but we shouldn't have to fix it. I haven't had any issues with the test cases, though.
Swift by default throws an error when something is null
And not having the expected output of a test case where the output normally will be nil is not clear
Hi! Issues with swift, first one, the default func declaration has [Int] as parameter and [Int] as return type, when in the test cases Doubles are passed in the arrays, please change default function declaration for swift to func findUniq(_ arr: [Double]) -> Double
Second, I hace three test cases where my func does not work, and I am not sure why