<?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: Retro Data Structures	</title>
	<atom:link href="https://operationsysadmin.mechanicjay.com/retro-data-structures/feed/" rel="self" type="application/rss+xml" />
	<link>https://operationsysadmin.mechanicjay.com/retro-data-structures/</link>
	<description>Adventures in Technology</description>
	<lastBuildDate>Thu, 03 Nov 2016 22:03:27 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>
		By: Jason		</title>
		<link>https://operationsysadmin.mechanicjay.com/retro-data-structures/comment-page-1/#comment-32</link>

		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Thu, 03 Nov 2016 21:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://operationsysadmin.smbfc.net/?p=150#comment-32</guid>

					<description><![CDATA[A helpful reader has informed me that my line 110 above, calculating the start position in a 2D matrix is helplessly incorrect.

Indeed, he&#039;s right!! Ouch -- this is what I get for theorizing through a solution, without actually testing the code.

The reader indicates that a line:
&lt;pre&gt;&lt;code&gt;110 START=( (X-1)*ROW + (Y-1) )*MAXLEN + 1&lt;/code&gt;&lt;/pre&gt;
Will have the intended result.  My original line, simply results in x+y :(]]></description>
			<content:encoded><![CDATA[<p>A helpful reader has informed me that my line 110 above, calculating the start position in a 2D matrix is helplessly incorrect.</p>
<p>Indeed, he&#8217;s right!! Ouch &#8212; this is what I get for theorizing through a solution, without actually testing the code.</p>
<p>The reader indicates that a line:</p>
<pre><code>110 START=( (X-1)*ROW + (Y-1) )*MAXLEN + 1</code></pre>
<p>Will have the intended result.  My original line, simply results in x+y 🙁</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
