---
title: "What is Sorting?"  
description: "What is Sorting?"  
author: "Shrikant Mishra"  
published: 2019-05-31  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/23521/what-is-sorting  
category: "c#"  
reading_time: 1 minute  

---

# What is Sorting?

Sorting is nothing but, arranging elements in the order we want. You might have come across this in your school or college days. Like arranging numbers from smaller to greater (ascending) or from greater to smaller (descending) is what we saw till now and is called sorting.

## Answers

### Answer by Shrikant Mishra

Sorting is nothing but, arranging elements in the order we want. You might have come across this in your school or college days. Like arranging numbers from smaller to greater (ascending) or from greater to smaller (descending) is what we saw till now and is called sorting.


---

Original Source: https://www.mindstick.com/interview/23521/what-is-sorting

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
