Search code examples
Why am I losing a node when shuffling a linked list?...


clinked-listsingly-linked-listshufflefisher-yates-shuffle

Read More
Creating a new singly linked list in java...


javasingly-linked-list

Read More
I added 4 elements in the linked list, but why only three are displayed and the last element is not ...


pythonlinked-listsingly-linked-list

Read More
Program that uses singly-linked list is segfaulting when finding substring of a char* in C...


clinked-listsingly-linked-list

Read More
why does iterating with current.next works on linked list...


pythonlinked-listsingly-linked-list

Read More
Segment Fault - Linked List in C...


cdata-structureslinked-listappendsingly-linked-list

Read More
Problem in implementing a linkedlist in c++...


c++data-structuressingly-linked-list

Read More
How do you create a singly linked list with input in C++...


c++linked-listsingly-linked-list

Read More
Reverse linked list from position left to right...


c++data-structureslinked-listruntime-errorsingly-linked-list

Read More
Understanding "self.head" in singly linked-list...


python-3.xlinked-listsingly-linked-list

Read More
Not able to traverse all the element in linked list in java...


javadata-structureslinked-listoutputsingly-linked-list

Read More
Singly linked list, A small problem in main function...


cstructlinked-listsingly-linked-listfunction-definition

Read More
how to stop cycle that creates a linked list to create one more empty link?...


cwhile-looplinked-listsingly-linked-listfunction-definition

Read More
Calling member function via pointer C++, object is null?...


c++pointerslinked-listnullpointerexceptionsingly-linked-list

Read More
Can you point out mistakes in this noob C code for an attempt to create a linked list...


cpointerslinked-listsingly-linked-list

Read More
Rewriting LinkedList addAll method...


javalinked-listsingly-linked-list

Read More
How should I decide the responsibility of freeing data in nodes of linked list?...


clinked-listmallocfreesingly-linked-list

Read More
A function in C that adds a node at the end of a singly linked list is not working...


cdata-structuresstructlinked-listsingly-linked-list

Read More
How can I insert a specific number of elements in a list?...


clistsingly-linked-list

Read More
i can't find error in this 'Inserting node at begining of list' using singaly linked lis...


c++cdata-structuressingly-linked-list

Read More
Singly Linked List in C++ is not reading more than 2 nodes...


c++data-structuressingly-linked-list

Read More
store struct of info in single linked list...


cpointersstructsingly-linked-list

Read More
How can I display only the first 10 inputs from the list?...


cliststructsingly-linked-listfunction-definition

Read More
Why should we use double pointer for adding node in front/back, but not in the middle?...


cpointerspass-by-referencesingly-linked-listfunction-definition

Read More
Inserting node at beginning of singly linked list...


clinked-listsingly-linked-list

Read More
How do I make this code for detecting palindrome in a Linked List cover all cases?...


data-structureslinked-listsingly-linked-list

Read More
Why is my compiler skipping function call?...


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

Read More
Why does this basic linked list work on MacOS but seg fault on Linux...


cpointersstructlinked-listsingly-linked-list

Read More
Scan chars from user linked list of...


clinked-listcharsingly-linked-listgetchar

Read More
split linked list of chars in C...


csplitlinked-listsingly-linked-listfunction-definition

Read More
BackNext