Posts
Series
Categories
Search
Sign In
Posts
Series
Categories
Search
Sign In
Tag
#linked-list
Swap Nodes in Pairs Algorithm
Technical_Interview
#python
#linked-list
#node-manipulation
Created by
@oliverrichards
at November 23rd 2023, 8:59:56 pm
Rotate List Algorithm
Technical_Interview
#algorithm
#linked-list
#rotation
Created by
@oliverrichards
at November 23rd 2023, 7:56:57 pm
Reordering a Singly Linked List in Python
Technical_Interview
#python
#linked-list
#reordering
Created by
@oliverrichards
at November 23rd 2023, 7:31:24 pm
Copy List with Random Pointer
Technical_Interview
#linked-list
#deep-copy
#random-pointer
Created by
@oliverrichards
at November 5th 2023, 12:27:32 am
Palindrome Linked List: Two-Pointer Approach
Technical_Interview
#two-pointer
#palindrome
#linked-list
Created by
@oliverrichards
at November 4th 2023, 12:36:57 pm
Finding Middle Node in Singly Linked List
Technical_Interview
#linked-list
#two-pointer-technique
#middle-node
Created by
@oliverrichards
at November 3rd 2023, 10:55:15 am
Remove Elements from Singly Linked List
Technical_Interview
#linked-list
#pointers
#remove-elements
Created by
@oliverrichards
at November 2nd 2023, 11:47:06 am
Detecting Cycles in a Singly Linked List
Technical_Interview
#linked-list
#cycle-detection
#floyds-tortoise-and-hare-algorithm
Created by
@oliverrichards
at October 31st 2023, 11:48:15 pm
Remove Nth Node from End of Linked List
Technical_Interview
#linked-list
#removal
#pointer
Created by
@oliverrichards
at October 29th 2023, 11:41:54 pm
Reverse a Singly Linked List
Technical_Interview
#linked-list
#reversing
#pointers
Created by
@oliverrichards
at October 29th 2023, 11:12:49 pm
Next