﻿<?phpxml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<channel>
<title>Common Interview Questions / Sergei / All</title>
<link>http://commoninterview.com</link>
<description>The source for Job Interview Questions and Job Search Networking</description>
<pubDate>Wed, 27 Jan 2010 22:22:43 -0700</pubDate>
<language>en</language>
<item>
<title><![CDATA[Find a loop in linked list]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/find-a-loop-in-linked-list/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/find-a-loop-in-linked-list/</comments>
<pubDate>Wed, 27 Jan 2010 23:22:43 -0700</pubDate>
<dc:creator>Sergei</dc:creator>
<category>Programming Interview Questions</category>
<guid>http://commoninterview.com/Programming_Interview_Questions/find-a-loop-in-linked-list/</guid>
<description><![CDATA[Given single linked list find if it has a circle. <br/><br/>7 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Exchange two numbers]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/exchange-two-numbers/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/exchange-two-numbers/</comments>
<pubDate>Wed, 27 Jan 2010 23:21:33 -0700</pubDate>
<dc:creator>Sergei</dc:creator>
<category>Programming Interview Questions</category>
<guid>http://commoninterview.com/Programming_Interview_Questions/exchange-two-numbers/</guid>
<description><![CDATA[Given two variables A and B, using 0-additional memory exchange their values. <br/><br/>4 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Calculate the amount of set bits in an unsigned 32-bit integer. ]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/calculate-the-amount-of-set-bits-in-an-unsigned-32-bit-integer--1/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/calculate-the-amount-of-set-bits-in-an-unsigned-32-bit-integer--1/</comments>
<pubDate>Wed, 27 Jan 2010 23:19:46 -0700</pubDate>
<dc:creator>Sergei</dc:creator>
<category>Programming Interview Questions</category>
<guid>http://commoninterview.com/Programming_Interview_Questions/calculate-the-amount-of-set-bits-in-an-unsigned-32-bit-integer--1/</guid>
<description><![CDATA[Write a function (C/C++/C#/Other) to return amout of bits in an unsigned 32-bit integer. <br/><br/>3 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Given the array of integer numbers. Find a non-empty sub-array with a maximum sum. ]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/given-the-array-of-integer-numbers-find-a-non-empty-sub-array-with-a-maximum-sum-/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/given-the-array-of-integer-numbers-find-a-non-empty-sub-array-with-a-maximum-sum-/</comments>
<pubDate>Wed, 27 Jan 2010 23:18:21 -0700</pubDate>
<dc:creator>Sergei</dc:creator>
<category>Programming Interview Questions</category>
<guid>http://commoninterview.com/Programming_Interview_Questions/given-the-array-of-integer-numbers-find-a-non-empty-sub-array-with-a-maximum-sum-/</guid>
<description><![CDATA[for example the input array is [-10, 10, -2, 10], in this case the sub array that has the biggest summ is [10, -2, 10], which is 18. <br/><br/>4 Vote(s) ]]></description>
</item>

</channel>
</rss>

