No Sound Leetcode 178: Rank Scores
1:01
11 сағат бұрын
No Sound Leetcode 177: Nth Highest Salary
2:02
No Sound Leetcode 175: Combine Two Tables
1:07
No Sound Leetcode 174: Dungeon Game
2:33
2 сағат бұрын
No Sound Leetcode 169: Majority Element
1:18
No Sound Leetcode 164: Maximum Gap
2:12
9 сағат бұрын
No Sound Leetcode 162: Find Peak Element
1:08
No Sound Leetcode 155: Min Stack
1:41
12 сағат бұрын
No Sound Leetcode 149: Max Points on Line
2:57
No Sound Leetcode 148: Sort List
1:24
19 сағат бұрын
No Sound Leetcode 147: Insertion Sort List
1:30
No Sound Leetcode 146: LRU Cache
2:29
19 сағат бұрын
No Sound Leetcode 143: Reorder List
2:21
21 сағат бұрын
Пікірлер
@rhulks-bloody-stools7649
@rhulks-bloody-stools7649 6 күн бұрын
What are itertools used for?
@ExtremeProgrammerr
@ExtremeProgrammerr 6 күн бұрын
Probably nothing :) That's what I do in general, include/import stuff and forget about it :D
@rhulks-bloody-stools7649
@rhulks-bloody-stools7649 6 күн бұрын
@@ExtremeProgrammerralso how were you running this program?
@rhulks-bloody-stools7649
@rhulks-bloody-stools7649 6 күн бұрын
As in, what was going on on line 237
@pedramghasemi1417
@pedramghasemi1417 14 күн бұрын
Thanks man
@ZackWhitbord
@ZackWhitbord 22 күн бұрын
Thats extreme
@ExtremeProgrammerr
@ExtremeProgrammerr 22 күн бұрын
Glad you liked it :)
@iliqnew
@iliqnew 24 күн бұрын
You're taking the guardian approach here which is quite cool. However you can turn all elif statements into simply if statements
@ExtremeProgrammerr
@ExtremeProgrammerr 24 күн бұрын
Definitely right. Pinning this so everyone can see if there will be lots of comments in the future(don't think so)
@iliqnew
@iliqnew 24 күн бұрын
@@ExtremeProgrammerr there will be. Keep going mate. You rock
@ExtremeProgrammerr
@ExtremeProgrammerr 24 күн бұрын
@@iliqnew nicest thing I've heard for days. Thanks :)
@KhanSb-c5f
@KhanSb-c5f Ай бұрын
which is best for programming low button keyboard or high button keyboard,,🤔
@ExtremeProgrammerr
@ExtremeProgrammerr Ай бұрын
I prefer low for faster typing most of the time
@IvyCreamMathieu
@IvyCreamMathieu Ай бұрын
I'm actually so sad that there is no sound, the video would be 10 times more watchable with comment ! You gave me the idea of going into canvas and try recreate some game too ! Thanks a lot !
@ExtremeProgrammerr
@ExtremeProgrammerr Ай бұрын
I hear this a lot. I was planning to be a small how-to kind of a channel, but I'm now really considering recording my voice too. Thanks for the input!
@harishbaburengaraj
@harishbaburengaraj Ай бұрын
Is it even pythonic way ? Solution: Consider using sets. def rm_duplicates(num:list): return list(set(nums))
@harishbaburengaraj
@harishbaburengaraj Ай бұрын
sets time complexity is o(1)
@ExtremeProgrammerr
@ExtremeProgrammerr 28 күн бұрын
I agree that operations on sets are O(1), but creating a set with n elements should result in O(n), right (Since adding elements to a set is O(1) and we are adding n elements)? This is the complexity that I have. I can agree that your solution is easy to read and performs really well, but I don't think my solution is less optimized, in general. Am I not considering something? Please comment back, I would be really happy to learn more on that.
@harishbaburengaraj
@harishbaburengaraj 22 күн бұрын
@@ExtremeProgrammerr Yup! ur right
@bogdogun5675
@bogdogun5675 Ай бұрын
Great explaination
@osasomoregbee4878
@osasomoregbee4878 Ай бұрын
I am as amazed as the first commenter 😅😅😅
@ExtremeProgrammerr
@ExtremeProgrammerr Ай бұрын
Oh man, nothing to be amazed :D
@osasomoregbee4878
@osasomoregbee4878 Ай бұрын
@@ExtremeProgrammerr just keep pushing sir. And never give up. Also try new things and see how you can spice it up a bit
@moe6410
@moe6410 Ай бұрын
Bro wtf did you just write… how are you this good at coding did you come out of the womb doing this
@ExtremeProgrammerr
@ExtremeProgrammerr Ай бұрын
Lol let's say I'm pretty experienced in this sh*t bro. I'm around if you need help or sth
@ankitpakhale808
@ankitpakhale808 Ай бұрын
Great code, but I would suggest please explain the code in the best simplest way while you are writing it.
@ExtremeProgrammerr
@ExtremeProgrammerr 28 күн бұрын
I'm a bit late on this answer, but just started to record some videos with commentary. Not the leetcode videos, since I'm basically making them the process of studying programming, but the project videos from now on will be commented. Hope you'll enjoy them!
@antonywes3635
@antonywes3635 Ай бұрын
It's too easy bro
@ExtremeProgrammerr
@ExtremeProgrammerr Ай бұрын
Yeah man, some of them really are
@spritemonstajackHD
@spritemonstajackHD Ай бұрын
Light mode ☠️
@ExtremeProgrammerr
@ExtremeProgrammerr Ай бұрын
Haha, I prefer light in the morning and dark in the night.
@marvinsommer5858
@marvinsommer5858 Ай бұрын
wow! good job! i want to learn coding but its to hard for me. can you give like tipps😅😅😅❤
@ExtremeProgrammerr
@ExtremeProgrammerr Ай бұрын
Sure, I can. Let's keep in touch! My first tip would be hard work and persistence :) coding is not hard but it takes time to perfect things :)
@邓力源
@邓力源 Ай бұрын
做什么的代码呢
@ExtremeProgrammerr
@ExtremeProgrammerr Ай бұрын
It solves problem 47 listed in leetcode.com. You can check the problem there :)
@YouMessedUpRealBad
@YouMessedUpRealBad Ай бұрын
Nice
@ExtremeProgrammerr
@ExtremeProgrammerr Ай бұрын
Stay tuned, I'll add an AI opponent to the game soon :)
@maanas_sehgal
@maanas_sehgal Ай бұрын
How tf did that work??
@ExtremeProgrammerr
@ExtremeProgrammerr Ай бұрын
You can easily construct integers from strings, and strings from integers. That's how it works on Python :)
@maanas_sehgal
@maanas_sehgal Ай бұрын
@@ExtremeProgrammerr na I mean that can be done in java but see the constraints. If it's 200 letters each it won't fit the integer limit. That's why it's a medium level
@ExtremeProgrammerr
@ExtremeProgrammerr Ай бұрын
Oh yeah, you're right. I'll definitely check the limits on that one
@AnandJaiswal-om3mz
@AnandJaiswal-om3mz Ай бұрын
Why did you solve that way? Does the video is supposed to be funny?
@ExtremeProgrammerr
@ExtremeProgrammerr Ай бұрын
Because the language allows me to :) It's not funny but practical
@cagtbd
@cagtbd 2 ай бұрын
Yeah, this is the reason I don't develop/write code. There's people way better than me.
@ExtremeProgrammerr
@ExtremeProgrammerr 2 ай бұрын
I believe it can be trained :)
@keremtekik575
@keremtekik575 Жыл бұрын
Quite beneficial!
@ne_nashe_moloko
@ne_nashe_moloko Жыл бұрын
thank you! It helped me to understand what was wrong with my code :)
@ExtremeProgrammerr
@ExtremeProgrammerr Жыл бұрын
Happy to help!
@hennyC_
@hennyC_ Жыл бұрын
Upgrade your mic if you want this to be asmr lol static is unbearable
@ExtremeProgrammerr
@ExtremeProgrammerr Жыл бұрын
Definitely will do. I was not sure if people would even open up the video, and your comment shows that they are. So it's on the list. Thanks for the feedback.
@user-lf7dj1sg1z
@user-lf7dj1sg1z Жыл бұрын
I recommend zooming in and making the code more appearing. And putting an attractive thumbnail would help!
@ExtremeProgrammerr
@ExtremeProgrammerr Жыл бұрын
I'm considering re-making the thumbnails. Also, I thought the code was read-able until now, and definitely will do something about this in my future videos. Your comment is very helpful and constructive, thanks a lot!
@user-lf7dj1sg1z
@user-lf7dj1sg1z Жыл бұрын
@@ExtremeProgrammerr I'm glad i helped!
@anishnehete
@anishnehete Жыл бұрын
Nice
@ExtremeProgrammerr
@ExtremeProgrammerr Жыл бұрын
Thanks!
@shubhanshujain9827
@shubhanshujain9827 Жыл бұрын
ASMR, really?😂
@ExtremeProgrammerr
@ExtremeProgrammerr Жыл бұрын
😂