Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
Good explanation brother. Just a slight optimisation, we can break out of the inner for loop when the if condition become false
int rectanglesInCircle(int r) { // code here int ans=0; for(int x=1;x
Correct but It will not be a problem if you didn't write -1as if condition will reject it automatically anyway
@@maskedcoder-dy1ub ha..it will get rejected automatically anyways...
Good explanation brother. Just a slight optimisation, we can break out of the inner for loop when the if condition become false
int rectanglesInCircle(int r) {
// code here
int ans=0;
for(int x=1;x
Correct but It will not be a problem if you didn't write -1as if condition will reject it automatically anyway
@@maskedcoder-dy1ub ha..it will get rejected automatically anyways...