Wow! Been learning your beginner programming course but stopped because I can't follow on the big o notation part and been searching to learn more about it. You posted about it when I exactly needed it, thank you so much ! You guys are such a lifesaver!
@guramritpalsingh67782 жыл бұрын
Dutch! You better to have a Plan.
@konstantinrebrov6753 жыл бұрын
Simply amazing visualizations! A great teacher is able to break down complex topics, and visualize them intuitively, summarizing without removing any of the details, indeed making the details easier to understand.
@Battleevents Жыл бұрын
Allah! La ilaha illa Huwa (none has the right to be worshipped but He), the Ever Living, the One Who sustains and protects all that exists. Neither slumber, nor sleep overtake Him. To Him belongs whatever is in the heavens and whatever is on earth. Who is he that can intercede with Him except with His Permission? He knows what happens to them (His creatures) in this world, and what will happen to them in the Hereafter. And they will never compass anything of His Knowledge except that which He wills. His Kursi extends over the heavens and the earth, and He feels no fatigue in guarding and preserving them. And He is the Most High, the Most Great. [This Verse 2:255 is called Ayatul-Kursi.] [Surah al-Baqarah 2: 255]
@aishwaryasingh77533 жыл бұрын
Thank you for clearing the Big O notation concept in this video. I searched everywhere to learn that concept but didn't find any. So, when I came to know about this video, I'm extremely proud of myself for choosing this one. It has cleared all my concepts related to Big O and space complexity.
@noobypro45603 жыл бұрын
You dont know how much i wanted this course thank you so much Free Code Camp you really deserve a lot of praise
@bhargavpandya91893 жыл бұрын
Quite possibly the best explanation of Big O that I have come across on the web period!
@saveoon2 ай бұрын
3 years and this is still ridiculously helpful! This video is a guide on how youtube videos should be executed, that no matter the age the video is still relevant
@stevehoang97 ай бұрын
That is the best explanation about Big O notation I have ever seen 🤯
@BusinessWolf12 жыл бұрын
EDIT: n^2 means n squared. Here is a better explanation for O(n^2) for anyone who didn't understand the one in the video. For loop is a O(n) operation. A for loop inside a for loop is also a O(n) operation. The inner loop iterates as many times as the other loop iterates, so n*n, which is O(n*n). And n*n = n^2. EDIT 2: n^3 is just n*n*n
@samuelodan23762 жыл бұрын
I’m curious about what made you think this was a better explanation. To me, it’s just another explanation.
@BusinessWolf12 жыл бұрын
@@samuelodan2376 A different perspective can be a much better perspective depending on the person observing it.
@bolarinwaoreoluwa52682 жыл бұрын
@@BusinessWolf1 hmmm 🤔 Didn't see it this way till now Thanks ☺️👍
@samuelodan23762 жыл бұрын
@@BusinessWolf1 that means there’s potential for it to be a better explanation, not that it already is, right?
@CarlosVixil Жыл бұрын
could you explain the log one? to me it amounted to "it's log because it's log, now you understand!"
@jayantasamaddar14462 жыл бұрын
1:15:30 - (i) Actually in the merge function (helper for mergeSort), you can exit the while loop earlier, instead of using &&, you can use || (OR) instead because you are presuming to use two sorted arrays as the function arguments anyway (otherwise, the two-way merge will not work). What that means is, if any one of these arrays are already part of the final merged Array (i.e. we have traversed through at least one of the two arrays, that means we can simply concat the other array which still has elements not added to the merged Array, to the end of it, without any further thought). (ii) The concat method can be used like this instead of two concats. ``` const merge = (arr1, arr2) => { let i = 0; let j = 0; const mergedArr = []; while (i < arr1.length || j < arr2.length) { if (arr1[i] < arr2[j]) mergedArr.push(arr1[i++]); else mergedArr.push(arr2[j++]); } return mergedArr.concat(arr1.slice(i), arr2.slice(j)); }; ```
@Milorae2 жыл бұрын
If you use OR you can get out of range for one of the arrays.
@exomk53193 ай бұрын
What language are you using ?
@StarRoseAngelic3 жыл бұрын
Christ pls give me the attention span to get through this course. Amen
@julianosanm3 жыл бұрын
The hand drawing behind the screen doesn't help with that! Please stop using that it's distracting af!
@ahmed_raaphat3 жыл бұрын
Divide and conquer
@iansmith68443 жыл бұрын
I refuse to like this comment because it has 69 likes. I pray everyone does the same🙂
@melvinsaji28053 жыл бұрын
AMEN 🙏❤️🙏
@meenaalekhya33803 жыл бұрын
meeeeee tooooooooooooooooooooo
@rohankademani64063 жыл бұрын
This channel is killing it it's like Top 1% of the content Thank you so much
@nileshsaini093 жыл бұрын
Two hours well spent!!! Amazing course, Clear and Concise Explanation of each topic. Thank you so much for making this video.
@thebeaverkidd29702 жыл бұрын
I've looked at so many videos trying to find a person who explained it easiest and quickly and somehow the nearly 2 hour long video is the only one that did both of those
@mithilmehta15012 жыл бұрын
Trust me this is the best video for understanding O notation I have ever watched.
@montyferguson46572 жыл бұрын
This is what I'm currently learning in college and needed someone to break it down for me. Thanks 👍
@sirbalafort26203 жыл бұрын
At 1:05:40, you don't need to specify the last element of an array in the slice function. Leaving the second argument blank will do the trick, as specifying only one argument in slice goes to the end of an array by default.
@archive95583 жыл бұрын
It's like you guys can read my mind to know just what I'm searching for
@matiaspincheira75713 жыл бұрын
Ikr
@idilsuozer8800 Жыл бұрын
the sound at 1:20:12 it got me cracking up lol. an amazing straightforward tutorial, thanks a lot!
@seanson274 Жыл бұрын
just experienced it also!
@nolanalexander8696 Жыл бұрын
My man's hungry lol. Need some break :)
@germantoenglish898 Жыл бұрын
I tried books, articles and other videos that tried to explain Big O Notation and all of them left me more confused and frustrated after seeing them than before I started. As all the other commentators have said, "Well done". A brilliantly simple visual and clear explanation. You are a great teacher! 😃👍 I understand it now but I will watch this again a few times to get the code examples in my brain.
@luiscarrillo14942 жыл бұрын
Studying for my computer science midterm. Great video helped me a lot!
@mihnea49242 жыл бұрын
Studying this for my national Olympiad ☠
@SnobbyLion Жыл бұрын
Those "Big O notation in 10mins" videos were NOT cutting it for me. Thank you soo much!
@faye75032 ай бұрын
i have been struggling so much on understanding this topic, and this video discussed it at the perfect pace! thank you!
@owaisshaikh21442 жыл бұрын
This is the best big o notation course. Everything is explained very well. Thanks.
@aroicx75542 жыл бұрын
best 2 hours i have spent on any course at all now i can say i understand the Big O notation
@reenueee72189 ай бұрын
Step by step explanations made me to understand Time complexity much better than many other KZbin tutorials. Kindly feedback, why space complexity not explained much ?
@maniaharshil Жыл бұрын
your explanation is : so elegant... so beautiful .. just looking like wow !! 😍 ...Please please cover more videos on space complexity & few more common mistakes and trade offs
@kim92se643 жыл бұрын
First time I really understand what is Big O notation !!! as a CS student
@TheTrackoShow11 ай бұрын
the 0(log n ) example at 30:34 cause a stack overflow. the correct way to implement. function log(n) { if (n
@harshrai62593 жыл бұрын
Video is good because of the content and the implementation in javascript makes it even better.
@user-wr4yl7tx3w2 жыл бұрын
This is the one video that finally helped me to understand big O
@jettergarcia3099 Жыл бұрын
Great explanation! So far this has been the easiest out of my 3 days of journey in just understanding the meaning of big o notation
@Carrymejane3 ай бұрын
Best course for big O notation ever
@riadh3885 Жыл бұрын
sir you have a potential to become a great tutor - the way you break down a complex topics into a simple one. - Clean visualization . - Detailed explanation. keep it up the great work
@Battleevents Жыл бұрын
Allah! La ilaha illa Huwa (none has the right to be worshipped but He), the Ever Living, the One Who sustains and protects all that exists. Neither slumber, nor sleep overtake Him. To Him belongs whatever is in the heavens and whatever is on earth. Who is he that can intercede with Him except with His Permission? He knows what happens to them (His creatures) in this world, and what will happen to them in the Hereafter. And they will never compass anything of His Knowledge except that which He wills. His Kursi extends over the heavens and the earth, and He feels no fatigue in guarding and preserving them. And He is the Most High, the Most Great. [This Verse 2:255 is called Ayatul-Kursi.] [Surah al-Baqarah 2: 255]
@HeartStargaming165 ай бұрын
Thank you very much Giorgio thompson! Easily the best video explaining big 0 notation in my opinion
@myblrapp96273 жыл бұрын
I wish Such kinds of youtube courses were available during my college days. But till now my learning appetite is increasing exponentially.
@Ty-tf1ch2 жыл бұрын
Had to rewind at 1:20:15 to make sure it wasn't my stomach grumbling lol.. Great video super informative!!
@ozzy47382 жыл бұрын
This is the best Big O Notation video I have ever seen.
@JC61Support2 жыл бұрын
Wish I had this source available 3 yrs ago. This is taught so well I had to watch it!
@thatexpertsim4874 Жыл бұрын
well, this video achieved what a degree and other courses couldn't. thankyou :-)
@cod3ddy74 Жыл бұрын
wow! i'm so blessed, thanks for the course i now understand what Big O notation is!
@jaxontn5 ай бұрын
WOW THANK YOU SO MUCH, Time complexity is so easy to understand now!
@chachacha12893 жыл бұрын
I have seen a lot of different stuff but this one is the best! 2 hours well invested. Bravo and thank you for these crystal clear explanations!
@Karim-nq1be Жыл бұрын
Thank you for this video. I wouldn't way that it doesn't matter how big the numbers are when multiplying two numbers. Though it is correct to say that multiplying two "small" numbers would take constant time since the CPU can compute the result almost instantly, multiplying two very large numbers takes polynomial time.
@AleySoundz4 ай бұрын
This is the most amazing tutorial on big o notation! Thank you!
@YashDesai-hi8iu Жыл бұрын
at [1:15:00] we could return this in python -- > ""return result + [left_arr[lx]] if lx < rx else result + [right_arr[rx]]"
@bassam.2023 Жыл бұрын
This is the best video on time complexity on KZbin, period. 😀 Thanks!
@yusoofali12542 жыл бұрын
This is the best video i have found so far for understanding big O notations! Thank you.
@momentswithmanisha2 жыл бұрын
Best explanation for time complexity calculation. Thanks!
@veyselbasbaydar56652 жыл бұрын
the best O notation tutorial !!!!!!!!!!!!
@sathvik.a.r5 ай бұрын
Thanks for the lecture! I now have a good grasp on this topic.
@adetolasanni007 Жыл бұрын
This video ease up my brain on Big O notation. The video is good. Thank you.
@KrishanuDebnath-vv9cs11 ай бұрын
You make it so easy, best channel in KZbin man
@mohamedyork71363 жыл бұрын
I only know python and still understanding his code 100%. Thats what good teacher matters
@iChrisBirch3 жыл бұрын
Great explanations and examples with good drawings. It is highly under appreciated when you take the time and effort to make your handwriting legible and use a consistent color pattern when explaining examples. This really makes a big difference visually in understanding the parts. Thank you so very much!
@mohitsaud20713 жыл бұрын
Thank you and watched the full video.
@lfzhu5863 жыл бұрын
This is gold, you made Big O easy to understand
@neerajsinghrawat7108 ай бұрын
Best course i ever watched ! simple to understand🤗
@courtneynel7433 Жыл бұрын
This has been one of the most helpful videos I've seen since I started self-learning. Not only do you explain time complexity in bite-sized bits, but you also explain frequently used algorithms and their everyday applications! Thank you!
@anonymousgerman28093 жыл бұрын
Man seriously I was thinking about this today only that how hard it is and your came like a magic
@udbhav_rohatgi3 жыл бұрын
I don't care whatever it is. I love keep watching this because this is interesting. Teaching is great.
@enzopguerraeg2 жыл бұрын
Must say that thats the best tutorial related to the subject!!!
@AreshaBasirSpriha Жыл бұрын
I am really becoming a great fan of this coding camp
@praffulpatil0073 жыл бұрын
This is pure gold 🤩 thanks for making such amazing content. Initial i did not expect to stay till end of the video but boy oo boy the content quality is so good that it kept me hooked. Love you guys 🤩
@LoveTaiwan6782 жыл бұрын
I love how you detailed the deep dive part of merge array. I'm a python beginner and I'm not good at recursive prgoraming, this video helps me alot, thank you❤
@bishnukumarbhakat48923 жыл бұрын
This is a clear explanation of Big O. Thank you
@lennoxcedeno8270 Жыл бұрын
Think this illustration should be in EVERY TEXT on algorithms. Understood O(n^2) as there were two loops and the inner ran the input number of times every time the outer loop ran. But this illustration makes it CLEAR WHY it's O(n^2)!
@goblinkoma3 жыл бұрын
In general a very good explanation of the topic, yet for anyone who is somewhat familiar with the basic idea of the topic or the scaling of different mathematical functions the expalations are generally very slow. I think some parts, like n^3 could have been same quality in alot less time.
@richardvargas4950 Жыл бұрын
This is a great video. I'll say for those who don't have at least an engineering math background that studying some matrix algebra and calculus without the trigonometry (however trig is fun!), might be helpful for intuition. Also it can open doors otherwise left closed for programming jobs.
@novanoskillz41512 жыл бұрын
Been up since 5am… it 10pm and i just found this, i have to watch it now… wish me luck.
@truongngo61973 жыл бұрын
OMG i'm studying it on school and u guys help me so much
@alexandresantos7966 Жыл бұрын
Fantastic course, with amazing examples. Simple objective, now I can study better algorithms. Thank you very much!
@soubinan3 жыл бұрын
You are a really good teacher!!! many thanks!!!
@wyat_za3773 жыл бұрын
THANK YOU. been wanting a video on this for a while
@jeremiahnji62 жыл бұрын
Such a precise description of each time complexity and well organized. Ty so much!
@spacewad87452 жыл бұрын
Nothing was glossed over. Everything was explained so well. Great job man!!
@kd61643 жыл бұрын
Awesome video that really helped me to learn Big O and understand it better. Thank you selikpro!!
@nadeemvit Жыл бұрын
Beautiful explanation. had been struggling a lot , have seen many of videos but now i am cursing myself why the hell i did not land here first time.
@MrDummy-sn5rb3 жыл бұрын
Insanely simple and precise
@smohanofficial2 жыл бұрын
Very good and clear explanation, sorted many of the questions I had in mind. Thanks.
@ebenezeradedotun41972 жыл бұрын
This guy really did a great job... Thanks so much for this
@ivanpazyuk81842 жыл бұрын
Best explaining I have seen
@uajoku2 жыл бұрын
Nice. The illustrations made understanding the big-O concept very easy. Thank you.
@disidenteliberalanar9742Ай бұрын
Thanks for the video, greetings from Argentina!
@mrboyban Жыл бұрын
Thank you so much! This video is definitely a teaching masterclass. Great stuff!
@youssefgalal79383 жыл бұрын
Such a nice guy and i loved this tutorial so much , it's so different
@princethomas15663 жыл бұрын
Throughout the Covid-19 pandemic businesses and Government faced the need to solve multiple,competing priorities simultaneously. One of the toughest: how to keep an economy going while at the same time shutting it down to protect citizens from infection. As some regions emerge from the worst of the health Crisis, it’s tempting to think that there could be a return to focusing on just one main concern. But this week, Expert Christiana examined sectors,particularly defense and national infrastructure,where solving for dual imperatives is more important than ever. Defense forces,which typically.. Greetings everyone
@santiagomanuel37573 жыл бұрын
Since Cryptocoins can be traded both inside and outside the digital currency environment,digital currencies are more than jst a way to pay for goods and services-they’re also a viable investment opportunity. in fact,Cryptocurrency has several advantages over fiat funds when it comes to investment opportunities,one of the biggest is that it isn’t subject to the same market conditions that traditional currncies are when it comes to foreign exchange rates. The best example of this is the state of the pound after the UK voted to leave the European Union. in the wake of the Brexit vote,the value of GBP began to plummet as investors responded to the realities of the UK leaving the EU and the financial instability this new situation created.However,the world of digital currency is insulated from such real world issues thanks to its very nature -its not tied to any single bank or government. in some cases,Cryptocoin value actually increased as investors realized that digital currencies like Bitcoin were unaffected by Brexit.Another important advantage of cryptocurrency is its potential for explosive growth.Bitcoin,for example,has demonstrated overall positive growth since its inception-as of August 1st,2017,Bitcoin was trading at more than $2500 per coin,whereas a year ago it was trading at around $600 per coin.Industry experts have long predicted that Bitcoin can and will increase its value even higher in the future,providing excellent potential for long-term growth. This is the reason why I choose the service of Expert Christiana to perfect my Tradinq Skillz,She handles my Tradinqs and that of my co-workers and profit is Guaranteed.She can be reached in Tel’egram@Christianarobert ,,What’s-a’pp ((+1(201)365-3489))))!!!!!!!
@emiliachris27543 жыл бұрын
🤔 You trade with Christiana? , I'm currently on my 5th trade with her and my Ptfolio has grown big..
@georgewilson24343 жыл бұрын
I'm from Aberdeen 🇬🇧, I and my Mate gave her a try and it's has been good returns of our investment. She good
@sonyabutler95033 жыл бұрын
We've seen these dip many times in the last 10 years, cannot believe people still get scared with these healthy dips, Buy the discounts! Christiana has always been good at analysing this
@LuizGustavo-ft3ye3 жыл бұрын
Insightful content, Well personally I feel, those who would allow the market dynamism determine when to trade or not are either new in crypto currency world in general or probably just naive, crypto currencies have seen far worse times than this, enlightened traders continue to make good use of the dip and pump even acquiring more equities towards trading sessions, months back I started trading, though i knew just the basics of trading, i wasnt able to capture the secret to understanding the use of signals till I got connected to trading Expert Christiana Robert . Under her guide I've been able to understand the market structure and how best to use signals for amazing returns, plus her trading classes has been so educative,
@glorysonhorace32652 жыл бұрын
I like your explanation, sir. Very clear and precise
@t6hp Жыл бұрын
This is a great tutorial, thank you so much! I learned so much, especially regarding binary search which I was struggling with in the past. I would love it if you explained how you set up your terminal like that and use it for coding? Seems much faster that VS Code.
@lemonjuicestand45742 жыл бұрын
This is great. I'm going to talk about it more in my videos.
@santoshpalli19892 жыл бұрын
Thank you so much for very detailed explanation.
@KarthickRajan-y2x Жыл бұрын
Thanks for the in depth explanation
@catnip2906 Жыл бұрын
In Java the nested (for loop) controls the outside loop, right so the outside loop is the row and the inside the column. Timestamp 11:52 on your video. 00, 01, 02, 03 10, 11, 12, 13 ... Either way thanks I don't know big O notation or Data Structure & Algorithms.
@jasonzeng55442 жыл бұрын
Great video explaining it. Very easy to understand from the visual examples.
@maxfrischdev Жыл бұрын
I would probably go crazy repeating myself so many times in different ways 🤪 But I appreciate that it DOES help make it stick 🙂
@xhiah5894 Жыл бұрын
🐐🐐🐐Amazing video, don’t hesitate to make more
@s_l0th Жыл бұрын
Thank you again, and again! These are wonderful explanations
@unknownman52963 жыл бұрын
the thumbnail was sick !!!!
@seanson274 Жыл бұрын
1:20:13 actually thought that was my stomach while in the library and looked to see if I had disturbed people! great video, awesome you should lecture at my Uni way more students would get you than the lecturer!👍
@benh7297 Жыл бұрын
Thought it was my stomach too 😂
@anselmobd Жыл бұрын
Some good explanations. But, at 1h28m, just to be mathematically correct, I must say that the Fibonacci calculation is wrong, just because the first term is “1” and not “0”. Therefore, the function should start with "if (n === 0) {return 1}"