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.
C#: method name should be
PascalCase
(Please refer to implementation of backward compatibility here )This comment is hidden because it contains spoiler information about the solution
Description should be language-agnostic
Description should be language-agnostic
Description should be lanugage-agnostic
CLang:
Could someone explain this? What I misunderstood?
Failed lastSurvivors("zxyphjtvyiikdo")
Actual characters: "zxyphjtvyjkdo"
Expected characters: "adhloptvx"
I can't seem to understand how 60 as input should return 60 ?
the solutions are :
1 minute 0 seconds => 10
and
0 minutes 60 seconds => 60
we have same consecutives and same length so it should return the first solution which is 10 right ?
please correct me if I'm wrong
I see the similar question below, but don't see the solution.
Please tell me why my result is wrong?
for vKnightLeft = 1, vKnightRight = 1 and field:
["$->11111","11111<-P"]
: expected [ '1$->1111', '1111<-P1' ] to deeply equal [ '11$->111', '111<-P11' ]
This comment is hidden because it contains spoiler information about the solution
Looks like a duplicate to me.
You sure? :P
You have a nice (elaborate) story, that's why it's even more important that you include a "Task" section with the exact requirements (without storyline), in a succinct style -> inputs, outputs.
What exacly is a group of letters? Should all elements form a vertical or horizontal line, or should all letters that form a group have at least one vertical or horizontal link to any adjacent letter?
A group of letters is defined as characters that are adjacent to each other either vertically or horizontally.
In example 2, expected value is
"bza"
, but all sort orders should be ascending. Number of arrows would indicate'a'
comes before"bz"
( points are equal ).Can someone leave feedback on my solution?
Loading more items...