Sorting Techniques
Wh at is Sorting? A. Sorting Sorting means arranging the objects or anything in some specified manner, when concerned with the data structures, sorting is arranging data in a specified manner i.e., data placed in order with some condition or it may also be w.r.t a category like, 1. Sorting data or objects in ascending or descending order based on some parameter like height, etc. 2. Sorting objects on category and so on. Sorting w.r.t data structures as mentioned earlier refers to arranging of data in some pattern. Now we will see, everything about sorting w.r.t data structures only, S orting Techniques Sorting techniques refers to the different ways of sorting the data in the specified manner. In data structures there are many ways of sorting data, each of them has their own advantages and disadvantages. So, le...