<?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: An &#8220;Adaptive&#8221; Move-to-Front Algorithm</title>
	<atom:link href="http://coder.bsimmons.name/blog/2009/11/an-adaptive-move-to-front-algorithm/feed/" rel="self" type="application/rss+xml" />
	<link>http://coder.bsimmons.name/blog/2009/11/an-adaptive-move-to-front-algorithm/</link>
	<description>fragmentary ideas  ䷿  intellectual what-nots  ䷷  and haskell programming  ䷴</description>
	<lastBuildDate>Thu, 22 Jul 2010 21:36:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jberryman</title>
		<link>http://coder.bsimmons.name/blog/2009/11/an-adaptive-move-to-front-algorithm/comment-page-1/#comment-172</link>
		<dc:creator>jberryman</dc:creator>
		<pubDate>Sun, 15 Nov 2009 22:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://coder.bsimmons.name/blog/?p=273#comment-172</guid>
		<description>Steve, thanks for commenting. I just checked out the BSTW algorithm, and what I invented above is exactly that, except that as you stated each new symbol that is encoded is followed by its symbol in the output stream, rather than storing the final permutation of the symbol dictionary separately.

I&#039;ll update the post with this info. Thanks for pointing that out!</description>
		<content:encoded><![CDATA[<p>Steve, thanks for commenting. I just checked out the BSTW algorithm, and what I invented above is exactly that, except that as you stated each new symbol that is encoded is followed by its symbol in the output stream, rather than storing the final permutation of the symbol dictionary separately.</p>
<p>I&#8217;ll update the post with this info. Thanks for pointing that out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://coder.bsimmons.name/blog/2009/11/an-adaptive-move-to-front-algorithm/comment-page-1/#comment-171</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 15 Nov 2009 21:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://coder.bsimmons.name/blog/?p=273#comment-171</guid>
		<description>It&#039;s a bit different, and I&#039;m not sure if you&#039;ve heard of it, but I encountered another adaptive move-to-front algorithm which is used as part of Algorithm BSTW. If a symbol has not yet been encoded, they output the N+1 followed by the symbol (where N is the number of unique symbols encoded so far).</description>
		<content:encoded><![CDATA[<p>It&#8217;s a bit different, and I&#8217;m not sure if you&#8217;ve heard of it, but I encountered another adaptive move-to-front algorithm which is used as part of Algorithm BSTW. If a symbol has not yet been encoded, they output the N+1 followed by the symbol (where N is the number of unique symbols encoded so far).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
