StackOverflow Questions for Tag: doubly-linked-list

Kyle Close
Kyle Close

Reputation: 29

Implementing doubly linked list

Score: 0

Views: 116

Answers: 2

Read More
Akash Pathak
Akash Pathak

Reputation: 1

temp->next = ptr; temp->next->prev = ptr; please tell me what is this code saying in double link list insertion of node after a specified location?

Score: 0

Views: 2276

Answers: 2

Read More
barxo20
barxo20

Reputation: 11

Explicit free list (dynamic memory allocation)

Score: 1

Views: 9283

Answers: 1

Read More
cravetchax
cravetchax

Reputation: 13

Delete node at nth position from doubly linked list recursively? (C++)

Score: 0

Views: 289

Answers: 2

Read More
Abhrajit Saha
Abhrajit Saha

Reputation: 45

Bubble sort on Doubly Linked List not working

Score: -1

Views: 44

Answers: 1

Read More
Moonwalker
Moonwalker

Reputation: 21

How to Initialize the tail pointer in a Doubly Linked List for it to not give Segmentation Fault

Score: 1

Views: 72

Answers: 2

Read More
Moonwalker
Moonwalker

Reputation: 21

How to insert data into Doubly Linked List using for loop in C

Score: 1

Views: 124

Answers: 1

Read More

AddLast adds to the head of the doubly circular linked list intead of the tail in Java

Score: 0

Views: 100

Answers: 1

Read More
L1nK
L1nK

Reputation: 41

How should I define BigInt when I am trying to implement bigints with double linked list?

Score: 0

Views: 219

Answers: 1

Read More
Earthman
Earthman

Reputation: 27

Double linked list in Data Structures and Algorithms in c++

Score: 0

Views: 265

Answers: 3

Read More
RoseSkull123
RoseSkull123

Reputation: 41

Data Structures and algorithm - What to do to add a Child(node) in a Tree

Score: 0

Views: 282

Answers: 1

Read More
benhpark
benhpark

Reputation: 47

Why is there a trailing zero at the end of Doubly-Linked Circular Linked List in C++?

Score: 0

Views: 127

Answers: 2

Read More
Schuyler Bradshaw
Schuyler Bradshaw

Reputation: 9

How does assigning Nodes to other Nodes work when creating methods like two string in a Java LinkedList

Score: 0

Views: 16

Answers: 0

Read More
user23427207
user23427207

Reputation:

Deleting selected element in a doubly linked list

Score: 2

Views: 116

Answers: 3

Read More
Abhinav Sharma
Abhinav Sharma

Reputation: 13

Head keeps getting set to NULL

Score: 1

Views: 134

Answers: 3

Read More
Mridul Hemrajani
Mridul Hemrajani

Reputation: 3

Why am i getting a segmentation fault in a code for checking palindrome using linked list?

Score: 0

Views: 95

Answers: 0

Read More
Karthik G Sarode
Karthik G Sarode

Reputation: 39

Why prefer DoubleLinkedList instead of queue and hashmap to design Least recently used (LRU)?

Score: 3

Views: 101

Answers: 1

Read More
Adriana
Adriana

Reputation: 1

Why does my double-linked list display the numbers in reverse order, except for the first added number?

Score: 0

Views: 177

Answers: 1

Read More
Warerre
Warerre

Reputation: 1

How to print a Doubly Linked list?

Score: 0

Views: 59

Answers: 1

Read More
KillerFC
KillerFC

Reputation: 1

Reversing a Doubly Linked List in Rust

Score: 0

Views: 79

Answers: 1

Read More
PreviousPage 1Next