Dear Group members,

   i dont know who can help me now.but its grate help to me.
i strongly believe someone defintely help me by understand my 
situation
friends i have no harder programming skills that what u have.but i 
can try to improve my skills.
 if u know the soltions for below DataStrcutres ,C questions
plz send me.i need it badly.because i am having a test in one MNC on 
this week end.it will be great help to me..plz
i am missing very good company at final round and desprate very 
much.this is another good chance to me.if u send a sloution for one 
question also help me alot. thanks

urs,
ignitedmind4sucess



Write a C programmes for this questions

1) Given m-n sequence of numbers. Now assume that one number
between m-n is missing and another number is repeated twice.
How do you find the missing number and the repeated number.

2) Convert a given double linked list into a tree. 
with some constraints on how you should form a left child
and a right child and the print the numbers in ascending order.


3) Given a array which represents a tree. Find out
the distance between two elements.


4) Given two trees, you have to identify whether they
are isomorphic.

5) Given a binary tree create a circular linked list
such that the numbers should be in order.

6.) You have m-ary tree with n nodes having n distinct values 1, 
2, ... , n
Represent the tree in array. Size of array should be n. 
Construct tree from array ( complexity O(n))
Write routine to find depth of any node. Find height of tree. Find
order of both.

7. write a code to generate tree from  given preorder and inorder
sequence of numbers.

8. Write a routine to check that given binary tree is binary search
tree. (No global/static variables or extra memory should be used,
other than process stack. ) 

9.Given two nodes in binary tree find path between two nodes. 
      a. Pointer for 'parent' is available in node of tree
      b. 'parent' pointer is not available







------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/EbFolB/TM
--------------------------------------------------------------------~-> 

>-----------------------------------------~-~>
CHECK THE ARCHIVE BEFORE POSTING!!!! Archive is available at 
http://www.eScribe.com/software/C-Paradise/

>------------------------------------------_->


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/C-Paradise/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to