http:^^www.cs.washington.edu^education^courses^421^96w^bboard.shtml
来自「This data set contains WWW-pages collect」· SHTML 代码 · 共 1,546 行 · 第 1/5 页
SHTML
1,546 行
<hr size=4><a name="823280499001">To: cs421@geoduckSubject: <b>elephant humor</b>Date: Fri, 02 Feb 1996 09:01:35 PSTFrom: <b>Martin Tompa <tompa@geoduck.cs.washington.edu></b></a>This was a small part of one of those very long jokes that you can't wait toget to the end of. >>COMPUTER SCIENTISTS hunt elephants by exercising Algorithm A:>> 1. Go to Africa.>> 2. Start at the Cape of Good Hope.>> 3. Work northward in an orderly manner, traversing the continent>> alternately east and west.>> 4. During each traverse pass,>> a. Catch each animal seen.>> b. Compare each animal caught to a known elephant.>> c. Stop when a match is detected.>>>>EXPERIENCED COMPUTER PROGRAMMERS modify Algorithm A by placing a known>>elephant in Cairo to ensure that the algorithm will terminate.<hr size=4><a name="823307984001">To: cse421@geoduckSubject: <b>HW4, problem 5</b>Date: Fri, 02 Feb 1996 16:39:35 PSTFrom: <b>Martin Tompa <tompa@geoduck.cs.washington.edu></b></a>The book talks about THE weighted median, but a few students pointed out thatit may not be unique, for instance, if w1 = 1/6, w2 = 2/6, and w3 = 3/6. It'snot too hard to prove that there will either be 1 or 2 weighted medians. Ifthere happen to be two, let's agree that THE weighted median is the larger ofthose two, to agree with the way we've disambiguated the ordinary median inthe case when there are an even number of elements.<hr size=4><a name="823468427001">Date: Sun, 4 Feb 1996 13:13:20 -0800From: <b>claym@wolf (Michael Clay)</b>To: cse421@cs.washington.eduSubject: <b>Does problem 3 suck or am I just dense?</b>Cc: claym@wolf</a>Seems like most of the homework is straightforward, albeit a bitbeyond lengthy, except problem 3.All my attempts at a solution to #3 so far are convoluted and seem to runin O(lg**2 n) time. I must be missing something, either obvious or obscure.Any hints that would steer me in the right direction without totallygiving away the solution would be greatly appreciated.Thanks, Michael (claym@wolf.cs.washington.edu) (But post your answers to cs421 distribution.)<hr size=4><a name="823472207001">To: cse421@geoduckSubject: <b>HW4, problem 3</b>Date: Sun, 04 Feb 1996 14:16:37 PSTFrom: <b>Martin Tompa <tompa@geoduck.cs.washington.edu></b></a>Given that you're after an O(log n) solution, something to shoot foris to throw away about half the problem every constant number ofsteps. Personally, I didn't find problem 5 straightforward, and I know somestudents are having trouble with problem 1.------- Forwarded MessageDate: Sun, 04 Feb 1996 13:13:20 -0800From: claym@wolf (Michael Clay)To: cse421@cs.washington.educc: claym@wolfSubject: Does problem 3 suck or am I just dense?Seems like most of the homework is straightforward, albeit a bitbeyond lengthy, except problem 3.All my attempts at a solution to #3 so far are convoluted and seem to runin O(lg**2 n) time. I must be missing something, either obvious or obscure.Any hints that would steer me in the right direction without totallygiving away the solution would be greatly appreciated.Thanks, Michael (claym@wolf.cs.washington.edu) (But post your answers to cs421 distribution.)------- End of Forwarded Message<hr size=4><a name="823723004001">Date: 7 Feb 1996 11:55 PSTFrom: <b>Larry Ruzzo <ruzzo@quinault.cs.washington.edu></b>To: cse421@csSubject: <b>wednesday office hour CANCELED</b></a>I have to cancel my office hour today. I'll try to be availabletomorrow or friday to compensate; details later.<hr size=4><a name="823806374001">To: cse421@geoduckSubject: <b>HW5, problem 2(a)</b>Date: Thu, 08 Feb 1996 11:05:56 PSTFrom: <b>Martin Tompa <tompa@geoduck.cs.washington.edu></b></a>A student pointed out that we didn't discuss ties in the greedy method, thatis, what the method does when pqr = qrs. To disambiguate the problem, you mayassume in part (a) that pqr < qrs, and just give the necessary and sufficientconditions assuming this inequality is true. This ensures that there are noties, and also eliminates the need to discuss the completely dual case whenpqr > qrs. In part (b), make sure you choose values that satisfy pqr < qrs. <hr size=4><a name="823819895001">Date: Thu, 8 Feb 1996 14:51:23 -0800From: <b>aberman (Andrew P. Berman)</b>To: cse421Subject: <b>Average Homework Grades</b></a>I have not included the grades of some people whom I suspect have droppedthe course. I also only included the grades for homeworks submitted. Sothese averages (like all averages) must be taken with a grain of salt.Hw1: 19 out of 25Hw2: 22 out of 25Hw3: 22 out of 30Andy<hr size=4><a name="823885094001">Date: 9 Feb 1996 08:55 PSTFrom: <b>Larry Ruzzo <ruzzo@quinault.cs.washington.edu></b>To: cse421@csSubject: <b>office hours</b></a>To make up for my canceled office hour wednesday, I'll be availableintermittently today for questions. I'm tied up from 12:30 - 2:00,and need to be in and out a bit during the rest of the day, but willbe happy to answer questions if I'm in.<hr size=4><a name="823896264001">To: cse421@geoduckSubject: <b>Cocke, Kasami, Younger algorithm</b>Date: Fri, 09 Feb 1996 12:04:07 PSTFrom: <b>Martin Tompa <tompa@geoduck.cs.washington.edu></b></a>I mentioned in class that there is another dynamic programming algorithm thatis extremely similar in form to the one we are looking at now for matrix chainproduct and polygon triangulation. It is a cubic algorithm for testingcontext-free language membership. If you are interested in seeing it, thereis a PostScript writeup in the following URL: http://www.cs.washington.edu/education/courses/322/94a/cky.psI have a feeling that there should be some unification of that problem andpolygon triangulation, just because of the similarity of these algorithms, butI have not discovered it. If you have ideas along these lines, I'd love tohear them.<hr size=4><a name="823911481001">Date: Fri, 9 Feb 1996 16:17:50 -0800 (PST)From: <b>Robert Oganyan <ogan@grizzly.cs.washington.edu></b>To: cse421@grizzly.cs.washington.eduSubject: <b> mailing list</b></a>Please remove me from the mailing listRobert<hr size=4><a name="824085721001">Date: Sun, 11 Feb 1996 16:41:38 -0800 (PST)From: <b>"D. Godon" <dgodon@u.washington.edu></b>To: Martin Tompa <tompa@cs.washington.edu>Cc: cse421@geoduck.cs.washington.eduSubject: <b>Re: Cocke, Kasami, Younger algorithm</b></a>On problem 3a, can we assume k is an integer? If not, it would seem part a and b are the same.Thanks<hr size=4><a name="824143936001">To: cse421@geoduckSubject: <b>HW5, problem 3a</b>Date: Mon, 12 Feb 1996 08:52:02 PSTFrom: <b>Martin Tompa <tompa@geoduck.cs.washington.edu></b></a>Yes, you should assume k is an integer.------- Forwarded MessageDate: Sun, 11 Feb 1996 16:41:38 -0800From: "D. Godon" <dgodon@u.washington.edu>To: Martin Tompa <tompa@cs.washington.edu>cc: cse421@geoduck.cs.washington.eduSubject: Re: Cocke, Kasami, Younger algorithmOn problem 3a, can we assume k is an integer? If not, it would seem part a and b are the same.Thanks------- End of Forwarded Message<hr size=4><a name="824151375001">To: cse421@geoduckSubject: <b>next reading assignment</b>Date: Mon, 12 Feb 1996 10:56:07 PSTFrom: <b>Martin Tompa <tompa@geoduck.cs.washington.edu></b></a>Read the introduction to Chapter 26, and all of Section 26.2.<hr size=4><a name="824157655001">Date: Mon, 12 Feb 1996 12:40:26 -0800From: <b>aberman@hobbes (Andrew Berman)</b>To: cse421@hobbesSubject: <b>Average for HW#4</b></a>40Andy<hr size=4><a name="824319697001">To: cse421@paintbrush.cs.washington.eduSubject: <b>Mistake in Homework Grading</b>Date: Wed, 14 Feb 1996 09:41:25 PSTFrom: <b>Andrew Berman <aberman@paintbrush.cs.washington.edu></b></a>HW#4 (the one we just gave back)Problem 10-1 Largest i numbers in sorted order:I took off credit for those who gave the answer n lg n.Both n lg n and n lg n + i are legitimate answers---n lg n is actuallythe better answer.What *is* still wrong is claiming 'i' is a constant--you won't get anypoints back if you did that. However, if you wrote n lg n but did not claim 'i' was a constant, pleasebring your homework in either to Friday's class or to my office hoursto get credit for your answer.Andy_______________________________________________________________________________| Andrew P. Berman |Dept. Of Computer Science, University Of Washington||aberman@cs.washington.edu| http://www.cs.washington.edu/homes/aberman ||_________________________|___________________________________________________|<hr size=4><a name="824799498001">To: cse421@geoduckSubject: <b>HW6 on the web</b>Date: Mon, 19 Feb 1996 22:58:06 PSTFrom: <b>Martin Tompa <tompa@geoduck.cs.washington.edu></b></a>HW6 will be handed out in Wednesday's lecture, due a week later. Itis on the web, if you want to get a headstart.<hr size=4><a name="825006052001">Date: Thu, 22 Feb 1996 08:20:09 -0800From: <b>aberman@hobbes (Andrew Berman)</b>To: cse421@hobbesSubject: <b>Office Hours *CANCELLED* This Monday and Tuesday</b></a>Sorry, but I'm gonna be out for a week starting today and lasting untilnext Thursday.Andy<hr size=4><a name="825026870001">To: cse421@geoduckSubject: <b>HW6, #2 (Warning: this message contains a hint.)</b>Date: Thu, 22 Feb 1996 14:07:45 PSTFrom: <b>Martin Tompa <tompa@geoduck.cs.washington.edu></b></a>One student, stuck on problem 2, asked for an idea of how to start. Thinkabout finding the edit distance between the prefixes x[1..i] and y[1..j].<hr size=4><a name="825271119001">Date: Sun, 25 Feb 1996 09:57:56 -0800 (PST)From: <b>Eva Marie Allen <eallen@wolf.cs.washington.edu></b>To: Algorithms <cse421@cs.washington.edu>Subject: <b>last problem</b></a>I have a problem. I need to prove that Warshall' algorithm works, and I don't believe it does. It we need to take the min of d(i,j) and d(i,k) + d(k,j), well, if d(i,j) is zero, and the sum of the rest is positive, then the min is zero. Right? So I can easily see creating an all zero matrix. The implication of the algorithm is that if d(i,j) is 1, then either d(i,k) or d(k,j) is one. I do not find this to be true. The book SAYS it is true, so I assume that I am looking at this the wrong way. How DOES this work?Thanks,Eva*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*Eva Marie Allen | Though it cost all you have, get eallen@cs.washington.edu | understanding. Esteem her, and sheUW Computer Science Department | will exalt you; embrace her, and she
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?