<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - skiabox</title>
<link>http://snipplr.com/users/skiabox/tags/common</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 18:26:47 GMT</pubDate>
<item>
<title>(C) Find greatest common divisor (GCD) between two  numbers</title>
<link>http://snipplr.com/view/42913/find-greatest-common-divisor-gcd-between-two--numbers/</link>
<description><![CDATA[ <p>Let m and n be variables containing the two numbers.
If n is 0, then stop : m contains the GCD
Otherwise, compute the remainder when m is divided by n.
Copy n into m and copy the remainder into n.
Then repeat the process, starting with testing whether n is 0.</p> ]]></description>
<pubDate>Mon, 25 Oct 2010 23:22:05 GMT</pubDate>
<guid>http://snipplr.com/view/42913/find-greatest-common-divisor-gcd-between-two--numbers/</guid>
</item>
</channel>
</rss>