<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Unique Number Generation' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Unique Number Generation' posted on the 'Algorithms' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2012 Programmers Heaven</copyright>
    <pubDate>Thu, 09 Feb 2012 09:17:48 -0800</pubDate>
    <lastBuildDate>Thu, 09 Feb 2012 09:17:48 -0800</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Unique Number Generation</title>
      <link>http://www.programmersheaven.com/mb/Algorithms/409069/409069/unique-number-generation/</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
Suppose I have a list of numbers, say (a,b....n) i want to generate a unique number say u so that no other list, say (a1,b1... n1) will not give a number u1 and u!=u1 if (a,b...n)!=(a1,b1...n1)&lt;br /&gt;
&lt;br /&gt;
More over (a,b,...n) is same list as (b,a...n), so they should both generate u, ie order does not matter.&lt;br /&gt;
&lt;br /&gt;
Any one has any idea?&lt;br /&gt;
&lt;br /&gt;
What i came up with is (a+b+...n)+(a*b*...*n), can this fail in any time?&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Jishnu&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Algorithms/409069/409069/unique-number-generation/</guid>
      <pubDate>Tue, 10 Nov 2009 23:35:44 -0800</pubDate>
      <category>Algorithms</category>
    </item>
  </channel>
</rss>
