Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Recent questions tagged linked-list
1
1 vote
2
2 answers
1.1k
1.1k views
MadeEasy Test Series: Programming & DS - Linked Lists
Delete the duplicate nodeDelete the alternate duplicate nodeDelete the adjacent nodeNone of these
Sandeep Singh
1.1k
views
asked
Dec 27, 2015
Data Structures
data-structures
linked-list
made-easy-test-series
+
–
2
2 votes
3
answers
3 answers
1.5k
1.5k views
link list
nitish
1.5k
views
asked
Dec 27, 2015
Data Structures
linked-list
+
–
1
1 vote
1
answers
1 answer
1.9k
1.9k views
Counting number of pointer modification
In circular linked list, insertion of a node at the end involves pointer modification:(A) one(B) two(C) three(D) none
shikharV
1.9k
views
asked
Nov 15, 2015
Data Structures
programming-in-c
pointers
linked-list
+
–
2
2 votes
5
answers
5 answers
23.6k
23.6k views
ISRO CSE 2008 | Question: 76
The minimum number of fields with each node of doubly linked list is1234
ajit
23.6k
views
asked
Sep 20, 2015
Data Structures
isro2008
data-structures
linked-list
+
–
1
1 vote
2
answers
2 answers
9.5k
9.5k views
which statement is true about doubly linked list?
Gunjan Rathore
9.5k
views
asked
May 4, 2015
Programming in C
linked-list
+
–
39
39 votes
2
answers
2 answers
13.6k
13.6k views
GATE IT 2005 | Question: 54
The following C function takes a singly-linked list of integers as a parameter and rearranges the elements of the list. The list is represented as pointer to a structure....
Ishrat Jahan
13.6k
views
asked
Nov 3, 2014
Data Structures
gateit-2005
data-structures
linked-list
normal
+
–
83
83 votes
9
answers
9 answers
40.1k
40.1k views
GATE IT 2004 | Question: 13
Let $P$ be a singly linked list. Let $Q$ be the pointer to an intermediate node $x$ in the list. What is the worst-case time complexity of the best-known algorithm to del...
Ishrat Jahan
40.1k
views
asked
Nov 1, 2014
Data Structures
gateit-2004
data-structures
linked-list
normal
ambiguous
+
–
52
52 votes
7
answers
7 answers
24.5k
24.5k views
GATE CSE 1996 | Question: 1.12
Consider the following statements:First-in-first out types of computations are efficiently supported by STACKS.Implementing LISTS on linked lists is more efficient than i...
Kathleen
24.5k
views
asked
Oct 9, 2014
Data Structures
gate1996
data-structures
easy
queue
stack
linked-list
+
–
38
38 votes
3
answers
3 answers
16.6k
16.6k views
GATE CSE 1995 | Question: 2.22
Which of the following statements is true?As the number of entries in a hash table increases, the number of collisions increases.Recursive programs are efficientThe worst...
Kathleen
16.6k
views
asked
Oct 8, 2014
Data Structures
gate1995
data-structures
linked-list
hashing
+
–
49
49 votes
5
answers
5 answers
30.3k
30.3k views
GATE CSE 1994 | Question: 1.17, UGCNET-Sep2013-II: 32
Linked lists are not suitable data structures for which one of the following problems?Insertion sortBinary searchRadix sortPolynomial manipulation
Kathleen
30.3k
views
asked
Oct 4, 2014
Data Structures
gate1994
data-structures
linked-list
normal
ugcnetsep2013ii
+
–
63
63 votes
4
answers
4 answers
18.1k
18.1k views
GATE CSE 2010 | Question: 36
The following C function takes a singly-linked list as input argument. It modifies the list by moving the last element to the front of the list and returns the modified l...
go_editor
18.1k
views
asked
Sep 30, 2014
Data Structures
gatecse-2010
data-structures
linked-list
normal
+
–
22
22 votes
6
answers
6 answers
6.4k
6.4k views
GATE CSE 1993 | Question: 13
Consider a singly linked list having $n$ nodes. The data items $d_1, d_2, \dots d_n$ are stored in these $n$ nodes. Let $X$ be a pointer to the $j^{\text{th}}$ node $(1 \...
Kathleen
6.4k
views
asked
Sep 29, 2014
Data Structures
gate1993
data-structures
linked-list
normal
descriptive
+
–
38
38 votes
3
answers
3 answers
8.1k
8.1k views
GATE CSE 1997 | Question: 18
Consider the following piece of 'C' code fragment that removes duplicates from an ordered list of integers.Node *remove-duplicates (Node* head, int *j) { Node *t1, *t2; ...
Kathleen
8.1k
views
asked
Sep 29, 2014
Data Structures
gate1997
data-structures
linked-list
normal
descriptive
+
–
60
60 votes
8
answers
8 answers
28.4k
28.4k views
GATE CSE 1997 | Question: 1.4
The concatenation of two lists is to be performed on $O(1)$ time. Which of the following implementations of a list should be used?Singly linked listDoubly linked listCirc...
Kathleen
28.4k
views
asked
Sep 29, 2014
Data Structures
gate1997
data-structures
linked-list
easy
+
–
38
38 votes
5
answers
5 answers
11.6k
11.6k views
GATE CSE 1998 | Question: 19a
Let $p$ be a pointer as shown in the figure in a single linked list. What do the following assignment state...
Kathleen
11.6k
views
asked
Sep 26, 2014
Data Structures
gate1998
data-structures
linked-list
normal
descriptive
+
–
95
95 votes
6
answers
6 answers
29.2k
29.2k views
GATE CSE 2004 | Question: 40
Suppose each set is represented as a linked list with elements in arbitrary order. Which of the operations among $\text{union, intersection, membership, cardinality}$ wil...
Kathleen
29.2k
views
asked
Sep 18, 2014
Data Structures
gatecse-2004
data-structures
linked-list
normal
+
–
81
81 votes
13
answers
13 answers
47.1k
47.1k views
GATE CSE 2004 | Question: 36
A circularly linked list is used to represent a Queue. A single variable $p$ is used to access the Queue. To which node should $p$ point such that both the operations $\t...
Kathleen
47.1k
views
asked
Sep 18, 2014
Data Structures
gatecse-2004
data-structures
linked-list
normal
+
–
80
80 votes
10
answers
10 answers
31.4k
31.4k views
GATE CSE 2003 | Question: 90
Consider the function $f$ defined below.struct item { int data; struct item * next; }; int f(struct item *p) { return ((p == NULL) || (p->next == NULL)|| ((p->data <= p -...
Kathleen
31.4k
views
asked
Sep 17, 2014
Data Structures
gatecse-2003
data-structures
linked-list
normal
+
–
34
34 votes
8
answers
8 answers
21.7k
21.7k views
GATE CSE 2002 | Question: 1.5
In the worst case, the number of comparisons needed to search a single linked list of length $n$ for a given element is$\log n$$\frac{n}{2}$$\log_2 {n} - 1$$n$
Kathleen
21.7k
views
asked
Sep 15, 2014
Data Structures
gatecse-2002
easy
data-structures
linked-list
+
–
57
57 votes
7
answers
7 answers
27.3k
27.3k views
GATE CSE 2008 | Question: 62
The following C function takes a single-linked list of integers as a parameter and rearranges the elements of the list. The function is called with the list containing th...
Kathleen
27.3k
views
asked
Sep 12, 2014
Data Structures
gatecse-2008
data-structures
linked-list
normal
+
–
Page:
« prev
1
...
7
8
9
10
11
12