Sorting
Algorithms:
1)
Comparison
based:
a)
Bubble Sort
d)
Program
Code and Comparing Run-time
2)
Digit
based:
a)
Bucket Sort:
o
Algorithm
Description and Pseudo-code
b)
Radix
Sort
3)
O
(n log n):
a)
Quick Sort
b)
Merge Sort
Search
Algorithms:
a)
Binary Search
o Algorithm
Description and Pseudo-code