Define sorting
4 years ago
Data Structure and Algorithm
Sorting arranges the numerical and alphabetical data present in a list in a specific order or sequence. There are a number of sorting techniques available. The algorithms can be chosen based on the following factors
- Size of the data structure
- Algorithm efficiency
- Programmer’s knowledge of the
Sanisha Maharjan
Jan 23, 2022