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.
yes
yes
Wow, this is a great way to organize the data first so all the equations are seen the same!
"if not e <= limit" is the same as "if e > limit", right? If so, then it only confuses people, IMO.
I didn't realize it at first, but this is actually best practice.
if a<0 can it identify it?
This comment is hidden because it contains spoiler information about the solution
should be no 1
I love this, how did i not think about this.
well done and thanks
Sort function will never significantly affect execution because of hard coded length of list.
The best.
This comment is hidden because it contains spoiler information about the solution
Clever, but certainly not best practice. This code is unreadable and unadaptable.
You know it doesn't kill to have a few more lines? Bad practice.
nice, but sort func will increase time of code
Loading more items...