Sorting Algorithms


Concept

Sorted data is required as input in many algorithms (search and merge).A good example is the binary search technique.We feed in sorted data as input and huge amount of time is saved to look up a particular data element.
Following are some sorting techniques:

Bubble Sort




No comments:

Post a Comment