Remember
Register
1
new
Chill
new
Puzzles
new
GK
new
Sports
new
Business
Home
Questions
MCQs
Unanswered
Tags
Users
Ask a Question
Write Article
Articles
Connect to us
Post under tag tree
Recent posts under tag tree
All
Questions
MCQs
Jobs
Articles
+1
vote
1
answer
Given inorder traversal of a binary tree. Print all the possible binary trees from it?
posted
Dec 21, 2015
by
anonymous
data structures
tree
interview questions
+3
votes
0
answers
Given a binary tree print it in inward spiral order i.e first print level 1, then level n, then 2, then n-1 and so on?
posted
Dec 10, 2015
by
anonymous
data structures
tree
c
+2
votes
1
answer
How to get the intersection point i.e. node of two binary search tree?
posted
Dec 8, 2015
by
anonymous
data structures
tree
+2
votes
1
answer
What is binary tree and how is it different then other trees?
posted
Dec 8, 2015
by
Shishir Chaudhary
data structures
tree
+4
votes
4
answers
I am looking for the non recursive code (C/C++ for Binary Search Tree, Please help?
posted
Dec 6, 2015
by
anonymous
c
tree
data structures
+2
votes
2
answers
How to check if a given Binary Tree is Heap?
posted
Nov 3, 2015
by
anonymous
data structures
tree
c
+1
vote
0
answers
How to validate two binary trees have same content (integers) but may have different sturcture?
posted
Oct 2, 2015
by
anonymous
data structures
tree
c
c programming
+5
votes
0
answers
How to build a binary search tree in R?
posted
Feb 11, 2015
by
Merry
tree
data structures
r language
+1
vote
1
answer
What is the difference between binary tree and binary search tree?
posted
Jan 20, 2015
by
Nikhil Pandey
data structures
tree
+2
votes
0
answers
How to convert a Tree to a Binary Tree in C or C++?
posted
Jan 6, 2015
by
anonymous
c
data structures
tree
+2
votes
Cousin of a Node in Binary Search Tree
posted
Jan 6, 2015
by
Salil Agrawal
data structures
c
tree
algorithms
+2
votes
1
answer
How to find the smallest and largest value from a binary search tree without extra variable?
posted
Oct 30, 2014
by
anonymous
c
data structures
tree
+3
votes
1
answer
What should be the basis of selecting a data structure for the program?
posted
Oct 1, 2014
by
Tapesh Kulkarni
data structures
linklist
tree
+1
vote
Count Number of Leaf Nodes in a Binary Tree
posted
Sep 24, 2014
by
Sandeep Otari
data structures
c
tree
+1
vote
Implementation of Binary Search Tree in C
posted
Sep 16, 2014
by
anonymous
data structures
tree
c
+1
vote
0
answers
How do you shuffle a binary tree without using any external data structures.
posted
Sep 11, 2014
by
Atiqur Rahman
tree
algorithms
data structures
+1
vote
0
answers
C++: How to implement TREE data structure using STL?
posted
Aug 26, 2014
by
anonymous
c++
tree
0
votes
0
answers
How to destroy binary search tree using recursion?
posted
Jul 16, 2014
by
anonymous
data structures
tree
0
votes
Isomorphic Trees: Similar Shape Trees
posted
Jun 15, 2014
by
Salil Agrawal
data structures
algorithms
tree
+2
votes
1
answer
How to get the Right View of a Binary Tree?
posted
Apr 8, 2014
by
anonymous
data structures
c
c programming
tree
+6
votes
2
answers
Print a binary tree from top to bottom in level order
posted
Jan 3, 2014
by
Salil Agrawal
data structures
c
tree
algorithms
+4
votes
0
answers
Print a binary tree from bottom to top in level order
posted
Jan 2, 2014
by
anonymous
data structures
tree
+7
votes
0
answers
How to find the lowest common ancestor of the two given nodes in a Tree?
posted
Jan 2, 2014
by
anonymous
data structures
c
algorithms
tree
+5
votes
0
answers
print the longest path of a binary tree ?
posted
Dec 12, 2013
by
Mona Sharma
data structures
c
c programming
algorithms
tree
+4
votes
2
answers
How to verify whether a binary tree is balanced tree?
posted
Dec 12, 2013
by
Mona Sharma
c programming
tree
c
data structures
algorithms
+3
votes
1
answer
Compare Two Binary Tree structures?
posted
Nov 30, 2013
by
anonymous
data structures
tree
+2
votes
1
answer
How to traverse a TREE without recursion?
posted
Nov 28, 2013
by
Neelam
data structures
tree
c
c programming
+7
votes
1
answer
Print cousins of a given node in a tree?
posted
Nov 26, 2013
by
anonymous
algorithms
c
data structures
c programming
tree
+7
votes
1
answer
Check if a tree is a subtree of another tree?
posted
Nov 26, 2013
by
anonymous
data structures
c
c programming
algorithms
tree
+6
votes
0
answers
Connect same level nodes without level order traversal in a Binary Tree?
posted
Nov 26, 2013
by
anonymous
algorithms
data structures
c
tree
c programming
+6
votes
2
answers
Check whether a Tree and its Mirror Image are same?
posted
Nov 23, 2013
by
Mona Sharma
data structures
algorithms
c
c programming
tree
+5
votes
1
answer
How to find nodes in a tree which has longest path?
posted
Nov 23, 2013
by
Anuj Yadav
data structures
algorithms
c
c programming
tree
+7
votes
1
answer
Print Border of given Tree in Anticlockwise Direction ?
posted
Nov 23, 2013
by
Diya Sharma
c
data structures
algorithms
c programming
tree
+6
votes
2
answers
How to print all right nodes of tree?
posted
Nov 23, 2013
by
anonymous
data structures
algorithms
c programming
c
tree
+7
votes
1
answer
Find the Common Ancestor and Print the Path.
posted
Nov 23, 2013
by
anonymous
algorithms
data structures
c
tree
c programming
+2
votes
1
answer
Why would you use a skip list over a binary search tree?
posted
Nov 11, 2013
by
Majula Joshi
data structures
c
c programming
tree
+3
votes
1
answer
Why it is so important that a binary tree should be balanced?
posted
Nov 8, 2013
by
Garima Jain
data structures
tree
c
+2
votes
1
answer
How to delate a node from the threaded binary tree?
posted
Nov 1, 2013
by
Meenal Mishra
data structures
c
c programming
c++
tree
+4
votes
1
answer
How to find if given binary tree is binary search tree?
posted
Oct 30, 2013
by
Majula Joshi
data structures
c
c programming
tree
algorithms
+6
votes
1
answer
How to draw a binary Tree for mathematical expression?
posted
Oct 29, 2013
by
Mona Sharma
data structures
c
tree
+4
votes
2
answers
How to convert a binary tree into binary search tree?
posted
Oct 27, 2013
by
anonymous
data structures
tree
c
c++
+5
votes
1
answer
How to construct a binary search tree from a given postorder or preorder sequence.
posted
Oct 25, 2013
by
Luv Kumar
data structures
c
c programming
tree
+3
votes
1
answer
Find the subtraction of sum of nodes on even level and odd level.
posted
Oct 22, 2013
by
Anuj Yadav
data structures
algorithms
tree
+6
votes
2
answers
Which is better AVL tree or Red Black tree??
posted
Oct 1, 2013
by
Vikas Upadhyay
data structures
tree
Page:
« prev
1
2
...