<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - helloworlder</title>
<link>http://snipplr.com/users/helloworlder/tags/1D</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 23:50:44 GMT</pubDate>
<item>
<title>(Pseudocode) 2D array to 1D array conversion</title>
<link>http://snipplr.com/view/17837/2d-array-to-1d-array-conversion/</link>
<description><![CDATA[ <p>Convert a coordinate (x,y) into the index for a 1D array. For example, the coordinate (3,1) would be at array index 8 if there are 5 columns.

Assumption: Arrays start at 0.</p> ]]></description>
<pubDate>Mon, 03 Aug 2009 10:15:45 GMT</pubDate>
<guid>http://snipplr.com/view/17837/2d-array-to-1d-array-conversion/</guid>
</item>
</channel>
</rss>