Sorting
Sorting in life
Not just limited to computer science, we are sorting many things in daily life! For example, after dish washing is done, we often put all dishes at location A, and all forks at location B. Or while shopping, you won’t see vegetables are put at ‘Office’ area right? Are they already sorted and why?
Types of sorting
In computer science, we realized that there are many types of sorting technics and they can be categorized as comparison-based sorts and non-comparison-based sorts.