

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Information about two homework assignments for the cs 473u: undergraduate algorithms course at the university of illinois at urbana-champaign, due in november 2006. The first assignment involves finding a path in an undirected graph using a given vertex as an intermediate point. The second assignment deals with creating backup sets for devices in an ad-hoc network, ensuring reliability and no single point of failure. The third assignment updates the knuth-morris-pratt algorithm to handle wildcard characters '?' and '*' in string matching. The fourth assignment describes an efficient algorithm for two-dimensional pattern matching.
Typology: Assignments
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Remember to turn in separate, individually stapled solutions to each of the problems.
CS 473U Homework 7 (due November 17, 2006) Fall 2006
(^1) Note that the normal string-matching problem is the special case of the 2-dimensional problem where m = p = 1.