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.
Could you tell me what test you were facing the problem?
The guaranteed constraint should be:
0 <= n <= 2147483647
Javascript
: No random test cases!There is a typo in
'_', '|', '\'. '/'
, it should be'_', '|', '\', '/'
.No random tests! (Javascript)
Go translation, please check and feel free to approve or reject it!
google search?
Good fork version, thank you!
Javascript: No random tests!
Javascript
: No random tests!Typo in
theeach other
!What is the expected output if
board
is[[1,2,1], [1,2,2], [1,2,2]]
? The description is not clear!Lack of some tests (
Golang
), for example:"1.2.3.-0"
,"1.2.3.+0"
,"1.2.3.+1"
,"1.2.3.1e2"
!This solution doesn't pass for
str = "2.3.4.+1"
orstr = "2.3.4.-0"
!ALERT
: This solution doesn't pass correct all test cases (for example:str = "192.168.1.25*"
), see my new solution!Loading more items...