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.
Question asks to solve when "given an array of minimum 4 POSITIVE integers"
Like it!! Extremely readable!
Really good!!
JavaScript's parseInt() method takes a binary and radix parameter, and returns a number. Calling parseInt(binary, radix) tells JavaScript to convert binary to a number containing the decimal representation(ex: parseInt(101010, 2) returns 42.
Damn it!! This is what I was going for... small and straight forward
This comment is hidden because it contains spoiler information about the solution
Like it! Short and easily readable!!
first tryeeeeeeee..... 100 devs??
This comment is hidden because it contains spoiler information about the solution
🤣 Yeah my math'n was a bit fudged up!
Using JavaScript. Not sure how: ['w','e','w','e','w','e','w','e','w','e','w','e'] = false. Moving 5x to the left and 5x to the right, should.... if I am math'n right... return you to the originial location.
Need to comment all the lines for readability and optimizationalism
....well that's one way
This comment is hidden because it contains spoiler information about the solution
Hmmmmm.... but can it be optimized??? And what is the time space complexity??