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
You have mistakes in the description:
Greak kata, probably the hardest among 7 KYU. Learnt a library in the process of solving it.
This one took some time, even though it seemed reasonably easy at first. Great Kata. Probably a bit harder than 7kyu but oh well.
Small typos :
Hello, I pass all test except 65 hidden one, I don't really know how to find my error without knowing what went wrong. I didn't use regex, I use a permutation method where it's return false when at least one element of the permutation is in the password.
Thanks!
I'd say 6
JS: Node v12 should be used enabled along with its appropiate assertion tools (Mocha + Chai).
This is in Javascsript btw.
This comment is hidden because it contains spoiler information about the solution
You can have a print satement in the begining of your function with all your input data
This test is invalid
There's mentioned: the number of pronouns provided will be equal to the number of Noun Phrases in the sentence
but i get:
'adj adj word adj aux adj word aux aux aux aux adj aux adj aux word n aux adj aux n adj n adj adj word aux adj word n n adj word n adj adj word adj aux n adj aux adj adj adj n adj n n aux aux aux aux n n',
[ '0', '1', '2', '3' ],
{ n: 'N', aux: 'aux', adj: 'adj' }
where number of n is 12 and only 4 pronouns;
Language: js
is this really 7kyu? should it be 6?
I would argue the description is fine. Since it was "less than half is okay." That's all I'm gonna say. Okay.
deceptively tricky, probably the most deceptively tricky one yet.
Loading more items...