In this lecture I have explained what is sorting and different types of sorting. Basically there are two types of sorting:
1- Internal Sort
2- External Sort
Then I have shown some sorting algorithm names e.g. Bubble Sort, Selection Sort etc.
Then I have explained how to classify sorting algorithms. Basically there are two types of sorting algorithms:
1- Comparison Based
2- Non Comparison Based
Then I have shown the graphical illustration/simulation of bubble sort algorithm.
And in the last I have implemented 2 versions of bubble sort.
1- Basic Bubble Sort
2- Enhanced Bubble Sort or Flag Based Implementation of Bubble Sort
Website link: https://bit.ly/3co3Ufs
Instagram : https://bit.ly/2zboaDt
Twitter : https://bit.ly/2AKKQec
Facebook Page: https://bit.ly/2MBcJbd
#codestown
#Programming
#coding