C programming concepts
C programming made easy.
Menu
Home
C programming basics
Functions
Pointers
Arrays
Strings
Unions
Structures
DMA
Queue
Stack
Linked list
Binary tree
Binary search tree
Threaded binary tree
AVL Tree
Heap
Graphs
Sorting
Searching
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
Selection Sort
Insertion Sort
Quick Sort
Merge Sort
No comments:
Post a Comment
Home
Subscribe to:
Posts (Atom)
No comments:
Post a Comment