Algorithms Flashcards
1
Q
Linear Search Algorithms
A
Counting sort. Radix Sort. Bucket Sort.
2
Q
What are some applications of sorting?
A
Searching (i.e. binary search). Closest pair. Element uniqueness. Frequency distribution. Selection. Convex hulls.
3
Q
Name one of the first things that an algorithm designer should try when looking for efficiency.
A
Sorting.