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.
It's still wrong in the given java test cases, currently it's 67999990100000000019, but should be 6799990100000000019
The longest one should be "6799990100000000019" which is 19 digits. Have you seen something else?
For the java sample test cases, there is a card that is expected to be maestro, but its length is 20!
Well, they're consistent and line up now. Still looks bloated on a 4k monitor, but fuck it.
Added, thanks!
You should use
style="width: 25%"
(or any width you want) insideth
andtd
opening brackets. Just remember that the overall width should be 100%.I wasn't. I was using this:
Are you using CSS to set column width?
nope, sorry... :/
Just tried it and looks identical :/ Do you know of any better looking tables on Codewars?
about the table, one solution could be to build an html table rather than using markdown.
Thanks very much. I found a big gap in coverage from that, which affected all issuers which had multiple non-sequential starting digits.
I'll try to format the tables better, but I'm pretty sure it's out of my hands and down to CodeWar's markdown implementation.
Since you pass a string and not a number, you should add some tests with non numeric characters, imo.
Way better. Could you achieve a table withs all width of the columns that would be consistent with each others?
Still some troubles in the random tests: you expect one particular answer while your generator can create matches with other kind of cards, apparently:
This has been resolved with a description rewrite.
Loading more items...