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.
@CS234_1716410234 thank you so much for your explanation, I wasn't able to crack this problem, but now did it, it's not an optimised code at all, it may have huge time complexity but it's working for the time being :
static int maxLength=0;
static boolean status = false;
static List array = new ArrayList<>();
static List array1 = new ArrayList<>();
Picking Numbers
You are viewing a single comment's thread. Return to all comments →
@CS234_1716410234 thank you so much for your explanation, I wasn't able to crack this problem, but now did it, it's not an optimised code at all, it may have huge time complexity but it's working for the time being :
static int maxLength=0; static boolean status = false; static List array = new ArrayList<>(); static List array1 = new ArrayList<>();