<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>GeeksforGeeks &#187; Recent Topics</title>
		<link>http://geeksforgeeks.org/forum/</link>
		<description>Coming together of Geeks</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Feb 2012 02:33:01 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://geeksforgeeks.org/forum/search.php</link>
		</textInput>
		<atom:link href="http://geeksforgeeks.org/forum/rss/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>lalit on "Amazon Interview Question for Software Engineer/Developer (Fresher) about Algorithms"</title>
			<link>http://geeksforgeeks.org/forum/topic/amazon-interview-question-for-software-engineerdeveloper-fresher-about-algorithms-29#post-30012</link>
			<pubDate>Fri, 30 Sep 2011 16:53:33 +0000</pubDate>
			<dc:creator>lalit</dc:creator>
			<guid isPermaLink="false">30012@http://geeksforgeeks.org/forum/</guid>
			<description>&#60;p&#62;implement a func node *(char *word){}&#60;br /&#62;
wich returns a link list of words dat are anagrams with the input word..if no anagrams found return NULL and add that word to the link list&#60;/p&#62;
&#60;p&#62;given structure of list as&#60;br /&#62;
struct node {&#60;br /&#62;
struct node *next;&#60;br /&#62;
char val[101];&#60;br /&#62;
};
&#60;/p&#62;</description>
		</item>
		<item>
			<title>abzx12@gmail.com on "data structures : amazon"</title>
			<link>http://geeksforgeeks.org/forum/topic/data-structures-amazon#post-36408</link>
			<pubDate>Mon, 06 Feb 2012 21:43:42 +0000</pubDate>
			<dc:creator>abzx12@gmail.com</dc:creator>
			<guid isPermaLink="false">36408@http://geeksforgeeks.org/forum/</guid>
			<description>&#60;p&#62;Given numbers 1 to 1000, suggest a data structure to store them such that following operations can be executed in constant time:&#60;br /&#62;
1- insertion,&#60;br /&#62;
2- deletion,&#60;br /&#62;
3- searching,&#60;br /&#62;
4- get_any_number (means return any number if present in the data-structure otherwise return -1).&#60;/p&#62;
&#60;p&#62;NOTE: Numbers are unique in the data structure.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>t5 on "Amazon Interview Question for Software Engineer/Developer about Algorithms"</title>
			<link>http://geeksforgeeks.org/forum/topic/amazon-interview-question-for-software-engineerdeveloper-about-algorithms-90#post-31518</link>
			<pubDate>Thu, 03 Nov 2011 14:26:28 +0000</pubDate>
			<dc:creator>t5</dc:creator>
			<guid isPermaLink="false">31518@http://geeksforgeeks.org/forum/</guid>
			<description>&#60;p&#62;for a given file(80 column and 100 lines) find in how many lines a word occur. the answer is like: &#60;/p&#62;
&#60;p&#62;&#34;the&#34; in line 5,8,23.&#60;br /&#62;
&#34;name&#34; in line 45,23...&#60;/p&#62;
&#60;p&#62;for all the words.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lokesh on "Amazon Interview Question for Software Engineer/Developer about Arrays"</title>
			<link>http://geeksforgeeks.org/forum/topic/amazon-interview-question-for-software-engineerdeveloper-about-arrays-37#post-31340</link>
			<pubDate>Mon, 31 Oct 2011 08:49:29 +0000</pubDate>
			<dc:creator>lokesh</dc:creator>
			<guid isPermaLink="false">31340@http://geeksforgeeks.org/forum/</guid>
			<description>&#60;p&#62;Given two arrays, one is 1D array and other is 2D array. U need to find out whether 2D array contains the subset of 1D array.  The elements of 1D array not neccessary present in the same row it can be either on the up or down but should be continuous in the 2D array.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sudhir on "Amazon Interview Question for Software Engineer/Developer about Linked Lists"</title>
			<link>http://geeksforgeeks.org/forum/topic/amazon-interview-question-for-software-engineerdeveloper-about-linked-lists-12#post-30288</link>
			<pubDate>Fri, 07 Oct 2011 23:21:14 +0000</pubDate>
			<dc:creator>sudhir</dc:creator>
			<guid isPermaLink="false">30288@http://geeksforgeeks.org/forum/</guid>
			<description>&#60;p&#62;Perform inplace(we cant create new node)merge of two sorted linked lists.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sudhir on "Amazon Interview Question for Software Engineer/Developer about Data Structure"</title>
			<link>http://geeksforgeeks.org/forum/topic/amazon-interview-question-for-software-engineerdeveloper-about-data-structure-18#post-30285</link>
			<pubDate>Fri, 07 Oct 2011 23:21:09 +0000</pubDate>
			<dc:creator>sudhir</dc:creator>
			<guid isPermaLink="false">30285@http://geeksforgeeks.org/forum/</guid>
			<description>&#60;p&#62;What kind a data structure will you use to implement an Instant Search feature.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PsychoCoder on "How to find out the position of a msb in a number?"</title>
			<link>http://geeksforgeeks.org/forum/topic/how-to-find-out-the-position-of-a-msb-in-a-number#post-36403</link>
			<pubDate>Mon, 06 Feb 2012 19:16:13 +0000</pubDate>
			<dc:creator>PsychoCoder</dc:creator>
			<guid isPermaLink="false">36403@http://geeksforgeeks.org/forum/</guid>
			<description>&#60;p&#62;Running time as faster as you can. Logarithmic time expected !!&#60;/p&#62;
