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.
Golang
Issue with basic case. Whether I return true or false, the test case flips to the other expected value. It is only this one test case; therefore, I do not think it is my code. All randoms pass every time. Its the basic test that contains 36100 in array2. The expected should be false as there is not a "Same" value in array1.
making the inner array and initalizing it first is generally faster than using the built-in append function
This comment is hidden because it contains spoiler information about the solution