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.
Updates tests to Node 18.
Adds small "tricky" test case.
Updates tests to Node 18.
Updates tests to Node 18.
Updates tests to Node 18.
Updates tests to Node 18.
Updates tests to Node 18.
The "view solution" button is buggy, difficult to use, and it shows code only sometimes :(
I checked the C tests and did not find anything wrong at the first glance. Its much more likely that such misleading message is a result of some UB in your solution, maybe some buffer overflow or something. would be much easier to say if we could see your code.
[float('inf')]
Fork here.
I suggest you do one thing: either parse the polynomial from a string, or find roots. ( I think both are duplicates though. )
at first, I wanted to set the condition in a different way. Inputing the string like '2x^2 + 4x + 5 = 0' and needs find roots. But i think that it hard for 7 kyu and for 6 kyu it not interesting to solve this kata.
That you think, maybe make case of '2x^2 + 4x + 5 = 0' and gives it on 6 kyu?
Loading more items...