Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
Love it! Very well explained!
very clear explanation . Thank you sir
Welcome :)
thanks a lot sir good explanation
Leetcode question num kya hai?
♥ op
Code khaha hai😢
public class Solution { public static int findXOR(int L, int R){ // Write your code here. return getXor(R)^getXor(L-1); } public static int getXor(int n) { if(n%4==1) { return 1; } else if(n%4==0) { return n; } else if(n%4==2) { return n+1; } else { return 0; } }}
Not good enough😮💨
Love it! Very well explained!
very clear explanation . Thank you sir
Welcome :)
thanks a lot sir good explanation
Leetcode question num kya hai?
♥ op
Code khaha hai😢
public class Solution {
public static int findXOR(int L, int R){
// Write your code here.
return getXor(R)^getXor(L-1);
}
public static int getXor(int n)
{
if(n%4==1)
{
return 1;
}
else if(n%4==0)
{
return n;
}
else if(n%4==2)
{
return n+1;
}
else
{
return 0;
}
}
}
Not good enough😮💨