We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Reverse Factorization
Reverse Factorization
Sort by
recency
|
8 Discussions
|
Please Login in order to post a comment
no bfs, no dp. Just simple math. Also, handles more stricter test cases.
seems like most of the 50pt solutions fail the following test case
the answer should be
instead of
I meant to submit my solutions until I found there is no C++ option in the languages combo box. Is there a way to submit a C++ coded solution?
Hi, I'm trying to use BFS to solve this, but I'm getting timeouts for test case 11 onwards. Can someone please help me make my solution more efficient? (I'm coding in Scala)
Since with the actual test case, this challenge is quite easy, would it possible to downgrade the difficulty of this challenge and add a new challenge that would be the same, but with more advanced test-cases as the one mentioned here ?