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.
- Prepare
- Algorithms
- Recursion
- K Factorization
- Discussions
K Factorization
K Factorization
Sort by
recency
|
49 Discussions
|
Please Login in order to post a comment
I need same guidence also
My answer in Typescript, note includes.
note: it is a litte confuse when Q ask me to print -1 but my code required to return [-1] insteads
Simple solution
Find the factor
I tried using Greedy approach and it passes all the tests (java)