Monday 15 October 2012

Different Sorting in C


Sorting means arranging a set of data in some order. There are different methods that are used to sort the data in ascending order. Some of the  methods are
  1. Selection sort
  2. Bubble sort
  3. Insertion sort

No comments:

Post a Comment