Any type you want to write. C does not provide sorting routines natively; you have to either use a library routine or write something. Some library implementations are based on quicksort or heapsort but, again, that is not a C (or C++) thing - it is a run-time library thing.
types of sorting in c language are: insertion sort selection sort bubble sort merge sort two way merge sort heap sort quick sort
Sorting is not a microprocessor specific thing. Sorting requires a program and, as such, is not dependent on which microprocessor is involved.
ten types of soting algorithm
insertion,bubble,quick, quick3, merge, shell,heap, selection sorting
There are generally eight sorting algorithms that are studied in school by computer science students. They are as follows: insertion, bubble, quick, quick3, merge, shell, heap, and selection sorting. There are different types of sorting algorithms. One would be considered good if it is accurate and efficient. Different types of sorting includes; sequential, ascending, and descending.
arranging items in some ordered sequence,
Vertical sorting involves arranging items in a list based on their values in columns, while horizontal sorting involves arranging items in a list based on their values in rows. Both types of sorting help in organizing and analyzing data in a meaningful way.
insertion,bubble,quick, quick3, merge, shell,heap, selection sorting
insertion,bubble,quick, quick3, merge, shell,heap, selection sorting
C program for sorting the numbers is very basic, start writing it and if you are having problems, post your program here and a description of the problem and you will be helped. If you are taking a computer course, how do you expect to pass exams if you have plagiarized someone else work for your assignments.
Comparison-based sorting algorithms rely on comparing elements to determine their order, while other types of sorting algorithms may use different techniques such as counting or distribution. Comparison-based algorithms have a worst-case time complexity of O(n log n), while non-comparison-based algorithms may have different time complexities depending on the specific technique used.
internal sorting ..............Kaleem