&#60;p&#62;Do not use in built log function or __builtin_clz
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tushar Roy on "Largest Palindrome in a string"</title>
			<link>http://geeksforgeeks.org/forum/topic/largest-palindrome-in-a-string#post-369</link>
			<pubDate>Sat, 27 Mar 2010 11:28:52 +0000</pubDate>
			<dc:creator>Tushar Roy</dc:creator>
			<guid isPermaLink="false">369@http://geeksforgeeks.org/forum/</guid>
			<description>&#60;p&#62;How to find the largest palindrome in the string??
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anji.swe on "Tree Helical order traversal"</title>
			<link>http://geeksforgeeks.org/forum/topic/tree-helical-order-traversal#post-36400</link>
			<pubDate>Mon, 06 Feb 2012 16:24:40 +0000</pubDate>
			<dc:creator>anji.swe</dc:creator>
			<guid isPermaLink="false">36400@http://geeksforgeeks.org/forum/</guid>
			<description>&#60;p&#62;Any body, give a program / logic to traverse a tree in helical order&#60;/p&#62;
&#60;p&#62;ex:&#60;br /&#62;
tree:&#60;br /&#62;
                                                  1&#60;br /&#62;
                                         2                     3&#60;br /&#62;
                                     4     5              6    7 &#60;/p&#62;
&#60;p&#62;Out Put:&#60;br /&#62;
1 2 3 7 6 5 4 or 1 3 2  4 5 6 7
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dheeraj on "Amazon Interview Question for Software Engineer/Developer about Arrays"</title>
			<link>http://geeksforgeeks.org/forum/topic/amazon-interview-question-for-software-engineerdeveloper-about-arrays-39#post-34469</link>
			<pubDate>Thu, 15 Dec 2011 22:19:45 +0000</pubDate>
			<dc:creator>dheeraj</dc:creator>
			<guid isPermaLink="false">34469@http://geeksforgeeks.org/forum/</guid>
			<description>&#60;p&#62;Given an array-based heap on n elements and a real number x, efficiently determine whether the kth smallest element in the heap is greater than or equal to x. Your algorithm should be O(k) in the worst-case, independent of the size of the heap.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>k53 on "Precedence"</title>
			<link>http://geeksforgeeks.org/forum/topic/precedence-1#post-35944</link>
			<pubDate>Sat, 21 Jan 2012 18:34:46 +0000</pubDate>
			<dc:creator>k53</dc:creator>
			<guid isPermaLink="false">35944@http://geeksforgeeks.org/forum/</guid>
			<description>&#60;p&#62;Please explain the associativity and order of execution in this statement&#60;br /&#62;
b= a + ++b + (a-b);&#60;br /&#62;
() has the highest precedence. but a-b is not executed first..&#60;br /&#62;
It is just executed from left to right
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gupta5035 on "Amazon Banglore Online Written"</title>
			<link>http://geeksforgeeks.org/forum/topic/amazon-banglore-online-written-3#post-36269</link>
			<pubDate>Thu, 26 Jan 2012 13:17:31 +0000</pubDate>
			<dc:creator>gupta5035</dc:creator>
			<guid isPermaLink="false">36269@http://geeksforgeeks.org/forum/</guid>
			<description>&#60;p&#62;You are given a function printKDistanceNodes which takes in a root node of a binary tree, a start node and an integer K. Complete the function to print the value of all the nodes (one-per-line) which are a K distance from the given start node in sorted order. Distance can be upwards or downwards.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gopal on "Amazon Interview Question for Software Engineer/Developer (0 - 2 Years) about Algorithms"</title>
			<link>http://geeksforgeeks.org/forum/topic/amazon-interview-question-for-software-engineerdeveloper-0-2-years-about-algorithms-17#post-34305</link>
			<pubDate>Tue, 13 Dec 2011 08:49:01 +0000</pubDate>
			<dc:creator>gopal</dc:creator>
			<guid isPermaLink="false">34305@http://geeksforgeeks.org/forum/</guid>
			<description>&#60;p&#62;write an algorithm finding the no.of one bits from 1 to n,for given any n value.&#60;br /&#62;
