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.
https://www.ibm.com/docs/en/ts3500-tape-library?topic=functionality-ipv4-ipv6-address-formats
well, it works the same as 32 bit memory.
¿do you need also an explanation for that?
just throw the ArgumentError exception
Ruby does integer division 1 / 3 = 0 .
Yeah. You're not recurring. Read the specification again.
To see what you have typed just
Un-Flag the comment as having a spoilers within it
and then quickly Copy the comment and again mark the comment as spoiler. Then Paste it anywhere (preferably your editor) and see what you have typed ^_^Try CodecademyLabs as an Editor :)
I don't actaully know any Ruby, I just assumed that you were having the same issue as others have hit with other languages. And it seemed I was right?
You may wanna convert the array to numbers first before sorting them.
For example;
{ "12", "34", "50", "6", "9", "94" }
, is a valid sorted string array.I don't know the language with you have typed in...But Yeah in JS I do it using
if-else
statements in between the loops and use the statementbreak;
for breaking the loop to continue...:)You can find the alternative of
break;
on google...:) Let me know if you did and it worked !I don't understand what you are trying to say. I suppose this is about Ruby? There are twenty Ruby solutions that passed all the tests without any complaints. I assume you should carefully review your own code if you want it to work; this kata is not broken.