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

preview_player
Показать описание


Please check my playlists for free DSA problem solutions:

My Favorite Courses:

Data Structures & Algorithms:

Python:

Web Dev / Full Stack:

Cloud Development:

Game Development:

SQL & Data Science:

Machine Learning & AI:
Рекомендации по теме
Комментарии
Автор

Master Data Structures & Algorithms For FREE at AlgoMap.io!

GregHogg
Автор

Great video Greg!
Maybe this playlist will turn into one of the best Python DSA course on youtube ;)

hello_there
Автор

I've never though in my life that data structures is that interesting, thanks for the tutorial Greg

dfwqsvv
Автор

Please continue adding more videos on data structures and algorithms (DSA) in Python; they are really helpful.

Jafar
Автор

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!

turmoilstabilizer
Автор

Wow. Huge thank you, best explanation yet. Your teaching abilities seem magical.

blazenetic
Автор

your explanation is so soothing. Already watched DSA 1-6. Please bring more.

ahnaftanjid
Автор

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

shiyun
Автор

​ ​ @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_

hello_there
Автор

here we go!!!!
Babe new video dropped from Greg Hogg new DSA series..

chakradharkalla
Автор

Thanks alot bro!
Your videos are amazing.. Please keep teaching DSA!

aaronlobo
Автор

Can you please tell me which whiteboard you are using?

ParthMakwana-dzyh
Автор

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

jamestacular
Автор

Yes I also waiting for machine learning

muniswamivikram
Автор

Thanks for this definitely going to check it out. Would you recommend using this over the San Diego dsa course on coursera?

KingJon
Автор

Hey bro have you covered strings i am not able to find the lecture

Andrew_N_G
Автор

have you made notes for whatever you are covering up in the videos?

juhi_rathor
Автор

Hi I’m a beginner at DSA, should I watch all the tutorials before jump to the leetcode?

I_world