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 data structures
Recent posts under tag data structures
All
Questions
MCQs
Jobs
Articles
0
votes
0
answers
informatica question
posted
Jul 3, 2020
by
anonymous
data structures
0
votes
1
answer
What are three forms of prolog term?
posted
Dec 25, 2018
by
anonymous
data structures
0
votes
0
answers
Insert a node at end of a LinkList using a rear pointer using C?
posted
Sep 18, 2018
by
anonymous
interview questions
data structures
linklist
c
0
votes
0
answers
Given preorder and inorder, how many binary trees are possible?
posted
May 27, 2018
by
anonymous
interview questions
data structures
tree
0
votes
0
answers
Convert this infix expression to postfix form: 3*log(x+1)*a/2
posted
May 27, 2018
by
anonymous
data structures
interview questions
+1
vote
1
answer
What is the difference between a skew tree and a linked list?
posted
Apr 12, 2018
by
anonymous
data structures
interview questions
tree
linklist
+1
vote
0
answers
How many nodes does a full binary tree with N leaves contain?
posted
Mar 9, 2018
by
anonymous
tree
data structures
interview questions
0
votes
0
answers
How do I save a binary tree to an array of in-order traversal?
posted
Mar 9, 2018
by
anonymous
tree
data structures
0
votes
Travelling salesman problem is an example of [MCQ]
posted
Nov 26, 2017
by
anonymous
data structures
algorithms
0
votes
0
answers
What is the difference between binary search tree and binary decision tree?
posted
Nov 23, 2017
by
anonymous
interview questions
tree
data structures
0
votes
1
answer
What is the worse-case time complexity for a binary search tree for searching?
posted
Nov 4, 2017
by
anonymous
data structures
interview questions
tree
bst
0
votes
0
answers
how to print all the cousins of a node in binary search tree, except second cousins?
posted
Oct 21, 2017
by
anonymous
data structures
tree
c
algorithms
0
votes
0
answers
DS: Rotate (right to left) elements of an array by the value of configured number.
posted
Oct 17, 2017
by
Ganesh
c
algorithms
interview questions
data structures
+1
vote
1
answer
What is this pointer in c++? Give proper syntax with example.
posted
Aug 11, 2017
by
Anirudha Sarkar
c++
data structures
interview questions
0
votes
0
answers
How many distinct binary tree can be formed with three distinct keys?
posted
Aug 7, 2017
by
anonymous
tree
data structures
interview questions
0
votes
0
answers
C: Implement a stack using queue?
posted
Jul 25, 2017
by
anonymous
data structures
c
interview questions
queue
0
votes
1
answer
How to swap adjacent element of a single linked list?
posted
Jul 7, 2017
by
Ajay Kumar
linklist
data structures
c
+1
vote
2
answers
How to print all prime factor of a number in descending order using a stack?
posted
Jul 7, 2017
by
Ajay Kumar
data structures
c
+1
vote
1
answer
C: How to reverse a queue using one stack?
posted
Jul 7, 2017
by
Ajay Kumar
data structures
c
+1
vote
1
answer
How to reverse a stack using a queue?
posted
Jul 7, 2017
by
Ajay Kumar
data structures
c
interview questions
+1
vote
1
answer
What is the time and space complexity of huffman coding?
posted
Jul 3, 2017
by
anonymous
interview questions
computer science
data structures
algorithms
+1
vote
0
answers
What is data structure use in implement for Tower of Hanoi application? give an example using data structure.
posted
Jul 2, 2017
by
Ajay Kumar
c
data structures
c++
0
votes
0
answers
How to detect a cycle in singly linked list?
posted
Jun 1, 2017
by
Rohini Agarwal
data structures
linklist
–2
votes
0
answers
Write a C Program to find the total columns/vertical lines of a given Binary Search Tree?
posted
May 26, 2017
by
Pooja Singh
c
data structures
tree
+2
votes
0
answers
Invert a binary tree which consists of 0 or 1 in the way, where each node value is a LOGICAL AND between its children?
posted
May 24, 2017
by
Salil Agrawal
interview questions
data structures
+1
vote
1
answer
Write a C program to reverse a stack using recursion?
posted
May 16, 2017
by
Pooja Singh
c
interview questions
data structures
+1
vote
1
answer
Write a C Program to illustrate Stack Operations using MACROS?
posted
May 14, 2017
by
Supriya Jain
c
data structures
+1
vote
0
answers
On the basis of space complexity, which data structure is better: hash table, linked list, binary search tree or tree?
posted
May 11, 2017
by
anonymous
interview questions
data structures
0
votes
Summary On Stack.
posted
May 10, 2017
by
Mantosh Dubey
c
data structures
stack
0
votes
Short Note On Hashing.
posted
May 9, 2017
by
Raju Raj
c
data structures
hash
0
votes
Summary On Heap.
posted
May 8, 2017
by
Rahul Prashad
c
data structures
heap
0
votes
0
answers
Write a C++ program to do zig zag traversal of a binary search tree?
posted
May 8, 2017
by
Rahul Prashad
data structures
c++
tree
0
votes
1
answer
Convert the expression ((A + B) * C - (D - E) ^ (F + G)) to equivalent Prefix and Postfix notations.
posted
May 8, 2017
by
Rahul Prashad
c
data structures
0
votes
Short Notes On Queue
posted
May 5, 2017
by
Neeraj Kumar
c
data structures
queue
+1
vote
Summary on Linked List.
posted
May 4, 2017
by
Neeraj Kumar
c
linklist
data structures
0
votes
Short notes on Quick Sort
posted
May 2, 2017
by
Sandeep Jain
c
sort
data structures
+1
vote
Short note on Binary Search Tree (BST)
posted
Apr 24, 2017
by
Pooja Singh
c
data structures
bst
+1
vote
0
answers
C: Check if a Binary Tree contains duplicate subtrees of size 2 or more?
posted
Mar 9, 2017
by
anonymous
tree
data structures
interview questions
c
+1
vote
0
answers
Given preorder traversal of a BST, how can we identify the leaf nodes without building the tree?
posted
Feb 16, 2017
by
anonymous
data structures
tree
interview questions
+1
vote
0
answers
Considering a server that should ignore requests older than 1 second, create a structure to handle this behavior?
posted
Jan 30, 2017
by
anonymous
data structures
interview questions
+3
votes
1
answer
DS: Write a program to find the sum of nodes present at the kth level of a binary tree ?
posted
Jan 12, 2017
by
Rupam
data structures
tree
c
c++
java
+2
votes
1
answer
Merge two binary search trees?
posted
Dec 19, 2016
by
anonymous
data structures
tree
interview questions
+1
vote
0
answers
Given a string and dictionary of words, form a word by removing minimum number of characters?
posted
Dec 16, 2016
by
anonymous
data structures
c
string
interview questions
0
votes
0
answers
How to find longest consecutive path in a binary tree?
posted
Dec 12, 2016
by
anonymous
data structures
tree
interview questions
c
0
votes
0
answers
Assuming Facebook like social network app, find the shortest friend connection path for a given pair of two people?
posted
Dec 10, 2016
by
anonymous
interview questions
data structures
0
votes
0
answers
Given a linked list, swap each pair of nodes to form a new linked list?
posted
Nov 8, 2016
by
anonymous
data structures
linklist
interview questions
0
votes
0
answers
What data structure would you use to store the entries of a sparse matrix and why?
posted
Nov 8, 2016
by
anonymous
data structures
interview questions
+1
vote
1
answer
Doubly linked list - How to insert and remove element from specified position using c?
posted
Nov 7, 2016
by
anonymous
c
linklist
data structures
interview questions
0
votes
0
answers
Given root of a Binary Tree along with two integer values. Find the LCA of two nodes with values of the given integers..
posted
Nov 3, 2016
by
anonymous
tree
data structures
interview questions
+1
vote
1
answer
Create a function to calculate the height of an n-ary tree.
posted
Nov 3, 2016
by
anonymous
data structures
tree
interview questions
Page:
1
2
3
4
...
next »
...