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 translation has signature
char* stat(char* strg);
, whereasstrg
is actual aconst char*
, and cannot be modified.It would also be nice to mention in the initial solution that the result needs to be allocated and will be freed.
Thanks!
g964, very nice kata and very nice description here. Thank you!
Not 7 kyu
Not 6kyu Kata 100%
Awful description, awful kata
Well I would just delete it, but apparently I don't have permission, even though I wrote it in the first place...
In short: codewarriors like yourself are stuck with this kata. Complete it or just ignore it ;)
again math, not coding
Bad kata. 99.99% math and 0.01% coding.
thats what im saying!
This comment is hidden because it contains spoiler information about the solution
Java translation.
О, я тебя понимаю. Пригорает, когда вроде бы всё ок, но не принимает. Или когда не можешь врубиться в задание (хотя тут частенько они кринжово описаны).
Хотя вот это задание решить получилось, правда логику уловил не сразу, а как поймал - решение сразу выстроилось.
Судя по моим наблюдениям за собой, такие качели, когда не самое сложное задание не получается решить, зато сложное решается будто бы само собой - это нормально.
gl next
Very bad description, spent a time to understand what was meant to do. After realising, finished it very fast.
Чел, у тебя есть список 'geese'. Тебе надо написать функцию, которая принимает список птиц 'birds' и отфильтровывает её таким образом, чтобы, в итоге, не осталось ни одной птицы из списка 'geese'.
Пример:
есть список a = [1, 2, 3, 4]
подаётся список b = [1, 3, 5, 8, 9]
фильтруем так, чтобы, в итоге, в b не было ничего из a
...
получаем список [5, 8, 9]
Кчау
Loading more items...