Re: [algogeeks] difference b/w static global variables and global variables

2012-02-25 Thread Akanksha .
Global variable are accessible from other file as well but static global variables are only accessible in that particular file. On Sat, Feb 25, 2012 at 10:21 PM, AMAN AGARWAL mnnit.a...@gmail.com wrote: Hi , Is there any difference b/w static global variables and global variables ???

[algogeeks] Re: Reconstruct BST from preorder traversal

2011-10-18 Thread akanksha
yah i also think that for an BST on preorder traversal is efficient to construct it again a tree :-) -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this

Re: [algogeeks] Sapient Help!!

2011-10-03 Thread Akanksha .
.. On Mon, Oct 3, 2011 at 6:09 PM, rajul jain rajuljain...@gmail.com wrote: Hi akanksha Thanks for your information .Today i have cleared my written, can you please share some information about both interview process specifically that attribute round  what sort of question they asked

[algogeeks] Re: Needed recursive sol

2011-10-01 Thread akanksha
int sum(int f0,int f1) { if(f1=1000) { int x= sum(f1,f0+f1); if(f1%2==0) x+=f1; return x; } else return 0; } -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send

Re: [algogeeks] Sapient Help!!

2011-09-30 Thread Akanksha .
is its procedure ? On Wed, Sep 28, 2011 at 9:32 PM, Akanksha . akanksha...@gmail.com wrote: wrk culture is gud mostly.. if u want to do gud technical wrk den avoid dis company otherwise if u r interested in management or nething like dat den u can go for it.. On Wed, Sep 28, 2011 at 8:15 PM

Re: [algogeeks] Sapient Help!!

2011-09-28 Thread Akanksha .
wrk culture is gud mostly.. if u want to do gud technical wrk den avoid dis company otherwise if u r interested in management or nething like dat den u can go for it.. On Wed, Sep 28, 2011 at 8:15 PM, rohit rajuljain...@gmail.com wrote: Is anybody know about sapient working culture? -- You

[algogeeks] Re: Modified binary search

2011-09-27 Thread akanksha
/* A program in which an array have an increasing sequence and an decreasing sequence . in these array search an element in o(n)time complexity these is also called rotated array */ #includeiostream #includecmath #includestdlib.h using namespace std; void search(int *array,int intial_index,int

[algogeeks] Re: MICROSOFT in VJTI mumbai

2011-09-13 Thread akanksha rathore
In our college (MNIT Jaipur) MicrosoftIT visited on 8th sept.Their interview was mainly based on software engineering and dbms and summer training project.DBMS sql queries and normalization.in software engineering different life cycle models.some situation based puzzles were also asked but they

Re: [algogeeks] ELitmus test

2011-09-11 Thread Akanksha .
they ll ask u questions related to quant , logical reasoning n verbal.. prepare well with the help of any cat material.. in qunat sections questions are mostly frm probability, perm n comb, number system etc.. in verbel section they ask u to rearrange sentences, read passage n ans q related to

Re: [algogeeks] Re: elitmus test

2011-08-25 Thread Akanksha .
I had taken d test but dnt remember d ques exactly.. but der were tough ques on quant including number system, probability etc.. on the verbal side der were ques for arranging of sentences, fill in the blanks wid given words, reading passages n ansring ques based on dem etc, den der were some ques

Re: [algogeeks] Elitmus test Help

2011-08-24 Thread Akanksha .
It is a general aptitude test.. they ask u ques on quant, verbel n problems solving skills.. prepare well if u r planning to take this test as ques r tough.. On Wed, Aug 24, 2011 at 11:45 PM, rohit rajuljain...@gmail.com wrote: Is anybody have any idea about pattern of elitmus test , Is It a C

Re: [algogeeks] Oracle Interview ..Need Help!!

2011-08-03 Thread Akanksha .
In our college they were also looking for the sound fundamentals of header files, libraries, macros etc. So be prepared with these also. On Thu, Aug 4, 2011 at 9:21 AM, umesh kewat umesh1...@gmail.com wrote: Better way of using DS, able to write good algo and programming puzzles Thanks