As a programmer, I think the 6-year-old girl has a perfect and clear mind, I'm sure she has a good future in computer engineering, she can explain things like this and understand easily.
The 6 year old girl has a really bright future ahead of her. She solved the peanut butter challenge better than most adults do when they first take David's CS50 course!
we just hope algorithm is that easy in real life , in real life even you are an expert , even you got told the exact procedure there is still a high chance you cant implement it due to the abstraction.
@@killandy01 "It's only a model". Ppppbt. It kinda makes sense that a young person, immersed in school and learning, will describe making a sandwich better than an adult who is not such a rigorous observer of process.
@@phi4444it’s not they can’t, it’s more that they don’t care about it. To lean something , you need to care about that topic enough to learn about it and retain that knowledge. It depends on each individual’s priorities. To each their own.
@@johnyepthomi892 the girl is the smartest cutest thing, but with that said: senior computer science students don't care enough about computer science to learn what an algorithm is or something? This does not make any sense to me. No need to exaggerate to compliment the girl.
I think the little girl at the beginning has a better understanding of what an algorithm is than many journalists writing about algorithms. Her explanation was amazing. Simple but absolutely correct.
David Malan is not only a fantastic teacher, but at L4 and L5 he lets the grad student and expert do the explaining while he listens. There is a lot of humility there for someone so smart.
@@darth-dg8fxthe expert "maybe" but what @kobefourthirty1058 meant is that in L4 and L5, David didn't explain anything. Obviously they didn't need it. But this show, should have taken normal people at different age levels, and not a robotics student and the expert guy.
He lets all of them speak. It's more that there are a vast amount of distinct fields within compsci that overlap in academic and industrial understanding at that level.
I’m a mechanical engineer who has fallen in love with computer programming and artificial intelligence. It hurts me sometimes that I didn’t major in computer science for my bachelor’s degree but I’m definitely going to pursue my masters in Robotics and Artificial Intelligence. I just love programming so much.❤
you can still take online courses during your free time, but the CS job market is terrible rn, lots of students in CS and CE degrees struggling to land the job
Why is that ? Is it because they do not prepare while studying or in general concept of the low demand for the CS students ? And what will be the best option if someone love all the IT stuff ? Which major should go with to land a job in this field ?@
David Malan is not only a fantastic teacher, but at L4 and L5 he lets the grad student and expert do the explaining while he listens. There is a lot of humility there for someone so smart.
He's an *amazing* teacher. I've taken like 3 different CS50s because he elucidates complex concepts in such a clear and concise way. If you have any interest, definitely check it out :)
I took Dr. Malan's CS50 course last year. God bless this gentlemen for providing excellent knowledge to the public. I even started to be more articulate just because the way he talks lol.
DAVID MALAAAAAAAN. Man after I took CS50 I have been a huge fan. Why isn't every teacher so engaging as David. Thank you for being "dumb" so us as students don't have to feel stupid. You are the best David
David's adaptation to the various levels was nice. Instead of monopolizing the floor, he was really leading different levels of interviews and gave enough space for the people to express their knowledge in a way that felt natural and instructive.
@@darth-dg8fx He explains loads without just going "Look at me knowing everything" but getting his guests to express how much they know and then expanding on their knowledge with their existing knowledge as handholds. It's why he's using metaphors such as peanut butter sandwiches and phonebooks, cause it's something you can easily understand without it being explained
I wish I had a teacher like David in my life, I would be so smarter. He has a way of explaining it based on your level of understanding, in a patient way. Teachers need to take notes 👍
It would be nice if schools didn't sort everyone based on what year they were born, but rather on their level of understanding in a specific subject. That way teachers could realistically do what you are proposing.
David is an amazing professor, and has a way to break down complicated topics to a fundamental level so that everyone can understand them. I am taking one of his classes now, and the understanding that I have achieved on even topics that I already understood is 10x what it was before.
@@steveftoth This right here is for the purpose of a 25 minute video. It's not like he has a lot of time to let them figure it out on their own, he's only got a few moments with each person.
I know comp science laureates that couldnt describe what an algorithm is like that little girl. She described the basic essence very very well. She gets it. The phonebook example describes very well search algorithms. Radex is great for integers for example (doesnt need to compare values so to speak). Then for data you can use regular expressions with anchors etc. There are so many possibilities and with each language you can do it a bit different,computer sciences are awesome.
She is smarter than I was at 6. I didn't know any of this at 6 and I'm a computer science graduate. I didn't start caring about CS until I was about 15.
i love seeing the curiosity of children like that little girl’s :) its so pure and they haven’t been conditioned to default to “i don’t know” all the time
00:02 Algorithms are everywhere and offer opportunities to solve problems. 02:13 Creating an algorithm for making a peanut butter sandwich 06:19 Using loops in programming can make searching more efficient. 07:59 Algorithms for searching through a phone book can be optimized by dividing and conquering 11:41 Bubble sort algorithm explained in steps. 13:34 Algorithm in social media platforms like TikTok is more artificially intelligent than human-based decisions. 17:25 Algorithms are becoming increasingly integrated into our everyday lives 19:00 Data scientists use algorithms to optimize models and develop data products. 22:07 Understanding algorithms is loosely coupled to our progress in advancing great algorithms. 23:43 Large language models like GPT have changed people's perception of AI
Man this was good. I'm not gonna claim I understood everything that was said in the last conversation but I just loved how it becames a casual discussion these things.
I did this exact exercise in 2nd grade in 1988. We had to write EXACTLY the steps to make a PB&J for the teacher to follow, and you had to eat what you ended up with. I had no idea then that it was an algorithm!!
I love that it turns into more and more of an interview as the levels progress. I mean I guess that's unavoidable if the people you talk to are in a similar field to yours. Still its interesting to see that.
It's crazy how there are 2 NYU students in this video! I myself am also a NYU student majoring in CS, and am going to take Data Structures & Algorithms next semester!
Tbh, the hardest audience to explain anything to is the people who aren't interested that much or don't know anything of the underlying topics. I mostly have explained math, logic, and problem solving to other people in my math and programming class.
Phone book was a great way to introduce some concepts. Brought me to my first year of CS, immediately making me think of sorting in an array. Using algorithms such as halving it every time, if n < j then half the book again on the greater side. Etc. Something I didn’t realize is we actually do this as humans all the time. You wouldn’t tend to sort through every single page, knowing it’s alphabetized. You’d skip to half or you’d do some rough math in your head if j is greater than or slightly less than half.
23:40 Was really hoping he would give an answer to that., but seems like instead of answering the question, he just explained the question itself in detail.
His answer was an argument that these advancements / shifts in the field shouldn’t deter interest because there are new questions to explore that arise out of it. He also says that the technology existed before it gained recognition, ie there’s a rich field of research that existed before nov ‘22 that still exists and is worth exploring
Notice how the college student and the expert reference algorithms as problem solvers, but the PhD student looks at it as a way of efficiency; big difference
isnt efficiency just making sure that any problem that is being solved takes up the least amount of time and space when it comes to algorithms, which ultimately is the same thing
Algorithms are used to solve problems, and the PhD student takes it one step further by focusing on creating the most efficient algorithms for those problems. So I guess you could consider his view better, but really it's just the next step in the process. An example is tying your shoelaces. You probably have your way of doing it, and that is an algorithm. But is there an easier and faster way of tying your laces, i.e. a better algorithm? That is efficiency. @@phi4444
I didn't think I knew much about computers and algorithms, but I do make a pretty wicked PB&J, so yeah, I'm now an expert. Time to update the ol' resume.
Ironically (or not very), recipes are exactly algorithms - so if you're going to write down instructions how to do your PB&J, you're basically a computer scientist.
Kinda wished the last two guys stuck with the more “traditional” algorithms talk. Would have liked to see David talking about big data algorithms like streaming, parallelism, etc.
Tbh I’d say at some point it will morph into the AI talk. AI, machine learning in general essentially are non deterministic algorithms that we’re still trying to wrap our collective heads around. Keeping L4 and L5 confined in the traditional sense of deterministic algorithms like streaming or architectures like multithreaded processing is not something that’s worthwhile.
I'm 42 years old and the explanation to the little girl was already good enough for me to understand what an algorithm is. Great and informative video!
- Algorithms are everywhere in both the physical and virtual worlds and are important for problem-solving. - A computer is an electronic device with a CPU (Central Processing Unit) and memory (RAM and hard drive) that can perform tasks and store data. - An algorithm is a set of step-by-step instructions for solving a problem, such as making a peanut butter sandwich. - Precision is important in creating algorithms to ensure they are executed correctly. - Everyday tasks and routines can also be seen as algorithms. - Following precise instructions is crucial when using search engines like Google. - Algorithms are important for problem-solving regardless of a person's profession or field. - Precise instructions are key for success in computer science and in everyday life.
This is great. In college I was taught by some professors and I can assure you that all of them explained things in complicated way. I really wish I had professor who explains like this back then! I bet everyone in class would understand and most importantly, no one would fell asleep!
This was a bit shallow for the topic depth this series is known for - David was trying to focus on our understanding of complexity and the maths with the younger guests but was steered to talking about AI with the guests who were supposed to be experts in the topic of algorithms. Algorithms are important in AI but I think that should be another video here.
I have been a software developer for close to 30 years. That being said, when I was that first kid's age, I was barely getting off of eating gravel . Her understanding of an algorithm as a list of instructions just blew me away
David is perfect for seeing someone who is very intelligent, I say that cause he can explain his thoughts on different levels to make people understand.
I like that with each level David goes up the less he has to speak. Like he started on level 1 and 2 where he was the only one mostly speaking and the others were mostly just listening and by the end at level 5, David was just listening.
I haven't watched the video past the 3rd girl yet, but I truly wish that I had a professor who is as passionate and good at explaining these concepts as David is. It sure makes a lot of difference.
The little girl at the start knows more about computer than most people at my job
She is in general a lot smarter than most people at my job.
She knows more than I would have lol.
A Harvard level pupil 😂😂😂
I feel bad for you!
IKR? If that's the extent of your knowledge, then you're dumb!@@josepaul4815
As a programmer, I think the 6-year-old girl has a perfect and clear mind, I'm sure she has a good future in computer engineering, she can explain things like this and understand easily.
FELLAS, *MR OBALAR* ON RUclips CURED ME TOTALLY
FELLAS, *MR OBALAR* ON RUclips CURED ME TOTALLY
The 6 year old girl has a really bright future ahead of her.
She solved the peanut butter challenge better than most adults do when they first take David's CS50 course!
She basically explained an algorithm all by herself 😂
Broo the commands were soo precise, she knew to give every detail exactly how youre supposed to, soo funny
we just hope algorithm is that easy in real life , in real life even you are an expert , even you got told the exact procedure there is still a high chance you cant implement it due to the abstraction.
paid actor tbh
@@killandy01 "It's only a model". Ppppbt. It kinda makes sense that a young person, immersed in school and learning, will describe making a sandwich better than an adult who is not such a rigorous observer of process.
The professor is really good, reminds me of why I like computer science. He adjusts his conversation based on the level of understanding very well.
Dude’s child explanation was more complicated than my junior and senior students can even understand and the little girl looked genuinely intrigued.
@@phi4444it’s not they can’t, it’s more that they don’t care about it. To lean something , you need to care about that topic enough to learn about it and retain that knowledge. It depends on each individual’s priorities. To each their own.
the script supervisor told her the explanation beforehand
@@hetaeramancerMay I see the proof?
@@agustinbarquero8898lol it’s pretty obvious someone told her not long before. Seemed pretty scripted, was a very common layman explanation
@@johnyepthomi892 the girl is the smartest cutest thing, but with that said: senior computer science students don't care enough about computer science to learn what an algorithm is or something? This does not make any sense to me. No need to exaggerate to compliment the girl.
I'm watching this because of an algorithm.
😂😂
😅😅
whoa.jpg
Same. RUclips recommended it to me.
😂😂
I think the little girl at the beginning has a better understanding of what an algorithm is than many journalists writing about algorithms. Her explanation was amazing. Simple but absolutely correct.
Sorry to burst your bubble but she was told to say that by the director.
@@JamesButler-o6g bubble burster
Because it's taught in school these days.
Lies again? Fly Emirates Blu Store
No she doesn't.
Interesting observation: When you converse with a Novice you talk more. When you converse with an Expert you listen more.
David Malan is not only a fantastic teacher, but at L4 and L5 he lets the grad student and expert do the explaining while he listens. There is a lot of humility there for someone so smart.
funnier you would interpret as such
@@darth-dg8fx shots fired; can i get you some help friend
@@darth-dg8fx
At that level of knowledge you don't compare, because there is always an overlap and people complement each other.
@@darth-dg8fxthe expert "maybe" but what @kobefourthirty1058 meant is that in L4 and L5, David didn't explain anything. Obviously they didn't need it. But this show, should have taken normal people at different age levels, and not a robotics student and the expert guy.
He lets all of them speak. It's more that there are a vast amount of distinct fields within compsci that overlap in academic and industrial understanding at that level.
As a software engineer, that little girl is a genius. She killed it!
Give her a haskell book already
especially the algorithm definition is on point!
I have a feeling someone gave her some INSTRUCTIONS on what algorithm is prior to this filming
wdym by "as a software engineer" ?
@@vikingthedudeReading ''Haskell'' gave me PTSD lol
I’m a mechanical engineer who has fallen in love with computer programming and artificial intelligence. It hurts me sometimes that I didn’t major in computer science for my bachelor’s degree but I’m definitely going to pursue my masters in Robotics and Artificial Intelligence. I just love programming so much.❤
Lifes short, you can do it online, and give tests and get a degree
Keep it up if you think about something you gonna reach it 🦾🤍
It’s the Love and Passion you have for it that I find intriguing 😊❤ I’m so happy for you that you are Blessed to do what you Love to Do 🎉
you can still take online courses during your free time, but the CS job market is terrible rn, lots of students in CS and CE degrees struggling to land the job
Why is that ? Is it because they do not prepare while studying or in general concept of the low demand for the CS students ? And what will be the best option if someone love all the IT stuff ? Which major should go with to land a job in this field ?@
The graduate student is my brother. Let us wish for him a bright future. Thank you!
Best wishes, vaia! @mahi
Aamiin...
Best wishes bro❤
How did they choose? Or let's say what was the algorithm of choosing him was?
@@راكانالسلمي-ح7ظ Good question! No answer yet...
FELLAS, *MR OBALAR* ON RUclips CURED ME TOTALLY
David Malan is not only a fantastic teacher, but at L4 and L5 he lets the grad student and expert do the explaining while he listens. There is a lot of humility there for someone so smart.
This is a stunning example of how to be a good educator. Fantastic job Prof. Malan!
He's an *amazing* teacher. I've taken like 3 different CS50s because he elucidates complex concepts in such a clear and concise way. If you have any interest, definitely check it out :)
@@awAtercoLorstaIn. I am currently watching cs50. and its really amazing. i am glad that i had his lectures.
FELLAS, *MR OBALAR* ON RUclips CURED ME TOTALLY
this man must have torn up half of the existing phonebooks at this point
David is one of the best teachers for programming. He understands what students don’t understand and uses real world analogy’s in the best way.
Taking his CS50x class at edx and its exhilarating!
@@realgreencookie same lol. Adding it on your resume would give it a big boost
The essence of good teaching - using analogies too late with someone already understands to something that they don't understand
This video taught me algorithm more than my school could in 1 year
I took Dr. Malan's CS50 course last year. God bless this gentlemen for providing excellent knowledge to the public. I even started to be more articulate just because the way he talks lol.
As in you went there at Harvard or watched online? Curious how it is in person compared to online.
Do you have a link to the course?
@@drk3249 search cs50 havard edx, you can sign up and take the course for free, don't need to pay for the certification
isn't he a dr btw? i've no idea, but thought I'd ask
@@drk3249 search for "Harvard CS50 (2023) - Full Computer Science University Course " :)
That part of giving a very specific instructions as codes for the computer 🖥️ to execute into a desired result is so much insightful.
DAVID MALAAAAAAAN. Man after I took CS50 I have been a huge fan. Why isn't every teacher so engaging as David. Thank you for being "dumb" so us as students don't have to feel stupid. You are the best David
everyone who's done CS50 recognizes David!! Great guy, you can clearly see he's doing it for passion
I love how this guy explains things without judgment! So many people are condescending when they know things.
Indeed, especially in the tech field. People love to flex their knowledge.
How come she's 6 years old ? She's amazing ! Hope she will do something with her intelligence. Congrats to her parents.
I'm currently at hour 4 of David Malan's CS50 courses I watch online, and I can say, he's the best teacher I've ever seen.
Ikr!
The young girl will be going places... She understands the concepts of an algorithm better than many college grads...
Can we acknowledge how brilliant that little girl was?! So precious!
also the moment she was like jokes on you I like peanut butter was funny
Half of yellow pages sales are to Malan, just so he can rip it apart at every algorithms class.
Gotta love this passion!
He is the reason they keep making it 😂😂😂
Was literally wondering how many he's torn since he started teaching 😅
I understand what algorithms are now because of the way the little girl explained it
David's adaptation to the various levels was nice. Instead of monopolizing the floor, he was really leading different levels of interviews and gave enough space for the people to express their knowledge in a way that felt natural and instructive.
That a teacher can sometimes explain better with dialectic rather than rhetoric.
@@darth-dg8fx He explains loads without just going "Look at me knowing everything" but getting his guests to express how much they know and then expanding on their knowledge with their existing knowledge as handholds. It's why he's using metaphors such as peanut butter sandwiches and phonebooks, cause it's something you can easily understand without it being explained
That kid is too dangerous
😂😂😂
there are much more brilliant and dangerous kids wandering in darkweb
😂😂😂
Time stamps
00:00 Intro
00:27 Level 1 - Child
05:07 Level 2 - Teen
10:26 Level 3 - College Student
14:47 Level 4 - Grad Student
18:40 Level 5 - Expert
David is an AMAZING professor, his CS50 lectures are incredible, truly reccommended for anyone who wants to learn Computer Science integrally
How can I access his CS50 course please?
Google @@sarahtodere8610
@@sarahtodere8610Dr Malan cs50 youtube
It is amazing that a 6-year-old can explain what algorithm is even better than an adult.
Having a simple mind makes it easier. You don’t think of all the intricate details and semantics and formatting and presentation
wassup chris chan
I really enjoyed the last part between the two experts.
It was really insightful
I wish I had a teacher like David in my life, I would be so smarter. He has a way of explaining it based on your level of understanding, in a patient way. Teachers need to take notes 👍
Or maybe even just a teacher like that 6 year old would be great too
And you can! (in a way) His intro to computer science class is free on youtube on the Harvard CS50 channel
Fact check: True (I took several free cs50 courses online)
It would be nice if schools didn't sort everyone based on what year they were born, but rather on their level of understanding in a specific subject. That way teachers could realistically do what you are proposing.
@@Kvothe3 agreed 👍 🙌 👏
This little girl gave me goosebumps. She is smarter than many of the senior developers. Best way of teaching such topics. Kudos😚
How does a 6 year old even know what an algorithm is? 🤯🤯🤯 She is brilliant!!! Kudos to her parents!
Little girl did her homework. The teen didn't she looked so lost lol
How does she doesn't know about internal parts of computer...if she know what is an algorithm
Actually, the term algorithm is used in elementary math. Certainly not when I was a child, but I hear this in the classrooms I sub in.
The whole video was scripted.
@@MAHESHWARREDDY-bh7vr Kids are very good at recalling things word-for-word, even after hearing them only once.
David is an amazing professor, and has a way to break down complicated topics to a fundamental level so that everyone can understand them. I am taking one of his classes now, and the understanding that I have achieved on even topics that I already understood is 10x what it was before.
David is one of the best teachers the world has ever seen
Maybe in a big classroom setting but 1:1 he doesn’t let the student figure out anything themselves.
Agreed
@@steveftothhave you met him or do you say that after watching this video? Just curious.
@@steveftoth This right here is for the purpose of a 25 minute video. It's not like he has a lot of time to let them figure it out on their own, he's only got a few moments with each person.
So how many people have taught you? I mean, to know that he is one of the best ever, anywhere. You must have met quite a few people to know that.
Phenomenal educators, such as Professor Malan, create interest in learning rather than boredom!
I know comp science laureates that couldnt describe what an algorithm is like that little girl. She described the basic essence very very well. She gets it.
The phonebook example describes very well search algorithms. Radex is great for integers for example (doesnt need to compare values so to speak). Then for data you can use regular expressions with anchors etc.
There are so many possibilities and with each language you can do it a bit different,computer sciences are awesome.
Sure buddy 🤦♂️ what CS laureate(s) do you know?
I think that the 6 years old girl was smarter than the computer science students and the Data scientist 😂
No. It just that her challenge was easier
She is smarter than I was at 6. I didn't know any of this at 6 and I'm a computer science graduate. I didn't start caring about CS until I was about 15.
2:24 No way this little girl is actually a genius
i love seeing the curiosity of children like that little girl’s :) its so pure and they haven’t been conditioned to default to “i don’t know” all the time
00:02 Algorithms are everywhere and offer opportunities to solve problems.
02:13 Creating an algorithm for making a peanut butter sandwich
06:19 Using loops in programming can make searching more efficient.
07:59 Algorithms for searching through a phone book can be optimized by dividing and conquering
11:41 Bubble sort algorithm explained in steps.
13:34 Algorithm in social media platforms like TikTok is more artificially intelligent than human-based decisions.
17:25 Algorithms are becoming increasingly integrated into our everyday lives
19:00 Data scientists use algorithms to optimize models and develop data products.
22:07 Understanding algorithms is loosely coupled to our progress in advancing great algorithms.
23:43 Large language models like GPT have changed people's perception of AI
Man this was good. I'm not gonna claim I understood everything that was said in the last conversation but I just loved how it becames a casual discussion these things.
I mean, this video could be just that 6yo girl and David talking about algorithms for all I know
That little girl was amazing. Great job mom and dad! It always brightens my day when I get a chance to see brilliance in the next generation.
I did this exact exercise in 2nd grade in 1988. We had to write EXACTLY the steps to make a PB&J for the teacher to follow, and you had to eat what you ended up with. I had no idea then that it was an algorithm!!
I love that it turns into more and more of an interview as the levels progress. I mean I guess that's unavoidable if the people you talk to are in a similar field to yours. Still its interesting to see that.
The little girl knew more about computers before i started computer science in college
It's crazy how there are 2 NYU students in this video! I myself am also a NYU student majoring in CS, and am going to take Data Structures & Algorithms next semester!
That was one of my favorite courses during my CS undergrad. Lots of programming and algo application. Enjoy :)
@@forthehomies7043 Heard its very hard, so I am super worried! Lol, im gonna give myself a headstart and start studying over winter break!
im doing web design and c programming
I like this professor know with whom he speaks to, so it is important to knowing to whom you are talking to
Tbh, the hardest audience to explain anything to is the people who aren't interested that much or don't know anything of the underlying topics. I mostly have explained math, logic, and problem solving to other people in my math and programming class.
Phone book was a great way to introduce some concepts. Brought me to my first year of CS, immediately making me think of sorting in an array. Using algorithms such as halving it every time, if n < j then half the book again on the greater side. Etc. Something I didn’t realize is we actually do this as humans all the time. You wouldn’t tend to sort through every single page, knowing it’s alphabetized. You’d skip to half or you’d do some rough math in your head if j is greater than or slightly less than half.
23:40 Was really hoping he would give an answer to that., but seems like instead of answering the question, he just explained the question itself in detail.
His answer was an argument that these advancements / shifts in the field shouldn’t deter interest because there are new questions to explore that arise out of it. He also says that the technology existed before it gained recognition, ie there’s a rich field of research that existed before nov ‘22 that still exists and is worth exploring
I'm 33 and this is how I want to be taught. I genuinely love this.
Notice how the college student and the expert reference algorithms as problem solvers, but the PhD student looks at it as a way of efficiency; big difference
isnt efficiency just making sure that any problem that is being solved takes up the least amount of time and space when it comes to algorithms, which ultimately is the same thing
Algorithms are used to solve problems, and the PhD student takes it one step further by focusing on creating the most efficient algorithms for those problems. So I guess you could consider his view better, but really it's just the next step in the process. An example is tying your shoelaces. You probably have your way of doing it, and that is an algorithm. But is there an easier and faster way of tying your laces, i.e. a better algorithm? That is efficiency. @@phi4444
Yes @@User-zo6si
Algorithms actually function in more ways than that... "filtering" is efficiency+solving, but there's still an "X" variable...
Oh man that entire first part with the child. What a joy 😂
This 6 year old will be a CS graduate in the future.
she is such a sweet little person, my best wishes to her and her family,
The video that nobody expected but everybody deserved
the last person made a good point about driving cars and knowing how the car works
FELLAS, *MR OBALAR* ON RUclips CURED ME TOTALLY
The little girl is smarter than most people I've met. I would rather talk to her than to my family during a dinner 😅
you could see how in the last conversation he was enjoying it.
Prof. Malan, the legendary phone book shredder
professional even, i dare say
As a Data Scientist, the little girl is Brilliant. She crushed it.
I didn't think I knew much about computers and algorithms, but I do make a pretty wicked PB&J, so yeah, I'm now an expert.
Time to update the ol' resume.
Ironically (or not very), recipes are exactly algorithms - so if you're going to write down instructions how to do your PB&J, you're basically a computer scientist.
I love professor malan, his approach to CS50 is unrivaled! Glad he is getting the recognition he deserves!!!
Was waiting for him to tear the phone book... God, that's nostalgic and satisfying at the same time. 😅
Malan is one of the best CS teacher that i ever seen ❤
I am a fan since CS50 course
The level one beats a lot of other levels in terms of brainstorming. She is so Brilliant.💛
The little girl is the representation of how quickly now the “computer” teaches our kind about themselves. The speed increase is incredible.
David's CS50 courses are a PLEASURE to watch ! I love his way of teaching 👌
Kinda wished the last two guys stuck with the more “traditional” algorithms talk. Would have liked to see David talking about big data algorithms like streaming, parallelism, etc.
Tbh I’d say at some point it will morph into the AI talk. AI, machine learning in general essentially are non deterministic algorithms that we’re still trying to wrap our collective heads around.
Keeping L4 and L5 confined in the traditional sense of deterministic algorithms like streaming or architectures like multithreaded processing is not something that’s worthwhile.
righttt, david corrected the undergraduate when she talked about tiktok algorithms but all that the last two talked about were basically AI..
I'm 42 years old and the explanation to the little girl was already good enough for me to understand what an algorithm is. Great and informative video!
- Algorithms are everywhere in both the physical and virtual worlds and are important for problem-solving.
- A computer is an electronic device with a CPU (Central Processing Unit) and memory (RAM and hard drive) that can perform tasks and store data.
- An algorithm is a set of step-by-step instructions for solving a problem, such as making a peanut butter sandwich.
- Precision is important in creating algorithms to ensure they are executed correctly.
- Everyday tasks and routines can also be seen as algorithms.
- Following precise instructions is crucial when using search engines like Google.
- Algorithms are important for problem-solving regardless of a person's profession or field.
- Precise instructions are key for success in computer science and in everyday life.
This is great. In college I was taught by some professors and I can assure you that all of them explained things in complicated way. I really wish I had professor who explains like this back then! I bet everyone in class would understand and most importantly, no one would fell asleep!
The 6 year old was almost teaching David 😂 she's going places!
I love David J. Malan, he's such a charismatic speaker not only here but in his Harvard CS50 courses. What a man.
This was a bit shallow for the topic depth this series is known for - David was trying to focus on our understanding of complexity and the maths with the younger guests but was steered to talking about AI with the guests who were supposed to be experts in the topic of algorithms. Algorithms are important in AI but I think that should be another video here.
8:39 applying Searching algorithm (left , right and middle concept)
This child is smarter than most people I've met
Little girl at first explained Algorithm better. 😂 If you watched till 2:12, you can leave.
FELLAS, *MR OBALAR* ON RUclips CURED ME TOTALLY
I have been a software developer for close to 30 years. That being said, when I was that first kid's age, I was barely getting off of eating gravel .
Her understanding of an algorithm as a list of instructions just blew me away
It's impressive for her age, but she couldn't put her knowledge into a practical application...
Increment of intelligence of computer science in each level is significant and shown off by verbal and physical expressions.
That man just ripped a phone book in half with ease 😳
Professor David J Malan is an artist who knows the art of teaching very well!
Always love to listen to Prof. Malan's lectures. :) (and also wondering how many Phonebooks he has torn appart over the years :D)
Yes, and how big is his phonebooks storage 😂
David is perfect for seeing someone who is very intelligent, I say that cause he can explain his thoughts on different levels to make people understand.
I wish someone taught me about computers like this when I was a kid.I became a fan of the teacher.
I like that with each level David goes up the less he has to speak. Like he started on level 1 and 2 where he was the only one mostly speaking and the others were mostly just listening and by the end at level 5, David was just listening.
I've been studying CS50 for over past 2 weeks everyday for several hours, and professor Malan has now filled all of my recommendations...
I haven't watched the video past the 3rd girl yet, but I truly wish that I had a professor who is as passionate and good at explaining these concepts as David is. It sure makes a lot of difference.
Wonderful video, this guy slays at explaining!
The little girl at the start is probably the best. She has really a bright future ahead. She has really good communication for someone that young 😊
The young girl can write the next Peanutbutter algorithms easily, she's bright beyond her years!
I am working through this man’s online cs50 course to help fill in some foundational gaps in my cs knowledge. Excellent teacher.
8:25 He did the thing he did the thing!