Day 11
Hello peeps! Welcome to Day 11
What we learn today?
- Sorting Algorithms 1
 - Bubble Sort
 - Selection Sort
 - Insertion Sort
 - Merge Sort
 - Quick Sort
 
Sorting Algorithms
Sorting is the process of arranging elements in a specific order. The most common orders are numerical order and lexicographical order. Sorting is commonly used as the introductory problem in various computer science classes.