Analyzing algorithms in 6 minutes — Intro

preview_player
Показать описание
Introduction to analyzing algorithms.

Рекомендации по теме
Комментарии
Автор

good timing! Just started DS&A and was looking for an amazing YT teacher. Hope you're well!

carl
Автор

These videos are gem, I was searching for big theta noations but unfortunately i couldnt find it:(.
THANKYOU broo u saving lives

littlelilly
Автор

how do u get those calculations in the 'times' or formulas? still understanding...

rain_yy
Автор

Happy 2024. Always appreciate your content.

probinertasks
Автор

thats insane but also god bless you i have an exam in a few hours

bababooey
Автор

Seems like your insertion sort is broken. Why does it start at index 2 instead of index 1? And even fixing this, it never seems to be able to properly place the lowest number into index 0 (there is no moment where A[0] could be assigning something). Maybe you're assuming the first 2 elements are sorted for simplicity?

Otherwise thanks for the video.

Var_