<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Wed, 10 Jun 2026 09:03:51 +0000</lastBuildDate>
    <item>
      <title>(C) String Hash Table - jaircazarin</title>
      <link>https://snipplr.com/view/9022/string-hash-table</link>
      <description>&lt;p&gt;Implement a hash table for strings&lt;/p&gt;</description>
      <pubDate>Wed, 15 Oct 2008 01:40:56 UTC</pubDate>
      <guid>https://snipplr.com/view/9022/string-hash-table</guid>
    </item>
    <item>
      <title>(C) Type of Triangle - jaircazarin</title>
      <link>https://snipplr.com/view/8928/type-of-triangle</link>
      <description>&lt;p&gt;Given a, b, c find which kind of triangle can be build with those values.&lt;/p&gt;</description>
      <pubDate>Fri, 10 Oct 2008 02:04:14 UTC</pubDate>
      <guid>https://snipplr.com/view/8928/type-of-triangle</guid>
    </item>
    <item>
      <title>(C) Delete Characters. - jaircazarin</title>
      <link>https://snipplr.com/view/8925/delete-characters</link>
      <description>&lt;p&gt;Given string a and b. Delete all characters of a that are in b.&lt;/p&gt;</description>
      <pubDate>Fri, 10 Oct 2008 01:19:42 UTC</pubDate>
      <guid>https://snipplr.com/view/8925/delete-characters</guid>
    </item>
    <item>
      <title>(C) Find Sorted Array Rotation - jaircazarin</title>
      <link>https://snipplr.com/view/8919/find-sorted-array-rotation</link>
      <description>&lt;p&gt;Implement the following function, FindSortedArrayRotation, which takes as its input an array of unique integers that has been sorted in ascending order, then rotated by an unknown amount X where 0 &lt;= X &lt;= (arrayLength - 1). An array rotation by amount X moves every element array[i] to array[(i + X) % arrayLength]. FindSortedArrayRotation discovers and returns X by examining the array.&#13;
&#13;
Consider performance, memory utilization and code clarity and elegance&#13;
of the solution when implementing the function.&lt;/p&gt;</description>
      <pubDate>Thu, 09 Oct 2008 17:26:05 UTC</pubDate>
      <guid>https://snipplr.com/view/8919/find-sorted-array-rotation</guid>
    </item>
    <item>
      <title>(C) Delete Repeated Numbers - jaircazarin</title>
      <link>https://snipplr.com/view/8906/delete-repeated-numbers</link>
      <description>&lt;p&gt;Given a sorted array return the new length of the array with no-repeated numbers.&#13;
&#13;
Interesting test cases:&#13;
&#13;
* All the same number&#13;
* No repetitions&#13;
* Empty array&#13;
* Negative size&#13;
* One element&lt;/p&gt;</description>
      <pubDate>Thu, 09 Oct 2008 03:02:36 UTC</pubDate>
      <guid>https://snipplr.com/view/8906/delete-repeated-numbers</guid>
    </item>
    <item>
      <title>(C) Maximum sub-array sum - jaircazarin</title>
      <link>https://snipplr.com/view/8757/maximum-subarray-sum</link>
      <description>&lt;p&gt;Given an array of integers, find the sub-array with maximum sum.&#13;
&#13;
Interesting test cases:&#13;
&#13;
* Empty array.&#13;
* One positive element.&#13;
* One negative element.&#13;
* Two or more elements.&#13;
* All negative.&#13;
* All positive.&lt;/p&gt;</description>
      <pubDate>Wed, 01 Oct 2008 15:58:38 UTC</pubDate>
      <guid>https://snipplr.com/view/8757/maximum-subarray-sum</guid>
    </item>
  </channel>
</rss>
