Short Overview
Searching refers to a technique that helps us search a data element out of the given string or array. On the other hand, Sorting refers to the technique used for rearranging the data elements present in a string or an array in any specified order, descending or ascending
Lecture 1 - Linear Search | Preview |
Lecture 2 - Binary Search | Preview |
Lecture 3 - Sqrt Using Binary Search | Preview |
Lecture 4 - Count Number of Occurrences | Preview |
Lecture 5 - Merge Sort | Preview |
Lecture 6 - Bubble Sort | Preview |
Lecture 7 - Selection Sort | Preview |
Lecture 8 - Insertion Sort | Preview |
Lecture 9 - Quick Sort | Preview |