Hi,
In the Search and Sort section, I’ve seen it jumps from Binary Search to Insertion Sort. But I think there is a missing lesson in between, which I guess it should be called Bubble Sort.
The instructor implies there is a lesson with that name.
Could you check that?
Thank you in advance for your help.
Hi Harold,
thanks for reaching out! There is no missing lecture on bubble sort. Instead, in this intro lecture Giles is referring to a previous lecture, where bubble sort was used in the context of nested for loops. Here is a link to the lecture in question:
https://365datascience.teachable.com/courses/python-bootcamp/lectures/14134321
Hope this helps!
Best,
365 Eli
Hi Eli! Yes! I was wrongly thinking there was a lesson for bubble sorts in addition to that explanation. Thanks for clarifying!