12. Searching and Sorting

  Рет қаралды 174,024

MIT OpenCourseWare

MIT OpenCourseWare

Күн бұрын

MIT 6.0001 Introduction to Computer Science and Programming in Python, Fall 2016
View the complete course: ocw.mit.edu/6-0001F16
Instructor: Prof. Eric Grimson
In this lecture, Prof. Grimson explains basic search and sort algorithms, including linear search, bisection search, bubble sort, selection sort, and merge sort.
License: Creative Commons BY-NC-SA
More information at ocw.mit.edu/terms
More courses at ocw.mit.edu

Пікірлер: 145
@abhishekhawaldar569
@abhishekhawaldar569 3 жыл бұрын
This guy was the chancellor at MIT and yet teaches such basic concepts with sincerity and humility. Meanwhile most professors just brush over these topics assuming the students can learn it on their own. Massive respect !
@JH-ux1re
@JH-ux1re 2 жыл бұрын
Exactly! The less knowledgeable the more arrogant
@programmer1010
@programmer1010 Жыл бұрын
42:12 merge isn’t logn iterations its at least n iterations and at most 2n iterations. You can see at 39:49 that number of prints(iterations) isn’t logn. 37:32 we aren’t cutting down the problem in half, it’s a tree 40:33. It’s logn levels of iterations(not iterations themselves) where iterations at each level together have O(n) complexity(cost of each step(iteration) is O(n) but turns out that cost of steps at same level of a tree is also O(n) 41:24. He just mixes levels with steps 42:04 Normally what we do is we multiply number of steps(O(n->2n)) to their complexity(O(n)) but in this case we use the fact that at each LEVEL of a tree sum of conplexity of steps is O(n). So number of LEVELS in a tree (O(logn)) multipled with each level’s complexity(O(n)) = O(nlogn)
@McAwesomeReaper
@McAwesomeReaper 8 ай бұрын
@@JH-ux1re Perfectly explains his sentiments around the political divide.
@ildoguilhermeschneider4296
@ildoguilhermeschneider4296 7 ай бұрын
​@@JH-ux1re😢😊😊
@VixyMan96
@VixyMan96 4 жыл бұрын
I've watched all the 12 lectures during corona time, I think professor Eric deserved a better audience, his jokes are really good and keep your attention through the course. Thanks MIT !!
@saurabhmiyani9014
@saurabhmiyani9014 4 жыл бұрын
same here
@shamrockspb
@shamrockspb 4 жыл бұрын
same game (c) Prof. Grimson
@kannammapoona8064
@kannammapoona8064 4 жыл бұрын
Can u share the playlist link
@bee_irl
@bee_irl 3 жыл бұрын
@@kannammapoona8064 I'm late but it's /playlist?list=PLUl4u3cNGP63WbdFxL8giv4yhgdMGaZNA
@utkarshaganla5724
@utkarshaganla5724 3 жыл бұрын
I do agree
@CamiloDS
@CamiloDS 4 жыл бұрын
For someone watching this. Make sure you do the problem sets. These classes mean nothing without them. It has been a great experience watching all the videos
@leixun
@leixun 4 жыл бұрын
*My takeaways:* 1. Search algorithm 2:49 2. Sorting a list is also linear complexity 8:09, but when we search for something, we often search many times, therefore the cost of sorting could be balanced 9:37 3. Bogo sort (unbounded complexity) 11:00 4. Bubble sort (quadratic complexity) 12:48 5. Selection sort (quadratic complexity) 18:20 6. Merge sort (log-linear complexity) 26:20, and why it is efficient 32:55, it is the best we can have (considering worst cases not average cases)
@Amy_Yu2023
@Amy_Yu2023 4 жыл бұрын
Lei Xun thanks
@fc.soccercard
@fc.soccercard 4 жыл бұрын
Thanks for the handy time stamps.
@marco.nascimento
@marco.nascimento 5 жыл бұрын
It has been an amazing learning experience to watch those 12 MIT lectures, I am really thankful to the institution for making all this avaiable to everyone, It's been really helpful. Incredible teachers and great lectures, already looking forward for the next course I will certainly "attend" hehe cheers from a brazillian comp science undergrad
@tomifg
@tomifg 3 жыл бұрын
I'm so grateful for MIT and everyone who helps support OCW. This course was an incredible experience and i can't believe I just did it from Argentina, during an economic crisis. Thank you!!!
@TheDinosaurHead
@TheDinosaurHead 7 жыл бұрын
Thank you MIT, I really enjoyed this class.
@RussTeeTrombone
@RussTeeTrombone 5 жыл бұрын
I’m in awe such incredible lectures are available free of charge on the internet. This far exceeded the quality of any CS course I’ve taken to date.
@dominikklon1985
@dominikklon1985 4 жыл бұрын
One of my biggest dream was studying at MIT, I was pretty optimistic about that till I was like 16yo when I realise it is impossible, bcs I live in central Europe and I also needed to pass some difficult times so I didn't tryhard learning as much as I wanted to. These courses are making my dream partly realised. I'm so grateful for that, thank you
@hoangnamdn682
@hoangnamdn682 2 жыл бұрын
garbge
@dayzed_gecko
@dayzed_gecko 7 жыл бұрын
You did in one lecture, what my shitty lecturer tried to do in a week. Very good, simple and accurate.
@tuanh9661
@tuanh9661 11 ай бұрын
by far the most amazing course I've taken, really thankful to you guys for taking the time and providing this
@atyantsony2013
@atyantsony2013 3 жыл бұрын
Thank You MIT-OCW from bottom of my heart.... Thank You for your honest service. I really enjoyed this journey with both professors. THANK YOU :)
@robpatty1811
@robpatty1811 2 жыл бұрын
Thanks MIT for producing such great content and making it freely available. This is the third MIT course that I have finished.
@titanfrost8445
@titanfrost8445 5 жыл бұрын
Those lectures are a a great chunk of knowledge I needed. I really liked the way everything is explaned. Thanks MIT
@nicolasortiz2638
@nicolasortiz2638 6 жыл бұрын
It has been great to follow these lectures. Thanks MIT and ocw
@imagenitin
@imagenitin 3 жыл бұрын
Thank you Prof Eric and MIT team for these wonderful lectures !
@shittyworld
@shittyworld 3 жыл бұрын
THANKS MIT, ALL THE PROFESSORS AND MIT OCW TEAM FOR SHARING SUCH AMAZING KNOWLEDGE
@RyanScarbrough
@RyanScarbrough Жыл бұрын
Thank you Dr. Ana Bell and Prof. Grimson for the amazing lectures and all involved with OpenCourseWare for this course!
@micahd7255
@micahd7255 6 жыл бұрын
These guys are great!! I'm now accepting donations to buy Ana and Prof. Grimson a second pair of clothes.
@laksitowp
@laksitowp 3 жыл бұрын
They didn't record these in 1 day?
@mvisperas
@mvisperas 3 жыл бұрын
It looks like they recorded these videos in one day.
@kneerelief577
@kneerelief577 3 жыл бұрын
@@mvisperas so the students are actors?
@mvisperas
@mvisperas 3 жыл бұрын
@@kneerelief577 It means all the videos were shot in one day. Thus, their clothes appear to be the same. In game shows like Jeopardy, the host and the contestants bring different clothes so it appears the next show is actually the next day. The MIT videos are aimed at teaching, not vanity.
@zigginzag584
@zigginzag584 3 жыл бұрын
Thank you very much for this free resource. I've memorized all the algorithms presented after running into what I would consider a severe mental block in trying to conceptualize them in my mind before memorizing them. I only share in case anyone else is struggling with trying to deeply understand the content, my suggestion is to first memorize the algorithms, type them out a few hundred times, line by line, through memory, then the concepts will solidify in your mind and you can start to adapt them to other facets of programming. I think we'd all like to pretend we're super-genius's that "get it" on the first go-round, but, at least in my case, it just doesn't work that way.
@aviraljanveja5155
@aviraljanveja5155 19 күн бұрын
That ending was legendary :D
@hermionegrful
@hermionegrful 3 жыл бұрын
This was amazing. Thank you professor for making me understand these concepts so easily. I’ve been trying to understand these concepts for so many years and now I feel like I truly get it. A gifted teacher and thanks MIT for providing this!
@ricj9594
@ricj9594 3 жыл бұрын
Thank you! hopefully the education in Brazil will get better because of your wonderful free courses. God Bless the whole world and you all.
@jfbjavaforbeginners4176
@jfbjavaforbeginners4176 3 жыл бұрын
This the best ever cs course I have ever seen on youtube Thank you so much MIT you helped a lot
@user-su8rr3cr7k
@user-su8rr3cr7k 2 жыл бұрын
I am addicted to Dr. Grimson’s lectures
@ductive
@ductive 7 ай бұрын
Thanks for your efforts that made such gems available
@ashu7pathak
@ashu7pathak 5 жыл бұрын
Thank you MIT, even though I'm not attending your institute and not paying you any fees, I'm still able to learn from (atleast the so called/ supposedly) the best profs! ❤✌🇮🇳🇮🇳🇮🇳
@amishakandi8450
@amishakandi8450 3 жыл бұрын
Thank you for these lectures! Very helpful for a highschool student interested in computer science.
@OliviaLearns
@OliviaLearns 2 жыл бұрын
amazing lecture! I am so thankful this is available to us!
@yourtechbuddy101
@yourtechbuddy101 4 жыл бұрын
For explanation + implementation + Key points List and short notes on all sorting algorithms with doubt support : kzbin.info/www/bejne/m6avXnehZ7WDndk All English Videos have been uploaded by 25th June 2020 and from now hindi series will start.
@kirangajjala7148
@kirangajjala7148 4 жыл бұрын
Thank you MIT u guys are doing a great job ... This video made my learning easy in lockdown 🙏🙏
@theguildofsilence
@theguildofsilence 2 жыл бұрын
what an absolutely fantastic lecturer
@rossgaller3662
@rossgaller3662 4 жыл бұрын
Thank you MIT and thank you Prof. Grimson!
@shittyworld
@shittyworld 3 жыл бұрын
more like geller
@dezkightz
@dezkightz Жыл бұрын
That joke at the end was gold lmao, Prof. Grimson has a wonderful sense of humor
@danielkinyanjui5296
@danielkinyanjui5296 3 жыл бұрын
The proffessor's presentation is poetry 😎
@rdwells
@rdwells 7 ай бұрын
In the merge() function (35:14), if you change the first line of the for while loop to "if left[i]
@bingchengduan7361
@bingchengduan7361 5 жыл бұрын
a very impressive lesson.
@ali51717
@ali51717 5 жыл бұрын
professor Eric has been writing recursive solutions the whole course, so this time I spent 3 hours writing a recursive merge sort to find out it wasn't necessary to do it recursively,
@tycho103
@tycho103 5 жыл бұрын
great explanations!
@PankajKumar-ji1ig
@PankajKumar-ji1ig 2 жыл бұрын
Thank you professor for teachings
@scorpio19771111
@scorpio19771111 2 жыл бұрын
For folks struggling with how recursion code runs, the animation at 40:05 shows step by step what happens for the recursive merge sort code. Study it together with the code, and hope you get a clearer picture of recursion.
@njexictfan
@njexictfan Жыл бұрын
Thank you so much sir and ma'am!!
@darianharrison4836
@darianharrison4836 6 жыл бұрын
love this lecture, very interesting!! thank you so much for the videos, now... to give all of this some good use =P
@jadenmax679
@jadenmax679 4 жыл бұрын
Very informative, thank you.
@fernandomachado7795
@fernandomachado7795 3 жыл бұрын
Thank you MIT
@devesh3648
@devesh3648 4 жыл бұрын
Amazing lectures! Thanks OCW. Also, what should be the next course that I should take after this? (considering I want to get good at the use of data structures and algorithms)
@akbarrauf2741
@akbarrauf2741 7 жыл бұрын
thank you ,mit
@kooser6
@kooser6 4 жыл бұрын
Thank you MIT!
@ibradalmar3764
@ibradalmar3764 3 жыл бұрын
Much thanks to OCW
@wewantjeremy
@wewantjeremy Жыл бұрын
love this dude
@arjunsagar130
@arjunsagar130 4 жыл бұрын
Thank you MIT.
@tarekghosn3648
@tarekghosn3648 2 жыл бұрын
i love this dude man
@OmigosTV
@OmigosTV 3 жыл бұрын
thanks a lot.Very interesting and livefull lections for self education
@danciulescurazvan1047
@danciulescurazvan1047 2 жыл бұрын
How is this only 125k views and a guy talking about pokemon cards has over 3 million views? Can't really comprehend how this amazing lecture is posted for free on youtube and ppl are not watching it (or at least as much as it should be watched )
@codesha
@codesha 3 жыл бұрын
Made My Life! Thanks Sensei!
@chands.3207
@chands.3207 3 жыл бұрын
A BIG THANKS TO MIT.
@abigiyatadesse2672
@abigiyatadesse2672 Жыл бұрын
Thank you so much.
@MrSrijanb
@MrSrijanb 6 жыл бұрын
thanks mit!!!
@YoungLink51423
@YoungLink51423 2 жыл бұрын
I really liked your sense of humor
@hhg1560
@hhg1560 Жыл бұрын
Thank you very much. From Vietnam ^^
@jiayuyan4296
@jiayuyan4296 2 жыл бұрын
Thank you
@annebortoli
@annebortoli 2 жыл бұрын
Best professor ever!!!
@programmer1010
@programmer1010 Жыл бұрын
Selection sort is like the opposite of bubble. In bubble after every loop we find the maximum one and put it at the end, in selection sort we just find minimum after each loop. If it was c++ we could’ve written len(L)-j for range of j in 15:07
@user-tn1yb1ne4e
@user-tn1yb1ne4e 4 жыл бұрын
Thank you !!! it's great
@HoudekM
@HoudekM 5 жыл бұрын
Great lectures and great lecturers. And I liked the jokes :) Thank you.
@inflem9860
@inflem9860 2 жыл бұрын
"And we deliberately admit students of different heights so John can do this demo" lol, love these lectures!
@user-kv8oh8lx7y
@user-kv8oh8lx7y 2 жыл бұрын
what a closure!
@xer_t3661
@xer_t3661 2 жыл бұрын
Thank you very much! 💖🙂
@cnasir3475
@cnasir3475 4 жыл бұрын
This is awesome
@jemsmilner4416
@jemsmilner4416 5 жыл бұрын
wooow so fantastic!!!
@adiflorense1477
@adiflorense1477 3 жыл бұрын
day during quarantine .sounds good
@yamalokesh2657
@yamalokesh2657 4 жыл бұрын
The classes are very good. I wish there were more classes to explain the algorithms in detail
@MrTc1004
@MrTc1004 4 жыл бұрын
there is one more MIT OCW course called introduction to algorithms
@mitocw
@mitocw 3 жыл бұрын
See ocw.mit.edu/courses/find-by-topic/#cat=engineering&subcat=computerscience&spec=algorithmsanddatastructures to see what we have for algorithms. Best wishes on your studies!
@Damoon2543
@Damoon2543 5 жыл бұрын
Thank you MIT wonderful lectures. @ Eric awful jocks ;)
@sagartomar4210
@sagartomar4210 5 жыл бұрын
that was fantastic :)!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@user-kc1hq9rk1t
@user-kc1hq9rk1t 5 жыл бұрын
I think bubble sort print statement should be right after the if statement
@amywang8407
@amywang8407 5 жыл бұрын
selection sort around 18:00
@dve845
@dve845 4 жыл бұрын
2:53 linear search (mentioned) is not the same as sequential search (what is meant here)
@sciencethings5731
@sciencethings5731 4 жыл бұрын
He's actually quite funny
@nicholasestrella339
@nicholasestrella339 2 жыл бұрын
I feel like Prof. Grimson's true calling was to be a comedian. The dude is really funny!
@johncampbell7868
@johncampbell7868 3 жыл бұрын
I wish I was in this lecture as bubble sort has been given a bad wrap, where: "for j in range(1, len(L)):" should be "for j in range(1, unsort_len(L)):" This would be a simple extension to the use of "swap" as "new_len". This saving was even observed in the lecture. Also, it would have made a very informative demonstration of quick_sort out on the steps on such a nice day. Merge sort also requires many storage allocations, which can be expensive and is another cost to consider with "compares", "swaps" and "allocates". Those steps would have been a great location for any divide and conquer sort, eg shell, merge or quick, and especially to demonstrate their difference.
@subhasaha8988
@subhasaha8988 6 жыл бұрын
34:42
@balanceyourmind5674
@balanceyourmind5674 3 жыл бұрын
This is amassing lecture . Please can you say where the first 11 lectures .
@mitocw
@mitocw 3 жыл бұрын
Here's the playlist for the series: kzbin.info/aero/PLUl4u3cNGP63WbdFxL8giv4yhgdMGaZNA. For more info, see the course on MIT OpenCourseWare at: ocw.mit.edu/6-0001F16. Best wishes on your studies!
@anonymous.youtuber
@anonymous.youtuber 2 жыл бұрын
“And we deliberately admit students of different height so we can do this demo”Hilarious 😂. I really appreciate your jokes, Professor !
@maninarush2112
@maninarush2112 5 жыл бұрын
Raymond Hettinger would have a bird if he saw the abomination at 3:58
@shittyworld
@shittyworld 3 жыл бұрын
is there any final exam for this course (6.001) ?
@mitocw
@mitocw 3 жыл бұрын
Looking at course on MIT OpenCourseWare ( ocw.mit.edu/6-0001F16 ), it doesn't look like it. We do know that the equivalent of 6.001 will be starting on EdX in late August (26th). It will have a final exam (which can even be graded if you sign up for a certificate): www.edx.org/course/introduction-to-computer-science-and-programming-7. There is an older version that has an exam (with solution) but it is based on an earlier version of Python and might not be as helpful: ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/unit-3/final-exam/
@kiit-etc-etc-qi4mc
@kiit-etc-etc-qi4mc 7 жыл бұрын
are there lectures after this.?
@mitocw
@mitocw 7 жыл бұрын
No more lectures after this one. See the course on MIT OpenCourseWare for more details at ocw.mit.edu/6-0001F16.
@konet1440
@konet1440 6 жыл бұрын
there is a follow up course which is 6.0002
@dongguodan2128
@dongguodan2128 5 жыл бұрын
Great though difficult ~~
@dve845
@dve845 4 жыл бұрын
15:25 better turn the meaning of the swap flag upside down ... if you swap things set swap to True
@tombrady7390
@tombrady7390 4 жыл бұрын
i gave applause without him telling
@labrecheabdelatif7188
@labrecheabdelatif7188 6 жыл бұрын
the playlist link please !!!!
@mitocw
@mitocw 6 жыл бұрын
kzbin.info/aero/PLUl4u3cNGP63WbdFxL8giv4yhgdMGaZNA
@ankurg132
@ankurg132 3 жыл бұрын
For anyone watching this as a beginner and want to learn more computer science courses, here is the list of free courses through which you can learn sequentially - github.com/ossu/computer-science
@hicham5770
@hicham5770 3 жыл бұрын
Very useful. Thanks!
@McAwesomeReaper
@McAwesomeReaper 8 ай бұрын
Is it required at MIT that profs wear the same outfit for every lecture, or is that just a consequence of filming for the video series?
@samuelmurmu3163
@samuelmurmu3163 3 жыл бұрын
why was my college not showing this kind of example
@gauravshukla5203
@gauravshukla5203 4 жыл бұрын
Please provide algorithms course for c++
@mohamedrafat3466
@mohamedrafat3466 4 жыл бұрын
go to website
@BenyNotNice
@BenyNotNice 3 жыл бұрын
👏👏👏👏
@seanliu3549
@seanliu3549 5 жыл бұрын
I really hope he is my cs professor, such an adorable person
@mathabahassan3471
@mathabahassan3471 2 жыл бұрын
20:00
@raihantanvir8880
@raihantanvir8880 Жыл бұрын
All classes included?
@mitocw
@mitocw Жыл бұрын
Yes. For more info and materials, see the course on MIT OpenCourseWare at: ocw.mit.edu/6-0001F16. Best wishes on your studies!
@061_arsh
@061_arsh 2 жыл бұрын
34:30 what programming language is this ??
@mitocw
@mitocw 2 жыл бұрын
Python (v3.5). For more information and materials, see the course on MIT OpenCourseWare at: ocw.mit.edu/6-0001F16. Best wishes on your studies!
@user-fl7vs4ed6l
@user-fl7vs4ed6l 3 жыл бұрын
​​0:00:00 Review 0:02:54 0:04:00 0:06:10 0:08:26 Sorting will do you good 0:12:32 ​BOGO sort 0:13:58​ Bubble sort 0:15:58 0:18:25 selection sort 0:20:00 0:22:02 0:23:50 ​0:26:00 0:27:38​ Merge sort 0:30:00 0:32:26 0:34:28 ​0:36:26 ​0:38:12​ 0:40:02 0:42:00 ​0:44:00 ​ 0:46:10 ​What do computer scientist do 0:47:06
FOOTBALL WITH PLAY BUTTONS ▶️❤️ #roadto100million
00:20
Celine Dept
Рет қаралды 17 МЛН
IS THIS REAL FOOD OR NOT?🤔 PIKACHU AND SONIC CONFUSE THE CAT! 😺🍫
00:41
🍕Пиццерия FNAF в реальной жизни #shorts
00:41
Sigma Girl Education #sigma #viral #comedy
00:16
CRAZY GREAPA
Рет қаралды 123 МЛН
FOOTBALL WITH PLAY BUTTONS ▶️❤️ #roadto100million
00:20
Celine Dept
Рет қаралды 17 МЛН