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.
Yep, I wrote exactly this but I coudn't make it work on some tests
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Still a better love story than Twilight.
In practice, I wouldn't do this
For practice, I did this just to practice some of the builtin tools, because there's not many other ways which require their use.
As I said you in a post above: "Now that you have passed the kata you could look at the other solutions and see how they proceed.".
thanks
Rounding
279 / 3600
to 53 significant binary digits here.@g964 Need a template? Legends say, Landau had one:
Parameters are "int" so use only "ints" and no
/
.My solution doesn't trunc or round and the fixed tests are the same for all languages that all give the same results.
Now that you have passed the kata you could look at the other solutions and see how they proceed.
For the data you gave the number of seconds is exactly
7920.0
hence7920
as an int (this result is the same in all languages of the kata).I am sorry but I strongly doubt of that.
Maybe you should reconsider the way you made the calculations (in particular don't divide by 3600 too soon).
Yeap. Other solutions opened only when I'm done with this task...but it was too late...
Thank's
I'll try to keep in mind pattern matching...Elixir a little bit different for me
Thanks buddy, i will do it
This comment is hidden because it contains spoiler information about the solution
Loading more items...