Leetcode Weekly Contest 417 | Video Solutions - A to D | by Raghav Goel | TLE Eliminators

  Рет қаралды 6,288

TLE Eliminators - by Priyansh

TLE Eliminators - by Priyansh

Күн бұрын

Пікірлер: 9
@TLE_Eliminators
@TLE_Eliminators Ай бұрын
Please fill the feedback form for PCD: forms.gle/htwvkSfiCyv62Lfn8
@universalcosmologist3675
@universalcosmologist3675 Ай бұрын
it should be e1>=e2 for third problem as e1 is smallest endpoint greater than k and e2 is largest but less than k
@itzzRaghav
@itzzRaghav Ай бұрын
e1 is the smallest endpoint with >= k (it's not > k) consonants and e2 is the largest endpoint with
@TON-108
@TON-108 Ай бұрын
Am i only one who felt Problem C too hard?
@mk_0380
@mk_0380 29 күн бұрын
yes
@TON-108
@TON-108 29 күн бұрын
@@mk_0380 😭
@nikhilkumarv2577
@nikhilkumarv2577 Ай бұрын
Plz fix ur mic, it give a little sharp noise at the end of each word, it's really disturbing and gives head ace to me. Rest all is good 🛐🛐
@Abhay14
@Abhay14 Ай бұрын
A- this give me TLE class Solution { public: string reverseNext(string temp){ string ans = ""; for(auto it : temp){ ans += ((it-'a' + 1) % 26) + 'a'; } return ans; } char kthCharacter(int k) { string word = "a"; for(int i=0; i
@itzzRaghav
@itzzRaghav Ай бұрын
Your for loop inside kthCharacter() method has k iterations, and the size of word will double in each iteration. So if k is 30, then the size of the string word will become 2^30 which we can't store in a string. And k can be as large as 500, so this solution wouldn't work.
Leetcode Biweekly Contest 142 | Video Solutions - A to C | by Raghav Goel | TLE Eliminators
1:31:13
Leetcode Weekly Contest 424 | Video Solutions - A to D | by Viraj Chandra | TLE Eliminators
1:37:27
The Ultimate Sausage Prank! Watch Their Reactions 😂🌭 #Unexpected
00:17
La La Life Shorts
Рет қаралды 7 МЛН
What type of pedestrian are you?😄 #tiktok #elsarca
00:28
Elsa Arca
Рет қаралды 28 МЛН
Who's spending her birthday with Harley Quinn on halloween?#Harley Quinn #joker
01:00
Harley Quinn with the Joker
Рет қаралды 27 МЛН
Leetcode Weekly Contest 420 | Video Solutions - A to D | by Raghav Goel | TLE Eliminators
1:45:12
Why Just In Time Coding Is More Effective
7:36
Senior Code Review Buddy
Рет қаралды 3,6 М.
Codechef Starters 157 | Video Solutions - A to G | by Raghav Goel | TLE Eliminators
1:56:21
TLE Eliminators - by Priyansh
Рет қаралды 4 М.
5 Signs of an Inexperienced Self-Taught Developer (and how to fix)
8:40
Making an Algorithm Faster
30:08
NeetCodeIO
Рет қаралды 145 М.
If __name__ == "__main__" for Python Developers
8:47
Python Simplified
Рет қаралды 414 М.
Dynamic Programming isn't too hard. You just don't know what it is.
22:31
DecodingIntuition
Рет қаралды 195 М.
5 Patterns to Master 80% of Leetcode Problems
15:37
Rahul Pandey
Рет қаралды 9 М.
I Solved 1583 Leetcode Questions  Here's What I Learned
20:37
ThePrimeTime
Рет қаралды 730 М.