| 1. | C Program to Sort the Array in an Ascending Order |
| 2. | C Program to Sort the Names or words in an Alphabetical order ALPHABETICAL SORT |
| 3. | C Program to Sort Numbers in Ascending Order using MERGE SORT |
| 4. | C Program to Sort Numbers in Ascending Order using BUBBLE SORT |
| 5. | C Program to Sort Numbers in Ascending Order using HEAP SORT |
| 6. | C Program to Sort Numbers in Ascending Order using INSERTION SORT |
| 7. | C Program to Sort Numbers in Ascending Order using QUICK SORT |
| 8. | C Program to Sort Numbers in Ascending Order using SHELL SORT |
| 9. | C Program to Sort Numbers in Ascending Order using SELECTION SORT |
| 10. | C Program to Sort Numbers in Ascending Order using RADIX SORT |
| 11. | C Program to Sort the Array in Descending Order |