Devender Mishra
Place for the people like us...
Mar 31, 2010
Tree b is the subset of Tree a
Given a node of a tree
typedef struct node
{
int info;
struct node *left,*right;
}
node;
Given the function prototype is
bool isSubset(node *a,node *b);
Write the C code to implement the function.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Know Devender Mishra
Devender Mishra
Final year B.Tech student of Computer Science and Engineering at Indian School of Mines. Computer Science and Engineering has only curse
Mines
here.
View my complete profile
Search This Blog
Followers
Subscribe To
Posts
Atom
Posts
Comments
Atom
Comments
Blog Archive
►
2011
(3)
►
February
(3)
▼
2010
(17)
►
October
(3)
►
September
(2)
►
May
(1)
►
April
(1)
▼
March
(10)
Tree b is the subset of Tree a
Counting set bits
Find the maximum of three
C: What is the use of stderr?
Removing ab patterns
Rotating triads of a linked list
Tries
Dynamic Link library Problem : Microsoft technical...
Few C puzzles
Welcome to this blog
No comments:
Post a Comment