<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - edwarddr</title>
<link>http://snipplr.com/users/edwarddr</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 12:19:45 GMT</pubDate>
<item>
<title>(Java) Trie with LinkedList</title>
<link>http://snipplr.com/view/65890/trie-with-linkedlist/</link>
<description><![CDATA[ <p>A short practice to write a trie with LinkedList for all the valid words</p> ]]></description>
<pubDate>Sun, 01 Jul 2012 10:09:41 GMT</pubDate>
<guid>http://snipplr.com/view/65890/trie-with-linkedlist/</guid>
</item>
<item>
<title>(Java) SubsetGenerator</title>
<link>http://snipplr.com/view/64978/subsetgenerator/</link>
<description><![CDATA[ <p>A short java sample of generating all the possible subset given a list.</p> ]]></description>
<pubDate>Tue, 22 May 2012 02:54:08 GMT</pubDate>
<guid>http://snipplr.com/view/64978/subsetgenerator/</guid>
</item>
<item>
<title>(Java) reverse a single linked list</title>
<link>http://snipplr.com/view/64963/reverse-a-single-linked-list/</link>
<description><![CDATA[ <p>It's sample code of reversing a linked list with either recursive or non-recursive.</p> ]]></description>
<pubDate>Mon, 21 May 2012 08:41:18 GMT</pubDate>
<guid>http://snipplr.com/view/64963/reverse-a-single-linked-list/</guid>
</item>
<item>
<title>(Java) runningSum</title>
<link>http://snipplr.com/view/64957/runningsum/</link>
<description><![CDATA[ <p>It's a piece of code that calculate the sum from a sequence of number that inserted into the program in a certain duration. This is an example of using multiple threads.</p> ]]></description>
<pubDate>Sat, 19 May 2012 09:06:50 GMT</pubDate>
<guid>http://snipplr.com/view/64957/runningsum/</guid>
</item>
</channel>
</rss>