<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Some general questions.</title>
	<atom:link href="http://apollonius.cs.utah.edu/classes/algorithmsf07/?feed=rss2&#038;p=76" rel="self" type="application/rss+xml" />
	<link>http://apollonius.cs.utah.edu/classes/algorithmsf07/2007/12/06/76/</link>
	<description>Suresh Venkatasubramanian // MEB 3105 // MW 1045-1205</description>
	<pubDate>Tue, 24 Nov 2009 03:10:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: admin</title>
		<link>http://apollonius.cs.utah.edu/classes/algorithmsf07/2007/12/06/76/#comment-190</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 13 Dec 2007 02:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://apollonius.cs.utah.edu/classes/algorithmsf07/2007/12/06/76/#comment-190</guid>
		<description>I think there's a fairly strong sentiment towards incorporating programming in a systematic way throughout the class, and I think the one thing I'll try to change for next time is to throw in a reasonable programming element. 

Z brought a number of interesting ACM programming competition problems to my attention, and  I think that's a good source of material. They also have a nice infrastructure for submitting and evaluating code.</description>
		<content:encoded><![CDATA[<p>I think there&#8217;s a fairly strong sentiment towards incorporating programming in a systematic way throughout the class, and I think the one thing I&#8217;ll try to change for next time is to throw in a reasonable programming element. </p>
<p>Z brought a number of interesting ACM programming competition problems to my attention, and  I think that&#8217;s a good source of material. They also have a nice infrastructure for submitting and evaluating code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A. Star, M. Carlo, David N. Conquer, etc.</title>
		<link>http://apollonius.cs.utah.edu/classes/algorithmsf07/2007/12/06/76/#comment-189</link>
		<dc:creator>A. Star, M. Carlo, David N. Conquer, etc.</dc:creator>
		<pubDate>Thu, 13 Dec 2007 01:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://apollonius.cs.utah.edu/classes/algorithmsf07/2007/12/06/76/#comment-189</guid>
		<description>I've always really liked projects, and something team-based (maybe with presentations) would seem very beneficial for this class. That way, if some team is really interested in sorting (for a simple example) they might show the details of different sorting algorithms beyond big-oh complexity (for example often you're given an almost sorted list so different algorithms work better with certain inputs, or for small n constants matter, etc).
I think anything that can be demoed would be cool, limiting it to web-demos only seems to knock out a lot of power that the other languages have.
As far as what we did cover, I really liked the demos shown in class (the day we were in 3147). It seemed like the randomized algorithms portion was a little rushed - I would have liked to spend more time on that, because I think it's the part of the course I now understand the least (admittedly that might just be because I associate it with the PCP stuff).
As far as my comments as to the final...I really liked how we could answer sub problems independently (answering 1.b without answering 1.a, etc.). I didn't like how much it differed from the homework. It seemed like the HW problems were all along the lines of "here's a problem, what's an algorithm that would solve it?" whereas the test had "here's an algorithm, analyze the smeg out of it". (I do realize that this format is what allowed the independent answering, but hey - double edged sword). 
Going back to programmin', one advantage of having programing problems for each assignment is that we'd have a better sense as to whether or not we got the question right. If questions were along the lines of "Here's a problem, here's what your input looks like, here's what you output should look like, and here're some examples, go." (much like the ACM problems) then I think that would be cool. A problem is (and maybe (although I'm really hoping not) this is just me) whenever there's coding involved it takes a lot longer due to debugging.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve always really liked projects, and something team-based (maybe with presentations) would seem very beneficial for this class. That way, if some team is really interested in sorting (for a simple example) they might show the details of different sorting algorithms beyond big-oh complexity (for example often you&#8217;re given an almost sorted list so different algorithms work better with certain inputs, or for small n constants matter, etc).<br />
I think anything that can be demoed would be cool, limiting it to web-demos only seems to knock out a lot of power that the other languages have.<br />
As far as what we did cover, I really liked the demos shown in class (the day we were in 3147). It seemed like the randomized algorithms portion was a little rushed - I would have liked to spend more time on that, because I think it&#8217;s the part of the course I now understand the least (admittedly that might just be because I associate it with the PCP stuff).<br />
As far as my comments as to the final&#8230;I really liked how we could answer sub problems independently (answering 1.b without answering 1.a, etc.). I didn&#8217;t like how much it differed from the homework. It seemed like the HW problems were all along the lines of &#8220;here&#8217;s a problem, what&#8217;s an algorithm that would solve it?&#8221; whereas the test had &#8220;here&#8217;s an algorithm, analyze the smeg out of it&#8221;. (I do realize that this format is what allowed the independent answering, but hey - double edged sword).<br />
Going back to programmin&#8217;, one advantage of having programing problems for each assignment is that we&#8217;d have a better sense as to whether or not we got the question right. If questions were along the lines of &#8220;Here&#8217;s a problem, here&#8217;s what your input looks like, here&#8217;s what you output should look like, and here&#8217;re some examples, go.&#8221; (much like the ACM problems) then I think that would be cool. A problem is (and maybe (although I&#8217;m really hoping not) this is just me) whenever there&#8217;s coding involved it takes a lot longer due to debugging.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://apollonius.cs.utah.edu/classes/algorithmsf07/2007/12/06/76/#comment-188</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 12 Dec 2007 05:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://apollonius.cs.utah.edu/classes/algorithmsf07/2007/12/06/76/#comment-188</guid>
		<description>Duly noted. thanks for the feedback.</description>
		<content:encoded><![CDATA[<p>Duly noted. thanks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Back from Vegas!</title>
		<link>http://apollonius.cs.utah.edu/classes/algorithmsf07/2007/12/06/76/#comment-187</link>
		<dc:creator>Back from Vegas!</dc:creator>
		<pubDate>Wed, 12 Dec 2007 05:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://apollonius.cs.utah.edu/classes/algorithmsf07/2007/12/06/76/#comment-187</guid>
		<description>Prof. Suresh, one suggestion for improvement is the final exam style. This test was really gruelling. This should also have been done in the Midterm style with some choice. Also, some questions would best have been asked in assignments, where we have more time (&#62;4 days) to think and may be learn some math, without so much heat from other exams. Hope you find this useful.</description>
		<content:encoded><![CDATA[<p>Prof. Suresh, one suggestion for improvement is the final exam style. This test was really gruelling. This should also have been done in the Midterm style with some choice. Also, some questions would best have been asked in assignments, where we have more time (&gt;4 days) to think and may be learn some math, without so much heat from other exams. Hope you find this useful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
