<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>cs273 Google Group</title>
  <link>http://groups.google.com/group/cs273</link>
  <description>cs273 </description>
  <language>en</language>
  <item>
  <title>Re: Lecture 21/22 or Lecture 20/21?</title>
  <link>http://groups.google.com/group/cs273/browse_thread/thread/43ca28bb96918a65/e922e12f353ac8d9?show_docid=e922e12f353ac8d9</link>
  <description>
  Thanks for the question!!!  Of course, &lt;br&gt; I should have been correct in the first place! &lt;br&gt; In any case, lecture 21/22 meant 20/21.  Sorry for the confusion. &lt;br&gt; Lectures 22-25 are really great material (particularly the isolation lemma!), &lt;br&gt; and I would love for you to know it, but is not assigned. &lt;br&gt; Cheers, &lt;br&gt; Satish
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cs273/browse_thread/thread/43ca28bb96918a65/e922e12f353ac8d9?show_docid=e922e12f353ac8d9</guid>
  <author>
  sati...@eecs.berkeley.edu
  (Satish Rao)
  </author>
  <pubDate>Thu, 02 Dec 2010 08:41:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: Lecture 21/22 or Lecture 20/21?</title>
  <link>http://groups.google.com/group/cs273/browse_thread/thread/43ca28bb96918a65/88409f42f2c2e877?show_docid=88409f42f2c2e877</link>
  <description>
  most in class have assumed that notes 20/21 are the homeworks that &lt;br&gt; bspace calls 21/22 &lt;br&gt; Lecture 19/20 I think is unambiguous. &lt;br&gt; If we are wrong, we need to know, uhm... a few days ago. &lt;br&gt; Brian
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cs273/browse_thread/thread/43ca28bb96918a65/88409f42f2c2e877?show_docid=88409f42f2c2e877</guid>
  <author>
  bvstraa...@lbl.gov
  (Brian Van Straalen)
  </author>
  <pubDate>Thu, 02 Dec 2010 04:56:44 UT
</pubDate>
  </item>
  <item>
  <title>Lecture 21/22 or Lecture 20/21?</title>
  <link>http://groups.google.com/group/cs273/browse_thread/thread/43ca28bb96918a65/1af510a63107d98f?show_docid=1af510a63107d98f</link>
  <description>
  On the course website, there are lecture notes posted for... &lt;br&gt; &lt;p&gt;Lecture 19/20 &lt;br&gt; Lecture 20/21 &lt;br&gt; Lecture 22 &lt;br&gt; ... &lt;br&gt; &lt;p&gt;But on bspace, there are submission links for &lt;br&gt; &lt;p&gt;Lecture 19/20 &lt;br&gt; Lecture 21/22 &lt;br&gt; &lt;p&gt;So which questions should we answer in each submission? &lt;br&gt; &lt;p&gt;Also, will we need to submit answers for lectures posted on the course
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cs273/browse_thread/thread/43ca28bb96918a65/1af510a63107d98f?show_docid=1af510a63107d98f</guid>
  <author>
  erinccar...@gmail.com
  (Erin Carson)
  </author>
  <pubDate>Thu, 02 Dec 2010 04:47:54 UT
