中国高校课件下载中心 》 教学资源 》 大学文库

复旦大学:《数据结构与算法设计》实验设计_Lab 2. Divide and Conquer

文档信息
资源类别:文库
文档格式:PDF
文档页数:1
文件大小:64.88KB
团购合买:点击进入团购
内容简介
复旦大学:《数据结构与算法设计》实验设计_Lab 2. Divide and Conquer
刷新页面文档预览

Lab 2 Problem: VLSI chip testing Professor Diogenes has n supposedly identical VLSI chips that in principle are capable of testing each other. The professor's test jig accommodates two chips at a time. When the jig is loaded, each chip tests the other and reports whether it is good or bad. a good chip always reports accurately whether the other chip is good or bad, but the answer of a bad chip cannot be trusted. Thus, the fo Chip a says Chip B says Conclusion B is good A is good both are good, or both are bad B is good A is bad at least one is bad d at least B is bad a. Show that if more than n/2 chips are bad, the professor cannot necessarily determine which hips are good using any strategy based on this kind of pairwise test. Assume that the bad chi to fool the profe b. Consider the problem of finding a single good chip from among n chips, assuming the more than n/2 of the chips are good. Show that [n/2 pairwise tests are sufficient to reduce the problem to one of nearly half the size c. Show that the good chips can be identified with O(n)pairwise tests, assuming that more that n/2 of the chips are goods. Give and solve the recurrence that describes the number of tests

Lab 2 Problem: VLSI chip testing Professor Diogenes has n supposedly identical VLSI chips that in principle are capable of testing each other. The professor’s test jig accommodates two chips at a time. When the jig is loaded, each chip tests the other and reports whether it is good or bad. A good chip always reports accurately whether the other chip is good or bad, but the answer of a bad chip cannot be trusted. Thus, the four possible outcomes of a test are as follows: Chip A says Chip B says Conclusion B is good A is good both are good, or both are bad B is good A is bad at least one is bad B is bad A is good at least one is bad B is bad A is bad at least one is bad a. Show that if more than n/2 chips are bad, the professor cannot necessarily determine which chips are good using any strategy based on this kind of pairwise test. Assume that the bad chips can conspire to fool the professor. b. Consider the problem of finding a single good chip from among n chips, assuming the more than n/2 of the chips are good. Show that ⎢⎣n / 2⎥⎦ pairwise tests are sufficient to reduce the problem to one of nearly half the size. c. Show that the good chips can be identified with Θ(n) pairwise tests, assuming that more that n/2 of the chips are goods. Give and solve the recurrence that describes the number of tests

已到末页,全文结束
刷新页面下载完整文档
VIP每日下载上限内不扣除下载券和下载次数;
按次数下载不扣除下载券;
注册用户24小时内重复下载只扣除一次;
顺序:VIP每日次数-->可用次数-->下载券;
相关文档