Computer Science, asked by amansinghbhadauria20, 7 months ago

What do you mean by Sorting? In how many ways it can be done?

Answers

Answered by zumba12
2

Sorting way arranging. Sorting facts refers back to the technique of arranging facts, both in ascending order or in descending order. Sorting may be accomplished on numbers or textual content or both.

There are 3 approaches to carrying out sorting on any list:

  • Click at the information tab > kind and clear out out-group group > kind.
  • Use the type buttons on the house tab > modifying group > kind and clear out.
  • By right-clicking the chosen information range.

Different sorting algorithms are bubble kind and choice kind.

sorting is accomplished with the aid of using inserting elements into the present taken care of list.

#SPJ2

Answered by syed2020ashaels
2
  • Sorting is the processing of arranging the data in ascending and descending order.
  • There are several types of sorting in data structures namely-bubble sort,insertion sort,selection sort,bucket sort,heap sort,quick sort,radix sort etc.
  • Sorting  is a process in which items are arranged systematically.
  • In other words it is also termed as a process of ordering the items based on their categories,such as alphabetical,highest to lowest value or shortest to longest distance
  • Sorting algorithm take lists of items as input data perform specific operations on those lists and deliver ordered arrays as output.
  • It helps to identify the similarities and also difference between the objects .
  • some of the sorting ways are:

         selection process.

         insertion method.

         Merging process.

#spj2

Similar questions