Time & Space Complexity - Big O Notation - DSA Course in Python Lecture 1

  Рет қаралды 80,231

Greg Hogg

Greg Hogg

Күн бұрын

Пікірлер: 52
@GregHogg
@GregHogg 4 ай бұрын
Master Data Structures & Algorithms For FREE at AlgoMap.io!
@phokchanrithisak
@phokchanrithisak Ай бұрын
Hi Greg, this is the best underrated free course on DSA! People aren’t dumb; it's just that very few can explain concepts as clearly and effectively as you do. Thanks for making it easy to understand!
@Dovakin72
@Dovakin72 29 күн бұрын
Thanks, that's the most understandable explanation of Big O I've ever seen. It makes more sense to me now
@Monisha-f6b
@Monisha-f6b 2 ай бұрын
Literally saw one the best approaches to learn DSA, super intuitive, not many people out there teach it this way- need more content like this
@mohdshafiek
@mohdshafiek Ай бұрын
I've been trying to understand Big O Notation. Your video help me a lot. Thank you Greg !
@Jafar801
@Jafar801 4 ай бұрын
Please continue adding more videos on data structures and algorithms (DSA) in Python; they are really helpful.
@MohammedAhmed-y9r
@MohammedAhmed-y9r 4 ай бұрын
I've never though in my life that data structures is that interesting , thanks for the tutorial Greg
@GregHogg
@GregHogg 3 ай бұрын
Hahaha you're very welcome!
@hello_there79
@hello_there79 4 ай бұрын
Great video Greg! Maybe this playlist will turn into one of the best Python DSA course on youtube ;)
@GregHogg
@GregHogg 3 ай бұрын
Sorry for the slow reply... Hope so!!!
@ahnaftanjid5531
@ahnaftanjid5531 4 ай бұрын
your explanation is so soothing. Already watched DSA 1-6. Please bring more.
@GregHogg
@GregHogg 4 ай бұрын
Glad to hear it!
@blazenetic
@blazenetic 4 ай бұрын
Wow. Huge thank you, best explanation yet. Your teaching abilities seem magical.
@GregHogg
@GregHogg 4 ай бұрын
Awe thank you so much, that's so kind of you to say
@shantanujha6477
@shantanujha6477 3 ай бұрын
Amazing content Love from India ❤❤
@shiyun2811
@shiyun2811 4 ай бұрын
Really loved how well scaffolded and structure this video is! Knew about big O but your video was definitely one of the best explanations I've come across 🎉 with simple to understand functions before delving into the concepts mathematically. Thanks for the great work done
@GregHogg
@GregHogg 4 ай бұрын
Very glad to hear it, thank you ☺️
@hello_there79
@hello_there79 4 ай бұрын
​ ​ @GregHogg this video is under "Linked List Questions" Featured playlist, which can be seen in video description. starts with 1.7K views 4 days ago _Linked List Questions_
@mkz2386
@mkz2386 Ай бұрын
This is a fantastic playlist, thanks man
@jamestacular
@jamestacular 5 ай бұрын
I’m confused. Isn’t the second example O(n*logn) since you’re not traversing through the entire array for each number? Just the remaining possibilities of unique numbers? With n^2 you’d get 25 possibilities but here you get 15
@epicman9181
@epicman9181 5 ай бұрын
It's actually about 1/2 n^2 which simplifies to O(n^2). Imagine generating every pair of inputs including 'duplicates' like (1,5) and (5,1). You would get the full 25 options. Adding the rule "once the (1,5) pair is made (5,1) is redundant" can at most divide the number of outputs by 2. It doesn't perfectly divide the input by 2 due to pairs like (2,2) and (5,5), making the formula 1/2 * (n^2 +n), but that simplifies to O(n^2).
@MohsenHossam-li8dn
@MohsenHossam-li8dn 2 ай бұрын
strong video i follow you from egypt
@aaronlobo3106
@aaronlobo3106 4 ай бұрын
Thanks alot bro! Your videos are amazing.. Please keep teaching DSA!
@GregHogg
@GregHogg 4 ай бұрын
Thanks so much!
@chakradharkalla2857
@chakradharkalla2857 4 ай бұрын
here we go!!!! Babe new video dropped from Greg Hogg new DSA series..
@GregHogg
@GregHogg 4 ай бұрын
HAHAHA
@Al0Al0
@Al0Al0 3 ай бұрын
This was very helpful.
@tareqoweinat5952
@tareqoweinat5952 18 күн бұрын
awesome thank you so much
@turmoilstabilizer9054
@turmoilstabilizer9054 4 ай бұрын
I was aware of your channel for quite some time, read and churned through numerous dsa and python da books. This content is golden and the best that I have seen on youtube to date. Keep up the great work Greg!
@GregHogg
@GregHogg 4 ай бұрын
Haha really glad to hear it 🥰
@muniswamivikram
@muniswamivikram 5 ай бұрын
Yes I also waiting for machine learning
@solitary984seat5
@solitary984seat5 3 ай бұрын
whats the app name for drawing , pls?
@ParthMakwana-dz9yh
@ParthMakwana-dz9yh 3 ай бұрын
Can you please tell me which whiteboard you are using?
@dejaphoenix
@dejaphoenix 2 ай бұрын
The whiteboard is a free website called Miro Lite.
@th3graduate292
@th3graduate292 2 ай бұрын
Good revision video
@juhi_rathor
@juhi_rathor 3 ай бұрын
have you made notes for whatever you are covering up in the videos?
@roshanrosh7416
@roshanrosh7416 2 күн бұрын
guys can anyone say what is the type of whiteboard that he uses please?
@I_world
@I_world 3 ай бұрын
Hi I’m a beginner at DSA , should I watch all the tutorials before jump to the leetcode?
@siddharthaher3266
@siddharthaher3266 2 ай бұрын
Wow, thanks you!
@KingJon777
@KingJon777 4 ай бұрын
Thanks for this definitely going to check it out. Would you recommend using this over the San Diego dsa course on coursera?
@GregHogg
@GregHogg 3 ай бұрын
Easily.
@Andrew_N_G
@Andrew_N_G 4 ай бұрын
Hey bro have you covered strings i am not able to find the lecture
@GregHogg
@GregHogg 4 ай бұрын
Yes check my theory playlist
@alanmathew7247
@alanmathew7247 4 ай бұрын
Do a video on tree and O(log n)
@Carlos123-zk7qw
@Carlos123-zk7qw 3 ай бұрын
Thanks a lot !!!
@santhu-hw2qw
@santhu-hw2qw 3 ай бұрын
Done❤😊
@GregHogg
@GregHogg 3 ай бұрын
Amazing
@firdousProgrammer
@firdousProgrammer 4 ай бұрын
Awesome
@PostMeridianLyf
@PostMeridianLyf 4 ай бұрын
Lets gooooo!
@jenex5608
@jenex5608 2 ай бұрын
Bruh where were you 2 years ago. In my undergrad
@wilsonchen5224
@wilsonchen5224 4 ай бұрын
W mans I love your content
@GregHogg
@GregHogg 4 ай бұрын
Thank you!
風船をキャッチしろ!🎈 Balloon catch Challenges
00:57
はじめしゃちょー(hajime)
Рет қаралды 93 МЛН
Миллионер | 3 - серия
36:09
Million Show
Рет қаралды 2 МЛН