DEV Community

LinkedList Series' Articles

Back to Prashant Mishra's Series
Basic Questions on LinkedList

Basic Questions on LinkedList

Comments
2 min read
Check Loop in LinkedList

Check Loop in LinkedList

Comments
1 min read
Intersection of two LinkedLists

Intersection of two LinkedLists

Comments
1 min read
Odd-even LinkedList

Odd-even LinkedList

Comments
1 min read
Sort the given LinkedList

Sort the given LinkedList

Comments
1 min read
Delete the Nth node from the end of the LinkedList

Delete the Nth node from the end of the LinkedList

Comments
2 min read
Add 1 to the list

Add 1 to the list

Comments
1 min read
Copy Linked List with random pointer

Copy Linked List with random pointer

Comments
1 min read
Swap Kth node from start and end of a LinkedList

Swap Kth node from start and end of a LinkedList

Comments
1 min read
Design LinkedList

Design LinkedList

Comments
2 min read