Algorithms Flashcards

1
Q

Linear Search Algorithms

A

Counting sort. Radix Sort. Bucket Sort.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are some applications of sorting?

A

Searching (i.e. binary search). Closest pair. Element uniqueness. Frequency distribution. Selection. Convex hulls.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Name one of the first things that an algorithm designer should try when looking for efficiency.

A

Sorting.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly