Master Data Structures & Algorithms For FREE at AlgoMap.io!
@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!
@Dovakin7229 күн бұрын
Thanks, that's the most understandable explanation of Big O I've ever seen. It makes more sense to me now
@Monisha-f6b2 ай бұрын
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Ай бұрын
I've been trying to understand Big O Notation. Your video help me a lot. Thank you Greg !
@Jafar8014 ай бұрын
Please continue adding more videos on data structures and algorithms (DSA) in Python; they are really helpful.
@MohammedAhmed-y9r4 ай бұрын
I've never though in my life that data structures is that interesting , thanks for the tutorial Greg
@GregHogg3 ай бұрын
Hahaha you're very welcome!
@hello_there794 ай бұрын
Great video Greg! Maybe this playlist will turn into one of the best Python DSA course on youtube ;)
@GregHogg3 ай бұрын
Sorry for the slow reply... Hope so!!!
@ahnaftanjid55314 ай бұрын
your explanation is so soothing. Already watched DSA 1-6. Please bring more.
@GregHogg4 ай бұрын
Glad to hear it!
@blazenetic4 ай бұрын
Wow. Huge thank you, best explanation yet. Your teaching abilities seem magical.
@GregHogg4 ай бұрын
Awe thank you so much, that's so kind of you to say
@shantanujha64773 ай бұрын
Amazing content Love from India ❤❤
@shiyun28114 ай бұрын
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
@GregHogg4 ай бұрын
Very glad to hear it, thank you ☺️
@hello_there794 ай бұрын
@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Ай бұрын
This is a fantastic playlist, thanks man
@jamestacular5 ай бұрын
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
@epicman91815 ай бұрын
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-li8dn2 ай бұрын
strong video i follow you from egypt
@aaronlobo31064 ай бұрын
Thanks alot bro! Your videos are amazing.. Please keep teaching DSA!
@GregHogg4 ай бұрын
Thanks so much!
@chakradharkalla28574 ай бұрын
here we go!!!! Babe new video dropped from Greg Hogg new DSA series..
@GregHogg4 ай бұрын
HAHAHA
@Al0Al03 ай бұрын
This was very helpful.
@tareqoweinat595218 күн бұрын
awesome thank you so much
@turmoilstabilizer90544 ай бұрын
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!
@GregHogg4 ай бұрын
Haha really glad to hear it 🥰
@muniswamivikram5 ай бұрын
Yes I also waiting for machine learning
@solitary984seat53 ай бұрын
whats the app name for drawing , pls?
@ParthMakwana-dz9yh3 ай бұрын
Can you please tell me which whiteboard you are using?
@dejaphoenix2 ай бұрын
The whiteboard is a free website called Miro Lite.
@th3graduate2922 ай бұрын
Good revision video
@juhi_rathor3 ай бұрын
have you made notes for whatever you are covering up in the videos?
@roshanrosh74162 күн бұрын
guys can anyone say what is the type of whiteboard that he uses please?
@I_world3 ай бұрын
Hi I’m a beginner at DSA , should I watch all the tutorials before jump to the leetcode?
@siddharthaher32662 ай бұрын
Wow, thanks you!
@KingJon7774 ай бұрын
Thanks for this definitely going to check it out. Would you recommend using this over the San Diego dsa course on coursera?
@GregHogg3 ай бұрын
Easily.
@Andrew_N_G4 ай бұрын
Hey bro have you covered strings i am not able to find the lecture