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
+3
votes
1
answer
What is an AVL tree in datastructure?
posted
Mar 31, 2015
by
Jalal
data structures
+6
votes
2
answers
What is Huffman’s algorithm?
posted
Mar 31, 2015
by
Jalal
data structures
+4
votes
1
answer
Briefly explain recursive algorithm?
posted
Mar 27, 2015
by
Jalal
data structures
+3
votes
1
answer
How do you search for a target key in a linked list?
posted
Mar 27, 2015
by
Jalal
data structures
+2
votes
0
answers
this code about Using lists to store data in and retrieve data from.,and Using LINQ to query an array in c#
posted
Mar 11, 2015
by
As M Ob
c#
c#.net
data structures
visual studio
+3
votes
1
answer
Please explain Stack Abstract Data Type with C example code?
posted
Feb 25, 2015
by
Jalal
data structures
c
+3
votes
1
answer
What are the advantages of Data Structures and Abstract Data Types and why we should study them?
posted
Feb 25, 2015
by
Jalal
data structures
+2
votes
0
answers
store huge mbms session data in eNodeB
posted
Feb 24, 2015
by
anonymous
lte
enodeb
data structures
+2
votes
1
answer
write c# code about AVL tree contain
posted
Feb 19, 2015
by
As M Ob
c#
data structures
+5
votes
0
answers
How to build a binary search tree in R?
posted
Feb 11, 2015
by
Merry
tree
data structures
r language
+4
votes
1
answer
How do you reference all the elements in a one-dimension array?
posted
Feb 10, 2015
by
Jalal
data structures
+3
votes
2
answers
Differentiate file structure from storage structure?
posted
Feb 10, 2015
by
Jalal
data structures
+3
votes
3
answers
Explain Insertion Sorting with example in Data Structures and Algorithm?
posted
Feb 10, 2015
by
Jalal
data structures
+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
Bubble/Selection Sort with strings?
posted
Jan 20, 2015
by
Nikhil Pandey
sort
data structures
c
0
votes
Software Engineer at Google
posted
Jan 9, 2015
by
anonymous
data structures
algorithms
software design
+1
vote
1
answer
What is a Directed Graph? How we can find if a Directed Graph is connected or not?
posted
Jan 6, 2015
by
anonymous
c
data structures
+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
0
answers
newline charact problem?
posted
Dec 19, 2014
by
Sridharan P
c
linux
data structures
c++
+2
votes
1
answer
Explain the different sorting and searching techniques in datastructure?
posted
Dec 10, 2014
by
Anwar
data structures
+1
vote
1
answer
Find the number occurring odd number of times in an array?
posted
Dec 9, 2014
by
Vrije Mani Upadhyay
data structures
+3
votes
1
answer
How could find Number that Appears Only once in array of Duplicates?
posted
Dec 9, 2014
by
Vrije Mani Upadhyay
c
data structures
+1
vote
2
answers
what is DataStructure? Explain its need?
posted
Dec 4, 2014
by
Amer
data structures
+3
votes
1
answer
Prefix and Post-fix notations in data structure and use of it ?
posted
Nov 25, 2014
by
Neeraj Mishra
data structures
+2
votes
1
answer
What is the use of insertion sort in data structure?
posted
Nov 24, 2014
by
Rajneesh
data structures
+3
votes
0
answers
If n elements are inserted in heap then what is the time complexity to insert n elements ?
posted
Nov 22, 2014
by
anonymous
data structures
heap
+3
votes
1
answer
Difference between BST and Heap ?
posted
Nov 20, 2014
by
Neeraj Mishra
data structures
+1
vote
0
answers
Which data structure will be best for storing very large numbers and why?
posted
Nov 19, 2014
by
anonymous
data structures
+2
votes
0
answers
Can determinant of a matrix be found without recursion?
posted
Nov 18, 2014
by
Sridharan P
c++
data structures
c
+3
votes
2
answers
Why quicksort is called quick though it is not the fastest?
posted
Nov 12, 2014
by
anonymous
quicksort
data structures
algorithms
+3
votes
0
answers
Why does the size of a blank structure is one?
posted
Nov 10, 2014
by
Ganesh
c
data structures
+2
votes
1
answer
Which of these is generalized queue of abstract data type - double ended queue/circular queue/single ended queue
posted
Nov 4, 2014
by
Amit Kumar Pal
data structures
+2
votes
1
answer
Arrays can be initialized provided they are
posted
Nov 4, 2014
by
Amit Kumar Pal
data structures
+4
votes
1
answer
JAVA Program for all combinations of (n-1) length substring of n length string ?
posted
Nov 4, 2014
by
Sudhakar Singh
java
data structures
algorithms
+2
votes
2
answers
How to find out merge point (node) of two singly linked list ?
posted
Nov 2, 2014
by
anonymous
data structures
linklist
c
+4
votes
1
answer
Sudo code to delete 'n' th node of a linked list from the last ?
posted
Nov 1, 2014
by
Ganesh
data structures
linklist
c
+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
0
answers
C: I want to add two numbers represented by a singly linked list?
posted
Oct 20, 2014
by
anonymous
data structures
c
linklist
+3
votes
0
answers
When a Data Structure can be qualified as a Queue?
posted
Oct 14, 2014
by
anonymous
data structures
queue
+2
votes
1
answer
What is the relation of complexity with the speed of the execution?
posted
Oct 13, 2014
by
anonymous
data structures
c
+2
votes
1
answer
Can someone please design the method to find the frequency of occurrences of any given word in a book?
posted
Oct 11, 2014
by
Amit Kumar Pandey
c++
c
data structures
+3
votes
2
answers
WAP which outputs contiguous sequence whose sum is maximum in an array (It can have all negatives number too).
posted
Oct 11, 2014
by
Harshita
c
data structures
algorithms
+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
+2
votes
3
answers
If we have pointer to head of a linked list, suggest ways to jump to the middle element of the linked list?
posted
Sep 26, 2014
by
anonymous
data structures
linklist
+3
votes
2
answers
How would you find out if one of the pointers in a linked list is corrupted or not?
posted
Sep 24, 2014
by
Aarti Jain
data structures
c
linklist
+1
vote
Count Number of Leaf Nodes in a Binary Tree
posted
Sep 24, 2014
by
Sandeep Otari
data structures
c
tree
+1
vote
1
answer
Propose a data structure for the following -
posted
Sep 23, 2014
by
Aarti Jain
data structures
+3
votes
Generic Linked List Implementation in C
posted
Sep 23, 2014
by
Aarti Jain
data structures
c
linklist
+1
vote
1
answer
What is amortized analysis of algorithm? How is it different from asymptotic analysis?
posted
Sep 22, 2014
by
anonymous
data structures
algorithms
Page:
« prev
1
2
3
4
5
6
7
8
...
next »
...