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.
WOW, nice one :)
It's clever. Can I read how you find this formula? I can write program only with "for"
This is great!, I got it down to one for loop by modifying gauss' sum slighly different. But this is true algebraic problem solving! :)
Don't worry! We've all been there as well. :) Try to turn that frustration into motivation. Also - never stop improving!
I love finally finishing a Kata just so I can see the guys who figured it out on 1 line! Way to go... I'm so bad :(
B116013, check out mgol's answer. I think there is no issue. Please open a new question if you still have one.
Check out for number 5: If a block to be encoded contains all nulls, then that block is encoded as a simple z (ASCII 122) rather than the fully-encoded value of !!!!!
You have to check if the input is zero padded
last test in attempt
"Testing ASCII85 encoding of "
is showing output should be "<
!!>"but it should be"<~~>"
i am using python
Seems to work perfectly fine, now (I just checked with the sample tests)
:)
EDIT: if ggmoy did the translations of the 2 remaining verison (if I remember well, I have already corrected the 2kyu version), you should take a look at those. He certainly did the same mistake in the other versions.
Should be fixed, thanks :D
@B116013 I think I fixed the Java translation, feel free to ping me if you find any other Issues :)
@Blind4Basics Thanks for the offer but I've published and approved a fork to @ggmoy's Java translation already. It would be great if you could test the Java translation for me though, just to confirm that there are no other Issues :D
I'm no one... ;-p (most of the time, at least). You take care of this ?
Thanks for stating the language in which you are encountering this Issue.
By that, I suppose you mean "the actual and expected values are swapped in the assertions"? I've just checked the Java translation for this Kata and again, the actual and expected are in the wrong order *sigh*. Why does no one ever translate a Kata into Java correctly?
In response to this Issue Report, I will be fixing the Java translation shortly. Thanks for the report :D
expected solution is different from the answer in the test case
language : java
@Blind4Basics,
Many thanks for the fix, your fork of @ggmoy's Java Translation has been reviewed and approved :D
Cheers,
donaldsebleung
P.S. B4B, a little bit off topic, but I would like to confirm once more that the order of arguments in a typical JUnit assertion is [message, ]expected, actual? I will make sure to keep that in mind when reviewing future Java translations :)
Loading more items...