Nice kata
There should be another choice: Best Practices, Clever, Genius. Genius|1 from me!
What does that mean, and what's the suggestion?
sus kata
Approved
Match-case lover
I believe he meant "CdWr oeas", but he made a typo.
W
i added a skeleton for the custom error type in the initial code and an explicit import of it in the tests. also added sample tests for exceptions. adding the same edge twice is not an edge case in this kata, as the description says:
Parallel edges and self-loops are permitted
done
badly worded
handled in my fork
python new test frameworks to be used.
added by someone.
youre close to your given runtime but using arr1.sort() and arr2.sort() at the start ruins it - try arr1.reverse() and arr2.reverse() instead
This entirely defeats the point of the problem, that being to take advantage of the fact that the arrays are already sorted.
Loading collection data...
Nice kata
There should be another choice: Best Practices, Clever, Genius. Genius|1 from me!
What does that mean, and what's the suggestion?
sus kata
Approved
Match-case lover
I believe he meant "Cd
W
r oeas", but he made a typo.i added a skeleton for the custom error type in the initial code and an explicit import of it in the tests. also added sample tests for exceptions. adding the same edge twice is not an edge case in this kata, as the description says:
done
badly worded
handled in my fork
python new test frameworks to be used.
added by someone.
youre close to your given runtime but using arr1.sort() and arr2.sort() at the start ruins it - try arr1.reverse() and arr2.reverse() instead
This entirely defeats the point of the problem, that being to take advantage of the fact that the arrays are already sorted.
Loading more items...