<?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: Data Compression</title>
	<atom:link href="https://www.emblogic.com/blog/07/data-compression/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/07/data-compression/</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Mon, 07 Oct 2013 04:00:03 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: himanshu</title>
		<link>https://www.emblogic.com/blog/07/data-compression/#comment-666</link>
		<dc:creator><![CDATA[himanshu]]></dc:creator>
		<pubDate>Wed, 14 Mar 2012 06:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=12#comment-666</guid>
		<description><![CDATA[string: she sells sea shells...
Two loops, inner and outer.
outer loop: assign a variable with 1st character and increment
inner loop: check if variable = next character of string.if yes then next iteration(continue) if no then read the char in a buffer.
note:characters may be read again and again for which buffer is also needed to be compared every time inner loop finishes.For that buffer index must be made zero when in outer loop.]]></description>
		<content:encoded><![CDATA[<p>string: she sells sea shells&#8230;<br />
Two loops, inner and outer.<br />
outer loop: assign a variable with 1st character and increment<br />
inner loop: check if variable = next character of string.if yes then next iteration(continue) if no then read the char in a buffer.<br />
note:characters may be read again and again for which buffer is also needed to be compared every time inner loop finishes.For that buffer index must be made zero when in outer loop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit.verma</title>
		<link>https://www.emblogic.com/blog/07/data-compression/#comment-536</link>
		<dc:creator><![CDATA[amit.verma]]></dc:creator>
		<pubDate>Sun, 22 Jan 2012 18:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=12#comment-536</guid>
		<description><![CDATA[i am able to fetch data from a file and save it in an array ,
now i am stuck up in the part where i have to fetch each char in such a manner that it occurs only once.]]></description>
		<content:encoded><![CDATA[<p>i am able to fetch data from a file and save it in an array ,<br />
now i am stuck up in the part where i have to fetch each char in such a manner that it occurs only once.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
