You are on page 1of 1
CS2302 Fall 2010 Lab 6 Due electronically by 11:59 p.m., Wednesday, December 1, 2010 In this part of the course we have discussed the following algorithm design techniques: Divide and conquer Dynamic programming Backtracking Randomized algorithms Greedy algorithms For each of the five techniques, implement a method that applies that technique in order to solve a problem of your choice efficiently and effectively. Write a report describing the problems you solved, your algorithms, and experimental results, Feel free to reuse code you have written for previous labs.

You might also like