</pubDate>
  </item>
  <item>
  <title>Question 1, problem 1. PARTIAL ANSWER == GOOD ENOUGH.</title>
  <link>http://groups.google.com/group/cs273/browse_thread/thread/dcfa7fd8ab81e774/7353702dc6d2e18d?show_docid=7353702dc6d2e18d</link>
  <description>
  Question on hw 19 problem 1. &lt;br&gt; The assumption is that it is a rooted tree. And each node should compute &lt;br&gt; the max distance to a descendant leaf. &lt;br&gt; If you can give an answer that computes the depth of each node (&amp;quot;distance &lt;br&gt; from the root) you will recieve full credit. &lt;br&gt; I think the height computation needs a rake-compress process. But
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cs273/browse_thread/thread/dcfa7fd8ab81e774/7353702dc6d2e18d?show_docid=7353702dc6d2e18d</guid>
  <author>
  sati...@eecs.berkeley.edu
  (Satish Rao)
  </author>
  <pubDate>Thu, 02 Dec 2010 02:38:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: Lecture 19, question 1</title>
  <link>http://groups.google.com/group/cs273/browse_thread/thread/3c139473e3db1699/74cb2efe128f6913?show_docid=74cb2efe128f6913</link>
  <description>
  It doesn&#39;t have to be a binary tree. But if you can do it &lt;br&gt; that way, its fine. The data structure of the tree is &lt;br&gt; then a list of children edges and a parent edge for each node. The &lt;br&gt; children edges know their place in the parents list. A high level &lt;br&gt; description &lt;br&gt; of the algorithm rather than code that deals with data structure
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cs273/browse_thread/thread/3c139473e3db1699/74cb2efe128f6913?show_docid=74cb2efe128f6913</guid>
  <author>
  sati...@eecs.berkeley.edu
  (Satish Rao)
  </author>
  <pubDate>Thu, 02 Dec 2010 02:32:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: Question 1 lecture 14</title>
  <link>http://groups.google.com/group/cs273/browse_thread/thread/973bcc1e0ea89a03/dbeb02b112be8ae2?show_docid=dbeb02b112be8ae2</link>
  <description>
  Yes. Lecture 15, question 1. Sorry. &lt;br&gt; $m$ is the number of edges. You may be able to &lt;br&gt; get away with $1/m$ but $1/m^2$ should definitely &lt;br&gt; enough to keep the congestion bounds from &lt;br&gt; getting too bad. (You don&#39;t need to verify &lt;br&gt; that the congestion bounds do not worsen...but &lt;br&gt; do try to think about it.) &lt;br&gt; Satish
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cs273/browse_thread/thread/973bcc1e0ea89a03/dbeb02b112be8ae2?show_docid=dbeb02b112be8ae2</guid>
  <author>
  sati...@eecs.berkeley.edu
  (Satish Rao)
  </author>
  <pubDate>Thu, 02 Dec 2010 02:18:44 UT
</pubDate>
  </item>
  <item>
  <title>Lecture 19, question 1</title>
  <link>http://groups.google.com/group/cs273/browse_thread/thread/3c139473e3db1699/e4fd5dc493c23bed?show_docid=e4fd5dc493c23bed</link>
  <description>
  &amp;quot;Show how to compute the height of a node (max distance to a leaf) in &lt;br&gt; the tree using list ranking&amp;quot; &lt;br&gt; &lt;p&gt;We&#39;re assuming that it&#39;s a binary tree, right? Are we also assuming &lt;br&gt; the same linked list structure as for the example computation of &lt;br&gt; numbering the leaves?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cs273/browse_thread/thread/3c139473e3db1699/e4fd5dc493c23bed?show_docid=e4fd5dc493c23bed</guid>
  <author>
  a...@berkeley.edu
  (aditi)
  </author>
  <pubDate>Wed, 01 Dec 2010 23:24:51 UT
</pubDate>
  </item>
  <item>
  <title>Question 1 lecture 14</title>
  <link>http://groups.google.com/group/cs273/browse_thread/thread/973bcc1e0ea89a03/237b3861cb1202c6?show_docid=237b3861cb1202c6</link>
  <description>
  You should modify the algoirithm to stop if &lt;br&gt; every path is within (1+epsilon) of its shortest &lt;br&gt; OR the path has length less than $1/m^2$ of &lt;br&gt; the total. &lt;br&gt; The optimality condition changes slightly, &lt;br&gt; but the polynomial guarantee can be proven. &lt;br&gt; The other way it is unclear (and unknown &lt;br&gt; to me) how to do it... &lt;br&gt; Satish
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cs273/browse_thread/thread/973bcc1e0ea89a03/237b3861cb1202c6?show_docid=237b3861cb1202c6</guid>
  <author>
  sati...@eecs.berkeley.edu
  (Satish Rao)
  </author>
  <pubDate>Wed, 01 Dec 2010 21:23:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: talk outline...</title>
  <link>http://groups.google.com/group/cs273/browse_thread/thread/6bc26620f7b5322c/042b70b5545e46d8?show_docid=042b70b5545e46d8</link>
  <description>
  Hi Satish, &lt;br&gt; We met for feedback last Friday (11/19) - I am presenting the paper &lt;br&gt; hierarchical graph partitioning. You said you wanted to hear more &lt;br&gt; detail on the optimality of spectral bisection and the runtime of the &lt;br&gt; algorithm, so I have prepared that. Could we meet this Friday for the &lt;br&gt; final presenation?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cs273/browse_thread/thread/6bc26620f7b5322c/042b70b5545e46d8?show_docid=042b70b5545e46d8</guid>
  <author>
  ad...@eecs.berkeley.edu
  (Aditi S. Muralidharan)
  </author>
  <pubDate>Tue, 30 Nov 2010 22:08:49 UT
</pubDate>
  </item>
  <item>
  <title>talk outline...</title>
  <link>http://groups.google.com/group/cs273/browse_thread/thread/6bc26620f7b5322c/e15889b05e93ed42?show_docid=e15889b05e93ed42</link>
  <description>
  The talk outline &amp;quot;accept until&amp;quot; has been moved to tomorrow. &lt;br&gt; I did notice that the outline was actually due November 12. &lt;br&gt; Somehow, I thought it was my fault that everything &lt;br&gt; is not front loaded. It seems that some students also &lt;br&gt; bear a significant amount of responsibility. Hmmm... &lt;br&gt; In any case, get scheduling! (If I did not respond
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cs273/browse_thread/thread/6bc26620f7b5322c/e15889b05e93ed42?show_docid=e15889b05e93ed42</guid>
  <author>
  sati...@eecs.berkeley.edu
  (Satish Rao)
  </author>
  <pubDate>Mon, 29 Nov 2010 17:54:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: concern about 8 assignments</title>
  <link>http://groups.google.com/group/cs273/browse_thread/thread/6bc26620f7b5322c/cbe1375735ed4435?show_docid=cbe1375735ed4435</link>
  <description>
  Just turn everything in soon. &lt;br&gt; Satish
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cs273/browse_thread/thread/6bc26620f7b5322c/cbe1375735ed4435?show_docid=cbe1375735ed4435</guid>
  <author>
  sati...@eecs.berkeley.edu
  (Satish Rao)
  </author>
  <pubDate>Mon, 29 Nov 2010 17:35:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: concern about 8 assignments</title>
  <link>http://groups.google.com/group/cs273/browse_thread/thread/6bc26620f7b5322c/c073471bb73f7786?show_docid=c073471bb73f7786</link>
  <description>
  It seems that the assignment for lecture 15 and the summary for lecture on &lt;br&gt; Nov 23 are due before the assignment for lecture 14. Do the dates hold &lt;br&gt; value, or does it just mean we need to turn in everything soon? &lt;br&gt; -Anuj
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cs273/browse_thread/thread/6bc26620f7b5322c/c073471bb73f7786?show_docid=c073471bb73f7786</guid>
  <author>
  anuj.tewar...@gmail.com
  (anuj tewari)
  </author>
  <pubDate>Mon, 29 Nov 2010 06:17:08 UT
</pubDate>
  </item>
  <item>
  <title>concern about 8 assignments</title>
  <link>http://groups.google.com/group/cs273/browse_thread/thread/6bc26620f7b5322c/f8f21ea9f1925ccb?show_docid=f8f21ea9f1925ccb</link>
  <description>
  OK, &lt;br&gt; I did put up 8 assignments (or so). Here is &lt;br&gt; my explanation (lame or not) to try &lt;br&gt; to calm some concerns. &lt;br&gt; I apologize  that the assignments are up  late, though &lt;br&gt; the notes have been available for a while. &lt;br&gt; While the work is not quite as front &lt;br&gt; loaded as planned, I do expect that &lt;br&gt; the material throughout the semester
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cs273/browse_thread/thread/6bc26620f7b5322c/f8f21ea9f1925ccb?show_docid=f8f21ea9f1925ccb</guid>
  <author>
  sati...@eecs.berkeley.edu
  (Satish Rao)
  </author>
  <pubDate>Tue, 23 Nov 2010 18:30:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: Talk outline and schedule</title>
  <link>http://groups.google.com/group/cs273/browse_thread/thread/82ec7cdac7971c9d/ecb0754bd2fa1e13?show_docid=ecb0754bd2fa1e13</link>
  <description>
  As I mentioned in class.. &lt;br&gt; 1) An outline of your talk.  &lt;br&gt; Powerpoint would work. &lt;br&gt; 2) After submitting we should meet &lt;br&gt; for a short meeting (say 15 minutes) &lt;br&gt; for you to get feedback.  &lt;br&gt; 3)  Then schedule an hour(ish) time with &lt;br&gt; me to present the &amp;quot;talk.&amp;quot; &lt;br&gt; Cheers, &lt;br&gt; Satish &lt;br&gt; ----- Original Message ----- &lt;br&gt; To: cs273 &amp;lt;cs273@googlegroups.com&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cs273/browse_thread/thread/82ec7cdac7971c9d/ecb0754bd2fa1e13?show_docid=ecb0754bd2fa1e13</guid>
  <author>
  sati...@eecs.berkeley.edu
  (Satish Rao)
  </author>
  <pubDate>Sat, 13 Nov 2010 16:34:35 UT
</pubDate>
  </item>
  <item>
  <title>Talk outline and schedule</title>
  <link>http://groups.google.com/group/cs273/browse_thread/thread/82ec7cdac7971c9d/fd54bf0d9085ada6?show_docid=fd54bf0d9085ada6</link>
  <description>
  What exactly are we supposed to submit? A description of our talk? &lt;br&gt; Powerpoint slides?. Also, are we supposed to pick a date, or date and &lt;br&gt; time.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cs273/browse_thread/thread/82ec7cdac7971c9d/fd54bf0d9085ada6?show_docid=fd54bf0d9085ada6</guid>
  <author>
  a...@berkeley.edu
  (aditi)
  </author>
  <pubDate>Sat, 13 Nov 2010 02:10:25 UT
</pubDate>
  </item>
  </channel>
</rss>
