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.
This comment is hidden because it contains spoiler information about the solution
Groovy translation
Haskell:
Such solutions should not be allowed
My code in test mode works correctly with all conditions except
-- This isn't a pangram! --- I have "true"
Why is this?
all other conditions are met.
cod Rust
C++ translation
Please, review and approve/reject.
Scala translation (with random tests!)
I want to make a point, that "pangram" means a sentence using all letters from ONE language. As there are many languages using different alphabets, it's not obvious (cuz not specified in detials section) for which language we should check (english is not the only one languge in the world) or if we should detect it. For example: "The quick brown fox jumps over the lazy dog" is pangram in engilsh but it isn't in polish ¯_(ツ)_/¯.
I ignore the fact that pangram is about sentences, but details says "Ignore numbers and punctuation.", where sentence is actually a string endend with some "punctuation".
This comment is hidden because it contains spoiler information about the solution
D translation
This comment is hidden because it contains spoiler information about the solution
(author is inactive)
In the first tests, there are actually more than one case in a single TestCase, just for you to know.
They should actually be separated into more than one TestCase but they're in the same one, so just to keep in mind
if you wanted to test returning true and then false.
Problem is with UTF-(8..32), or other than ascii
meybe add information what to do with ąęż
in my language ół is in alphabet
Swift translation kumited :) Please review and approve
just making sure, I can use two for loops one to iterate the letters the other to iterate the senstce right ?
Loading more items...