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
+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
0
votes
1
answer
Sort Word based on it's occurences
posted
Sep 11, 2014
by
Atiqur Rahman
algorithms
data structures
+1
vote
Reversing the first N elements of a linklist in C?
posted
Sep 10, 2014
by
Salil Agrawal
c
data structures
linklist
+1
vote
Comparing two linklist if they are Same?
posted
Sep 10, 2014
by
Salil Agrawal
c
linklist
data structures
0
votes
1
answer
What is the difference between bubble sort and selection sort?
posted
Sep 8, 2014
by
anonymous
data structures
sort
+1
vote
0
answers
What is sparse matrix in Data structure and what are the use of it?
posted
Sep 8, 2014
by
anonymous
data structures
+2
votes
Detecting a loop in the linklist?
posted
Sep 8, 2014
by
anonymous
c
data structures
linklist
+1
vote
Coverting single linklist to circular linklist?
posted
Sep 8, 2014
by
Salil Agrawal
data structures
c
linklist
+2
votes
Number of occurrences of all elements in a linked list in C?
posted
Sep 5, 2014
by
Salil Agrawal
data structures
c
linklist
+1
vote
Queue implementation in C using LinkList
posted
Sep 3, 2014
by
Salil Agrawal
c
data structures
linklist
queue
+1
vote
Reversing a LinkList in C?
posted
Sep 2, 2014
by
Salil Agrawal
c
data structures
linklist
+1
vote
Stack implementation using LinkList?
posted
Sep 1, 2014
by
Salil Agrawal
data structures
linklist
c
stack
+1
vote
Circular Linklist Implementation in C (Singly)
posted
Aug 31, 2014
by
Salil Agrawal
data structures
c
linklist
+1
vote
Circular Doubly Linklist in C?
posted
Aug 31, 2014
by
Salil Agrawal
c
data structures
linklist
+1
vote
1
answer
C/C++ program for circular doubly linked list?
posted
Aug 31, 2014
by
anonymous
c
data structures
c++
+1
vote
1
answer
How to find the next higher value with same 1′s
posted
Aug 25, 2014
by
anonymous
c
data structures
0
votes
1
answer
Priority Queue Implementation in C/C++?
posted
Aug 23, 2014
by
anonymous
c
data structures
c++
queue
+2
votes
0
answers
If I am jumping array indexes in powers of 2, i.e. 1,2,4,8.. the what would be complexity?
posted
Aug 22, 2014
by
Tapesh Kulkarni
data structures
0
votes
1
answer
Algorithm for the calender?
posted
Aug 18, 2014
by
anonymous
data structures
algorithms
c
+1
vote
1
answer
How can I implement a queue using a circular linked list.
posted
Aug 16, 2014
by
anonymous
data structures
c
0
votes
2
answers
What is the difference between LinkList and Stack?
posted
Aug 14, 2014
by
anonymous
data structures
linklist
+1
vote
1
answer
How can we implement two stack in an array?
posted
Aug 11, 2014
by
Deepak Negi
data structures
+1
vote
1
answer
Write code in C to find out whether there is pool in the given matrices?
posted
Aug 8, 2014
by
anonymous
data structures
c
+1
vote
0
answers
How to find an element index in an unsorted array without using linear search?
posted
Aug 6, 2014
by
Kuldeep Apte
data structures
c
+1
vote
1
answer
C: Write a program to find clusters in a given M*N matrix ?
posted
Aug 5, 2014
by
Harshita
data structures
algorithms
c
0
votes
1
answer
How can we check that a given array is sorted or not in better than O(n)?
posted
Jul 28, 2014
by
anonymous
data structures
c
0
votes
1
answer
How to check whether a linked list is circular ?
posted
Jul 23, 2014
by
Chahat Sharma
c
data structures
0
votes
0
answers
How to destroy binary search tree using recursion?
posted
Jul 16, 2014
by
anonymous
data structures
tree
+1
vote
1
answer
How to sort the alphanumeric string?
posted
Jul 15, 2014
by
anonymous
c programming
c
data structures
+1
vote
1
answer
Difference between ADT(abstract data type) and DS(Data Structure)?
posted
Jul 14, 2014
by
anonymous
data structures
datatype
abstract
0
votes
0
answers
Given a number, find number of possible decoding for this number.
posted
Jul 13, 2014
by
anonymous
data structures
c
c programming
0
votes
1
answer
How to remove duplicates from an unordered linked list?
posted
Jul 12, 2014
by
anonymous
data structures
linklist
c
0
votes
1
answer
Reverse the non numeric words in a string?
posted
Jul 10, 2014
by
anonymous
data structures
c
+1
vote
1
answer
QuickSort and Randomized Quicksort
posted
Jul 9, 2014
by
anonymous
data structures
quicksort
0
votes
0
answers
Find the length of longest prefix of string that can be formed using strings in a given array of strings?
posted
Jul 7, 2014
by
anonymous
data structures
c
+1
vote
0
answers
Find all pairs of from two arrays which adds up to a specific sum?
posted
Jul 7, 2014
by
Tapesh Kulkarni
data structures
c
c programming
+1
vote
0
answers
Implementation of Queue using LinkList?
posted
Jul 5, 2014
by
anonymous
data structures
c
linklist
+1
vote
1
answer
Finding Kth smallest element in an unsorted Array?
posted
Jul 4, 2014
by
anonymous
c
data structures
0
votes
0
answers
Best way to find min of square of difference sub-matrices of a matrix to another matrix
posted
Jul 4, 2014
by
Pankaj Agarwal
matrix
algorithms
data structures
+1
vote
1
answer
Determine element x in an array where each row and column is in ascending order?
posted
Jun 30, 2014
by
Joy Dutta
data structures
0
votes
0
answers
inside ? on linear time algorithm
posted
Jun 29, 2014
by
Joy Dutta
data structures
+1
vote
1
answer
Give an example of Algo/Program whose time complexity is O(log log n) ?
posted
Jun 24, 2014
by
Sachidananda Sahu
data structures
c programming
algorithms
0
votes
1
answer
How can I print a pythagorean triplet from an array?
posted
Jun 23, 2014
by
anonymous
data structures
algorithms
c
c++
0
votes
1
answer
How we can find all non duplicate pairs of an array which has a sum S.
posted
Jun 22, 2014
by
Salil Agrawal
data structures
algorithms
+1
vote
1
answer
Given a set S of n integers find all possible subsets(a,b,c) such that a + b + c = 0.
posted
Jun 21, 2014
by
anonymous
data structures
algorithms
0
votes
Isomorphic Trees: Similar Shape Trees
posted
Jun 15, 2014
by
Salil Agrawal
data structures
algorithms
tree
+1
vote
1
answer
Coin Change Problem: minimum number of coins required to form sum S.
posted
Jun 15, 2014
by
anonymous
algorithms
data structures
+1
vote
1
answer
What is Quasi-Isomorphic Tree? Give a algorithm for constructing it?
posted
Jun 14, 2014
by
Joy Dutta
data structures
+3
votes
Binary Search Tree - A Summary
posted
Jun 13, 2014
by
Salil Agrawal
c
data structures
search
Page:
« prev
1
...
3
4
5
6
7
8
9
...
next »
...