<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Space-efficient list rotation</title>
	<atom:link href="http://eli.thegreenplace.net/2008/08/29/space-efficient-list-rotation/feed/" rel="self" type="application/rss+xml" />
	<link>http://eli.thegreenplace.net/2008/08/29/space-efficient-list-rotation/</link>
	<description>Eli Bendersky's personal website</description>
	<pubDate>Wed, 07 Jan 2009 22:06:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: eliben</title>
		<link>http://eli.thegreenplace.net/2008/08/29/space-efficient-list-rotation/comment-page-1/#comment-150715</link>
		<dc:creator>eliben</dc:creator>
		<pubDate>Tue, 06 Jan 2009 16:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2008/08/29/space-efficient-list-rotation/#comment-150715</guid>
		<description>Rotating a vector left is moving all its items one to the left, with the leftmost item moving into the rightmost position.

For example, [1, 2, 3, 4] rotate left by 1 is [2, 3, 4, 1]. [1, 2, 3, 4] rotated left by 2 is [3, 4, 1, 2], and so on.</description>
		<content:encoded><![CDATA[<p>Rotating a vector left is moving all its items one to the left, with the leftmost item moving into the rightmost position.</p>
<p>For example, [1, 2, 3, 4] rotate left by 1 is [2, 3, 4, 1]. [1, 2, 3, 4] rotated left by 2 is [3, 4, 1, 2], and so on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna</title>
		<link>http://eli.thegreenplace.net/2008/08/29/space-efficient-list-rotation/comment-page-1/#comment-150660</link>
		<dc:creator>Krishna</dc:creator>
		<pubDate>Tue, 06 Jan 2009 09:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2008/08/29/space-efficient-list-rotation/#comment-150660</guid>
		<description>Hi i was trying to figure out what the follwoing sentence mean.

"Can you rotate the vector in time proportional to n"

Can you please explain with an example

Mark.</description>
		<content:encoded><![CDATA[<p>Hi i was trying to figure out what the follwoing sentence mean.</p>
<p>&#8220;Can you rotate the vector in time proportional to n&#8221;</p>
<p>Can you please explain with an example</p>
<p>Mark.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
