Codechef Starters 139 | Video Solutions - A to D | by Ankit Ghildiyal | TLE Eliminators

  Рет қаралды 5,159

TLE Eliminators - by Priyansh

TLE Eliminators - by Priyansh

Күн бұрын

Пікірлер: 25
@TLE_Eliminators
@TLE_Eliminators 4 ай бұрын
Please fill the feedback form: forms.gle/wTgYuKAKSp5CsgGK7
@pratyushdubey5362
@pratyushdubey5362 3 ай бұрын
It would've been better if you as the educator explained those observations rather than just listening to those students who were able to solve it and write it down on the board and solving the sum again. You just came to solve the questions again on a video call rather than explaining them.Worst editorial from TLE team.
@VivekYadav-uy9ts
@VivekYadav-uy9ts 3 ай бұрын
In Problem 'B' in couldn't get this oberservation that it is N / GPF(N), after this i was able to solve it by my own, Thnx for the explanation Ankit Bro!
@crazymemes4080
@crazymemes4080 3 ай бұрын
I don't know how they explain:) totally waste of time.
@PrinceKumar-gl5fk
@PrinceKumar-gl5fk 3 ай бұрын
Agreed
@kousthubhyadavalli1077
@kousthubhyadavalli1077 3 ай бұрын
can we get the solution code as well?
@VivekYadav-uy9ts
@VivekYadav-uy9ts 3 ай бұрын
Bro check the description!
@anandraj-xj5ge
@anandraj-xj5ge 3 ай бұрын
I tried to fix the frst permutation as 1,2,3,4 then wrote code to find all permutations and then do ai-bi then check is there any pattern. Because writing permutations can become confusing. Is it a good practice or should I change ?
@ayushshshsh
@ayushshshsh 3 ай бұрын
even I do this sometimes
@priyanshkumar17
@priyanshkumar17 3 ай бұрын
I also did the same
@stuartYoung559
@stuartYoung559 3 ай бұрын
HEY ! why cp31 sheet is not accessible from website ?
@prakashk.pandey9298
@prakashk.pandey9298 3 ай бұрын
Solution for sum of N :- #include using namespace std; const int m=1e6+1; vector allprime; unordered_map mp; vector isprime(m+1,0); void fun2(){ vector vis(m,0); for(int i=2; i>k; if((k%2)==0){ cout
@Noob_Coder1234
@Noob_Coder1234 3 ай бұрын
Great Explaination Mr Ankit
@siddheshpandey7905
@siddheshpandey7905 3 ай бұрын
solution for Sum of N question: #include using namespace std; const long long MAX_LIMIT = 1000000; vector sieve(vector &isPm) { vector pm; isPm[0] = isPm[1] = 1; long long sum=0; for (long long i = 2; i t; vector isPm(MAX_LIMIT + 1, 1); vector pr=sieve(isPm); while(t--){ long long k; cin>>k; if(isPm[k]==1){ cout
@prakashk.pandey9298
@prakashk.pandey9298 3 ай бұрын
check this:-#include using namespace std; const int m=1e6+1; vector allprime; unordered_map mp; vector isprime(m+1,0); void fun2(){ vector vis(m,0); for(int i=2; i>k; if((k%2)==0){ cout
@kondekarvaishnavi2348
@kondekarvaishnavi2348 3 ай бұрын
Worst explanation ever😮‍💨🤮🤮
@037_abhinavkumar3
@037_abhinavkumar3 3 ай бұрын
Explain the questions and logic properly please
@professor8628
@professor8628 3 ай бұрын
why your website is not working??
@roshangeorge97
@roshangeorge97 3 ай бұрын
its under maintainace ig
@TanmayKhandelwal-z9v
@TanmayKhandelwal-z9v 3 ай бұрын
#include #define int long long using namespace std; const int N=1e6+10; vectorres; vectorisPrime(N,1); void solve() { isPrime[0]=isPrime[1]=false; for(int i=2;i>k; if(k%2==0) { cout
@prakashk.pandey9298
@prakashk.pandey9298 3 ай бұрын
check this:-#include using namespace std; const int m=1e6+1; vector allprime; unordered_map mp; vector isprime(m+1,0); void fun2(){ vector vis(m,0); for(int i=2; i>k; if((k%2)==0){ cout
@39_jatinjain4
@39_jatinjain4 3 ай бұрын
Worst Explanation!
@vanshgupta5202
@vanshgupta5202 3 ай бұрын
#include #include using namespace std; void primeSieve(int n, vector& ar) { vector is_prime(n + 1, true); for (int p = 2; p t; while (t--) { int n; cin >> n; vector primes; primeSieve(n, primes); long long int sum = 0; for (int p : primes) { sum += p; if (n % p == 0) { break; } } sum *= n; cout
@Ronakrewar
@Ronakrewar 3 ай бұрын
give code of sum of N
@shudhanshusingh1401
@shudhanshusingh1401 3 ай бұрын
One of the worst teacher teaching on KZbin
Leetcode Weekly Contest 403 | Video Solutions - A to D | by Viraj Chandra | TLE Eliminators
52:42
Codechef Starters 156 | Video Solutions - A to H | by Raghav Goel | TLE Eliminators
2:42:30
TLE Eliminators - by Priyansh
Рет қаралды 2,4 М.
小丑家的感情危机!#小丑#天使#家庭
00:15
家庭搞笑日记
Рет қаралды 31 МЛН
"كان عليّ أكل بقايا الطعام قبل هذا اليوم 🥹"
00:40
Holly Wolly Bow Arabic
Рет қаралды 4,7 МЛН
Codechef Starters 140 | Video Solutions - A to E | by Ankit Ghildiyal | TLE Eliminators
38:53
TLE Eliminators - by Priyansh
Рет қаралды 3,7 М.
How I animate 3Blue1Brown | A Manim demo with Ben Sparks
53:41
3Blue1Brown
Рет қаралды 592 М.
Sum of N | Codechef Starters 139 | Very Easy Explaination
12:19
Codechef Starters 153 | Video Solutions - A to D | by Harsh Gupta | TLE Eliminators
52:36
TLE Eliminators - by Priyansh
Рет қаралды 3,2 М.
L00 : Course Overview | Number Theory | CodeNCode
18:29
CodeNCode
Рет қаралды 47 М.
Codeforces Round 955 | Video Solutions - A to D | by Abhinav Kumar | TLE Eliminators
1:48:42
TLE Eliminators - by Priyansh
Рет қаралды 7 М.
Codeforces Round 954 | Video Solutions - A to E | by Abhinav Kumar | TLE Eliminators
1:58:09
TLE Eliminators - by Priyansh
Рет қаралды 7 М.
Codechef Starters 152 | Video Solutions - A to D2 | by Abhinav Kumar | TLE Eliminators
1:42:12
TLE Eliminators - by Priyansh
Рет қаралды 2,8 М.