complexity should be good&#60;br /&#62;
example:&#60;br /&#62;
1=1&#60;br /&#62;
2=10&#60;br /&#62;
3=11&#60;br /&#62;
4=100&#60;br /&#62;
5=101&#60;br /&#62;
6=110&#60;br /&#62;
.&#60;br /&#62;
.&#60;br /&#62;
if n=3 then ur answer is 4&#60;br /&#62;
if n=6 then ur answer is 9&#60;/p&#62;
&#60;p&#62;Interviewer is looking for an algo in O(log n)time complexity
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rohit on "Amazon Interview Question for Software Engineer/Developer about Algorithms"</title>
			<link>http://geeksforgeeks.org/forum/topic/amazon-interview-question-for-software-engineerdeveloper-about-algorithms-92#post-31627</link>
			<pubDate>Sat, 05 Nov 2011 20:05:36 +0000</pubDate>
			<dc:creator>Rohit</dc:creator>
			<guid isPermaLink="false">31627@http://geeksforgeeks.org/forum/</guid>
			<description>&#60;p&#62;Get the depth of a tree without using recursion
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saurabhgeek on "Amazon placement"</title>
			<link>http://geeksforgeeks.org/forum/topic/amazon-placement#post-36391</link>
			<pubDate>Mon, 06 Feb 2012 03:08:48 +0000</pubDate>
			<dc:creator>saurabhgeek</dc:creator>
			<guid isPermaLink="false">36391@http://geeksforgeeks.org/forum/</guid>
			<description>&#60;p&#62;You are given a linked list. Apart from the normal &#34;Next&#34; pointer, there is one more pointer(random ptr) in each node which points to some random node of the list. How will you create a clone of such a list? (In less than O(n^2))
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Name: on "Amazon Interview Question for Software Engineer/Developer (0 - 2 Years)"</title>
			<link>http://geeksforgeeks.org/forum/topic/amazon-interview-question-for-software-engineerdeveloper-0-2-years-7#post-35245</link>
			<pubDate>Mon, 02 Jan 2012 14:58:11 +0000</pubDate>
			<dc:creator>Name:</dc:creator>
			<guid isPermaLink="false">35245@http://geeksforgeeks.org/forum/</guid>
			<description>&#60;p&#62;You are given a function printMostFrequentWords which takes in an array of strings. You are required to print a list of all the letters that occurred with the highest frequency in each line of the array, followed by the frequency.&#60;br /&#62;
The list of letters should be an alphabetical list of upper case letters followed by an alphabetical list of lower case letters.&#60;br /&#62;
Sample Test Cases: &#60;/p&#62;
&#60;p&#62;Input #00:&#60;br /&#62;
When riding your bicycle backwards down a one-way street, if the&#60;br /&#62;
wheel falls of a canoe, how many ball bearings does it take to fill&#60;br /&#62;
up a water buffalo?&#60;br /&#62;
Hello Howard.&#60;/p&#62;
&#60;p&#62;Output #00:&#60;br /&#62;
e 6&#60;br /&#62;
al 7&#60;br /&#62;
a 3&#60;br /&#62;
Hlo 2
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rahul on "Amazon Interview Question for Software Engineer/Developer (Fresher) about Arrays"</title>
			<link>http://geeksforgeeks.org/forum/topic/amazon-interview-question-for-software-engineerdeveloper-fresher-about-arrays-9#post-35674</link>
			<pubDate>Fri, 13 Jan 2012 09:17:37 +0000</pubDate>
			<dc:creator>rahul</dc:creator>
			<guid isPermaLink="false">35674@http://geeksforgeeks.org/forum/</guid>
			<description>&#60;p&#62;Given an array (length n), we need to find the subarray (length k) such that the sum of the first j elements of the subarray equals the sum of the remaining (k-j) elements of the subarray.&#60;br /&#62;
For e.g.&#60;br /&#62;
Array: 2,2,13,4,7,3,8,12,9,1,5&#60;br /&#62;
Output: 4,7,3,8,12,9,1 [4+7+3+8=12+9+1]&#60;br /&#62;
Could this be done with a complexity better than O(n^3)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

