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.
retired
retired
int(if the value is an integer);Agree, this kata shouldn't be released in Python
Forbidding use of built-ins is a lost battle, especially in Python.
https://www.codewars.com/kata/reviews/6a0ee42a5e602db2044361a3/groups/6a0ee5f0991fb1532bd93615
https://www.codewars.com/kata/reviews/6a0ee42a5e602db2044361a3/groups/6a0ee7b78e60dfe942f1e90f
Some solutions can bypass the tests
Great
Thanks, corrected
There are a few typos in the description:
...also check if triangle exists with that sides, if not return **None**...Should return **False**, because triangle with that sides dont existsit's an automatic process, the rules are explained there. I was just closing the issues because it's pointless to keep them open - retirement is final. don't let it demoralize you; good luck for your future kata :]
May I ask why is this retired?
retired
The rank of a kata is not based on your own estimate; it is based on the average rank assessed by everyone who has passed it. Since your kata already has existing rankings, it would be difficult to request that those users re-rank it. Therefore, please publish this as a new kata instead.
I think the difficulty of the updated version is different from the original. It would be better to publish a new kata entirely, since we can't ask everyone who already passed it to re-rank it. :)
Good spot, forgot to check that. I will change the tests to use the same Stack class instance but clear them before each iteration.
However this is retired so I will do it later.
Loading more items...