﻿<?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 / elenashutova / 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:14:28 -0700</pubDate>
<language>en</language>
<item>
<title><![CDATA[To make a copy of a linked list that has an extra pointer]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/to-make-a-copy-of-a-linked-list-that-has-an-extra-pointer/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/to-make-a-copy-of-a-linked-list-that-has-an-extra-pointer/</comments>
<pubDate>Wed, 27 Jan 2010 23:14:28 -0700</pubDate>
<dc:creator>elenashutova</dc:creator>
<category>Programming Interview Questions</category>
<guid>http://commoninterview.com/Programming_Interview_Questions/to-make-a-copy-of-a-linked-list-that-has-an-extra-pointer/</guid>
<description><![CDATA[Make a seprate copy of a linked list that has an extra pointer than the regular ones. This pointer points to any random node in the list.<br /><br />i.e.::node structure is--- <br /><br />struct node {<br /><br />type element<br />node *next;<br />node *other;<br />};<br /><br />You are provided with head pointer eg. *other pointer of first node can point to middle node and *other pointer of last node can point to frist node.<br /><br/><br/>2 Vote(s) ]]></description>
</item>

</channel>
</rss>

