Search code examples
delete an entry from a singly-linked list...

clistpointerssingly-linked-list

Read More
Why is it necessary to take a new variable "head" in for loop?...

pythonlinked-listsingly-linked-list

Read More
printing nodes from a singly-linked list...

javasingly-linked-list

Read More
C++ Linked List find() sharing nodes between two linked list...

c++linked-listdynamic-memory-allocationsingly-linked-listfunction-definition

Read More
I don't understand fully how lists in c work...

cpass-by-referencesingly-linked-listpass-by-valuefunction-definition

Read More
Add two Numbers(Using ListNode)...

javalinked-listsingly-linked-list

Read More
pseudocode to store the elements of a linked list in reverse order...

pythonalgorithmdata-structureslinked-listsingly-linked-list

Read More
My method for eliminating the largest sequence of repeated elements on singly linked list does not w...

pythonalgorithmnodessingly-linked-list

Read More
How does swapping nodes in linked list works?...

c++linked-listswapsingly-linked-list

Read More
Tail-Loop Puzzle with a Linked list - My Python solution is Failing when tail is longer than loop...

pythonloopslinked-listsingly-linked-list

Read More
Code that gives an error that is not deleted when there is no element in the list on stack in C lang...

clinked-liststacksingly-linked-listfunction-definition

Read More
Why is my linked list only printing one value?...

c++data-structuressingly-linked-list

Read More
Recursively reverse a linked list in C...

crecursionreversesingly-linked-listfunction-definition

Read More
Purpose of Using a double pointer in Linked Lists...

cpointerslinked-listpass-by-referencesingly-linked-list

Read More
Why am I getting an "a.exe has stopped working" error on Visual Studio Code for my linked ...

c++linked-listsingly-linked-listundefined-behaviornull-pointer

Read More
Getting user input for the deletion of the desired linked list element...

cwhile-looplinked-listsingly-linked-listfunction-definition

Read More
Linked List not properly being deleted when passed as a parameter in C++...

c++singly-linked-list

Read More
Attribute Error: 'NoneType' object has no attribute '_next'...

pythondata-structureslinked-listsingly-linked-listnonetype

Read More
Bug while Swapping a LinkedList...

javadata-structureslinked-listsingly-linked-list

Read More
Check if the Linked List is Palindrome or not...

pythonpython-3.xdata-structureslinked-listsingly-linked-list

Read More
linked list problem when displaying the list in C...

cstructlinked-listsingly-linked-listfunction-definition

Read More
Reverse the Linked List using Recursion...

pythonpython-3.xdata-structureslinked-listsingly-linked-list

Read More
Python : I am not able to prepend a Value in a Singly Linked list...

pythonlinked-listsingly-linked-list

Read More
not being able to delete the first node in a linked list...

clinked-listdynamic-memory-allocationsingly-linked-listfunction-definition

Read More
Delete specific element linked list...

cstructlinked-listsingly-linked-listfunction-definition

Read More
Scheme - sum the squares of even-valued elements in a list...

listschemefilteringsingly-linked-listfold

Read More
LinkedList pop_back() method issue: "delete last_node" and "last_node = nullptr"...

c++classlinked-listsingly-linked-listfunction-definition

Read More
Segmentation Fault ERROR: problem with adding multiple fields at once to linked list...

cpointerslinked-listsingly-linked-listfunction-definition

Read More
Issue with Reverse Link List - Leetcode Problem NoneType Error...

pythonlinked-listsingly-linked-list

Read More
Reversing a Link List using Iterative Approach...

c++linked-listreversesingly-linked-listfunction-definition

Read More
BackNext