Math 3614: Study Guide 7 (11/4-11/13)
(Your group will be evaluated on this material on Wednesday 11/13)
Sections 8.4,8.5,8.6
Objectives:
- Learn the following terms:
- sorting
- complexity of sorting
- bubble sort
- merge sort
- spanning tree
- depth first search
- breadth first search/backtracking
- minimum spanning tree
- greedy algorithm
- Prim's algorithm
- Become comfortable working the following types of problems:
- Use a bubble sort to sort a list of numbers.
- Use a merge sort to sort a list of numbers.
- Determine the largest number of comparisons needed to sort a list of
n numbers using merge sort of bubble sort.
- Find a spanning tree of a simple graph using depth-first search.
- Find a spanning tree of a simple graph using breadth-first search.
- Use Prim's algorithm to construct a minimal spanning tree for a
weighted graph.
- Problem List:Learn to work the following problems:
- Section 8.4: 1, 6, 12
- Section 8.5: 1, 9, 13, 26
- Section 8.6: 1, 3
Answers to even numbered problems
Click here for answers to the even numbered
problems.
Evaluation:
On Wednesday, November 13, the above objectives will be evaluated with
a short quiz.