Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Sounds like a lecturer of a college rather than an engineer at a company
true
true, he himself says something else, write something else
Harmonic lemma is not used
easy to understand and better solution thanks bhai
really nice explanation bhaiya!!
what if we only want the sum of divisor of MAX k element. how can we do that in that case?
Can we use i*i in for loop i^²
above approach is better optimised than yours.
WOW ,what a nice solution❤👍
aisa lg rha h bhaiya mst phook k bethe h
for(int i=1;i>1;i++) { cout
import java.util.ArrayList;public class sumofalldivisorfrom1ton { static long sumOfDivisors(int N) { ArrayList arr = new ArrayList(); while (N>0) { for (int i = 1; i * i
I think the time complexity of your solution is O(N2)But they are expecting lesser time complexity link mentioned below : O(N)static long sumOfDivisors(int n){ Long sumOfDivisor= 0L; for(int i=1;i
kaise teacher rbaithe hai yaar gfg main ,,,worst explanation ek badhiya engineer zaruari nahi hai ki acha teacher ho
worst explanation understood nothing at all
Sounds like a lecturer of a college rather than an engineer at a company
true
true, he himself says something else, write something else
Harmonic lemma is not used
easy to understand and better solution thanks bhai
really nice explanation bhaiya!!
what if we only want the sum of divisor of MAX k element. how can we do that in that case?
Can we use i*i in for loop i^²
above approach is better optimised than yours.
WOW ,what a nice solution❤👍
aisa lg rha h bhaiya mst phook k bethe h
for(int i=1;i>1;i++)
{
cout
import java.util.ArrayList;
public class sumofalldivisorfrom1ton {
static long sumOfDivisors(int N) {
ArrayList arr = new ArrayList();
while (N>0) {
for (int i = 1; i * i
I think the time complexity of your solution is O(N2)
But they are expecting lesser time complexity link mentioned below : O(N)
static long sumOfDivisors(int n){
Long sumOfDivisor= 0L;
for(int i=1;i
kaise teacher rbaithe hai yaar gfg main ,,,worst explanation ek badhiya engineer zaruari nahi hai ki acha teacher ho
worst explanation understood nothing at all