description: don't mention null. strings are not null. null is when you DON'T have a string. which we do. that's already specified.
Python: missing
from solution import alphanumeric import codewars_test as test
in the sample tests and full tests
Suggest adding test cases for the literal strings "null", "nil", "none", etc; I see at least one solution that improperly returns that these are not alphanumeric (they are)
Rust's test and attempt give error: unresolved import super::alphanumeric
test
attempt
unresolved import super::alphanumeric
This comment is hidden because it contains spoiler information about the solution
pls review the Rust version
To me, "latin letters" would normally mean letters with or without diacritics. Based on the description, I would expect "naïve" to return true.
There is a bug in Rust tests::random_tests, for valid password "LA3QiZj7drMD8K" test expects false.
Scala translation
Please review: C++ Translation
Lua translation!
Loading collection data...
description: don't mention null. strings are not null. null is when you DON'T have a string. which we do. that's already specified.
Python: missing
in the sample tests and full tests
Suggest adding test cases for the literal strings "null", "nil", "none", etc; I see at least one solution that improperly returns that these are not alphanumeric (they are)
Rust's
test
andattempt
give error:unresolved import super::alphanumeric
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
pls review the Rust version
To me, "latin letters" would normally mean letters with or without diacritics. Based on the description, I would expect "naïve" to return true.
This comment is hidden because it contains spoiler information about the solution
There is a bug in Rust tests::random_tests,
for valid password "LA3QiZj7drMD8K" test expects false.
This comment is hidden because it contains spoiler information about the solution
Scala translation
This comment is hidden because it contains spoiler information about the solution
Please review: C++ Translation
Lua translation!
Loading more items...