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.
Modified Kaprekar Numbers
Modified Kaprekar Numbers
Sort by
recency
|
1040 Discussions
|
Please Login in order to post a comment
in c++ code hackerrank.com
in engligh
void kaprekarNumbers(int p, int q) { for(int i;i
Here is my python code (simple brute force):
Here is my c++ solution, you can what the explanation here : https://youtu.be/MttrQCHGu3w
JavaCode
Hi, this is my solution in C# 🐿️