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.
In case there's someone else interested in covering the edge cases, here's my list
Click to expand/collapse
This comment is hidden because it contains spoiler information about the solution
Should be fixed now
Link in description have content removed.
But I found it here:
https://www.reddit.com/r/ProgrammerHumor/comments/ba55q2/i_present_you_the_miracle_sort
Touché.
Definitely
Best Practices
;PDamn, we are talking about nodejs, i was creating my solution on google chrome console XD
There's always a 'but' somewhere. :)
okay. but.
doesn't work if there are 0s in the vector.
I'm so confused.
fantasticrypticode
python is amazing
#11b36/3qc:0z:vV
You cannot "import typing" in Python 3.10 when testing.
Error below:
Traceback (most recent call last):
File "/workspace/default/tests.py", line 2, in
File "/workspace/default/solution.py", line 2, in
File "/workspace/default/preloaded.py", line 11, in
File "", line 1027, in _find_and_load
File "", line 1002, in _find_and_load_unlocked
File "", line 945, in _find_spec
File "/workspace/default/.venv/lib/python3.10/site-packages/_distutils_hack/init.py", line 88, in find_spec
TypeError: str.format() argument after ** must be a mapping, not int
If
procs
are C-style macros, that would also mean that this is valid:I'd love to know the answer as well.
If you didn't intend this to be valid
then you should change
to
At least in Python, this is never tested. Same issue as below. Please either remove the requirement or put it in the Error Handling section and add a test case.
Loading more items...