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.
💀💀💀
I'd way something but my solution dont even work 🤡
In my IDE, 3662 returns output "1 hour 1 minute and 2 seconds", but when I run it here, I get
Expected: equal to "1 hour, 1 minute and 2 seconds"
Actual: "61 minutes and 2 seconds"
Im really new to c++ so I have no fucking clue whats going on
Probably a problem with empty arrays
TypeError: candidates.shuffle is not a function
at describe
at /runner/frameworks/javascript/cw-2.js:152:11
at Promise._execute
at Promise._resolveFromExecutor
at new Promise
at describe
at /home/codewarrior/index.js:169:1
at /home/codewarrior/index.js:199:5
at Object.handleError
My code doesnt have such a function, its a kata issue
Brute Force goes brrrrr
You are gonna punch me in the face but... tf is a set
is the use of gmpy2 banned or is my code just trippin?
Man, such a great kata that I am too dumb to solve. My code is fucking close from working but its too slow cuz its basically just brute force, checks every single possible path by brute force so yeah theres that
Your code is probably falling into an infinite loop in some edge cases, make sure that your code can handle ties between competitors
Really fun kata, not particularly difficult but fun nonetheless
This comment is hidden because it contains spoiler information about the solution
Bro uses half of codewars servers space 💀
What language are you using? Perhaps the kata uses a different version of your language where certain algorithms work differently, such as the sort function on js
Test cases should be upgraded to require total accuracy. My code is usually off by a few decimals from the actual answer, which I 'solved' using the round function, test cases with floating point outputs should be added
Loading more items...