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 linklist
Recent posts under tag linklist
All
Questions
MCQs
Jobs
Articles
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
+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
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
0
votes
0
answers
How to detect a cycle in singly linked list?
posted
Jun 1, 2017
by
Rohini Agarwal
data structures
linklist
0
votes
0
answers
C: How to insert node with a given value in a circular sorted linked list?
posted
May 10, 2017
by
anonymous
linklist
c
interview questions
+1
vote
1
answer
How to clone each node of given linked list using C?
posted
May 6, 2017
by
anonymous
linklist
interview questions
c
+1
vote
Summary on Linked List.
posted
May 4, 2017
by
Neeraj Kumar
c
linklist
data structures
0
votes
0
answers
Java code that removes a middle node of a double linked list?
posted
Apr 4, 2017
by
anonymous
linklist
java
interview questions
0
votes
1
answer
Find the given doubly linked list is palindrome or not?
posted
Feb 20, 2017
by
anonymous
interview questions
linklist
java
c
0
votes
0
answers
What should be the best method to access single element in 2D list in C++?
posted
Feb 13, 2017
by
anonymous
linklist
c++
interview questions
+1
vote
0
answers
Given a singly linked list of integers, write a function in java that returns true if the given list is palindrome?
posted
Dec 19, 2016
by
anonymous
interview questions
java
linklist
0
votes
1
answer
Given a singly linked list: 1->2->3->4->5, Change it to 1->5->2->4->3 using O(1) space?
posted
Dec 10, 2016
by
anonymous
interview questions
linklist
c
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
+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
How to give input from console in single linked List, any C example would be helpful?
posted
Oct 19, 2016
by
anonymous
c
linklist
0
votes
1
answer
Merge sort using linked list in java?
posted
Sep 15, 2016
by
anonymous
linklist
java
merge
sort
+2
votes
1
answer
D.S : Write a C program which gives the result of subtraction of two numbers represented by linked list ?
posted
Sep 4, 2016
by
Ganesh
linklist
c
data structures
interview questions
algorithms
+2
votes
2
answers
C: Write a compact code to reverse the singly linked list using recursion?
posted
Aug 31, 2016
by
Rupam
interview questions
data structures
linklist
c
algorithms
–1
vote
2
answers
Write a C program to Sort a Linked List of 0s, 1s and 2s?
posted
Aug 18, 2016
by
Mohammed Hussain
c
algorithms
linklist
+1
vote
0
answers
How to swap the elements in Kth position from the start and end of a link list.
posted
Jul 27, 2016
by
anonymous
data structures
linklist
c
interview questions
+1
vote
1
answer
Write a C function with constant space complexity to tell whether a singly linked list is palindrome or not?
posted
May 25, 2016
by
anonymous
linklist
c
interview questions
+5
votes
2
answers
Write a recursive function to insert a node in a sorted single kinked list.
posted
Apr 22, 2016
by
Ajay Kumar
c
data structures
linklist
+3
votes
3
answers
Write a C program to implement stack using single linked list?
posted
Apr 2, 2016
by
anonymous
linklist
c
data structures
interview questions
0
votes
1
answer
How to implement a circular linked list in Java?
posted
Mar 30, 2016
by
anonymous
java
linklist
0
votes
1
answer
Why insertion and deletion in ArrayList is slow compared to LinkedList Please explain with example?
posted
Mar 30, 2016
by
Karthick.c
java
array
linklist
+1
vote
2
answers
ALGO: Does the circular linked list and loop in the linked list have same meaning or different ?
posted
Mar 20, 2016
by
Harshita
linklist
data structures
algorithms
interview questions
c
0
votes
3
answers
How to identify linked list is circular?
posted
Mar 18, 2016
by
anonymous
linklist
interview questions
c
+3
votes
2
answers
How to insert an element in the middle of doubly LinkList?
posted
Mar 9, 2016
by
Aditi
data structures
linklist
c
+2
votes
3
answers
Write a Algorithm that counts number of nodes in the circular linked list?
posted
Mar 1, 2016
by
Mohammed Hussain
c
linklist
algorithms
data structures
+2
votes
2
answers
Why we need a linked list when we have dynamic array list?
posted
Feb 15, 2016
by
anonymous
linklist
array
c
c++
+2
votes
1
answer
How to find the median of simple linked list and add a node after it?
posted
Dec 29, 2015
by
anonymous
linklist
c
data structures
+3
votes
2
answers
DS: Write program to reverse a singly linked list ?
posted
Dec 10, 2015
by
Vikram Singh
data structures
c
linklist
+1
vote
1
answer
C++: Need help to write overload [] operator for a link list?
posted
Nov 23, 2015
by
anonymous
linklist
data structures
c++
+2
votes
2
answers
What is the differeence between arrayList and Linkedlist in Java?
posted
Oct 28, 2015
by
anonymous
java
linklist
array
+4
votes
0
answers
Extract all elements in a link-list which appeared only once?
posted
Oct 6, 2015
by
anonymous
data structures
linklist
c
+3
votes
1
answer
How to find 3rd element from end in a linked list in one pass?
posted
Aug 7, 2015
by
Mohammed Hussain
data structures
linklist
+1
vote
1
answer
How do you reverse LinkedList in place in Java?
posted
Jun 29, 2015
by
anonymous
java
linklist
+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
+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
+2
votes
1
answer
c: Selection sort on a linklist?
posted
Oct 15, 2014
by
anonymous
sort
c
linklist
+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
+3
votes
Generic Linked List Implementation in C
posted
Sep 23, 2014
by
Aarti Jain
data structures
c
linklist
+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
+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
Page:
1
2
next »
...