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.
Expects a String result even when a number would be a logical result
isPrime function is not required for calcuting the prime pair for Goldbach's Conjecture, had to program is prime just to pass the specs
This comment is hidden because it contains spoiler information about the solution
Question is quite simple, probably level 7, but the means of calling it are over complex. Why not simply have a function with (str1, str2) and check if str1 is inside of str2?
This comment is hidden because it contains spoiler information about the solution
All of the test cases besides the last one only truly check to see if your returned value is in the proper range.
This comment is hidden because it contains spoiler information about the solution