0% found this document useful (0 votes)
42 views

5 AssignmentLinkedLists

The document lists 24 linked list problems on LeetCode, including detecting cycles in a linked list, swapping nodes in pairs, checking if a linked list is a palindrome, adding two numbers represented as linked lists, sorting a linked list, reordering a linked list, splitting an even-odd linked list, reversing nodes in groups, and merging multiple sorted linked lists.

Uploaded by

DIVYANSHU
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views

5 AssignmentLinkedLists

The document lists 24 linked list problems on LeetCode, including detecting cycles in a linked list, swapping nodes in pairs, checking if a linked list is a palindrome, adding two numbers represented as linked lists, sorting a linked list, reordering a linked list, splitting an even-odd linked list, reversing nodes in groups, and merging multiple sorted linked lists.

Uploaded by

DIVYANSHU
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

##Linked

Lists
https://leetcode.com/problems/linked-list-cycle/ (https://leetcode.com/problems/linked-list-
cycle/)

https://leetcode.com/problems/swap-nodes-in-pairs/ (https://leetcode.com/problems/swap-
nodes-in-pairs/)

https://leetcode.com/problems/palindrome-linked-list/
(https://leetcode.com/problems/palindrome-linked-list/)

https://leetcode.com/problems/add-two-numbers-ii/ (https://leetcode.com/problems/add-two-
numbers-ii/)

https://leetcode.com/problems/insertion-sort-list/ (https://leetcode.com/problems/insertion-sort-
list/)

https://leetcode.com/problems/reorder-list/ (https://leetcode.com/problems/reorder-list/)

https://leetcode.com/problems/odd-even-linked-list/ (https://leetcode.com/problems/odd-even-
linked-list/)

https://leetcode.com/problems/reverse-nodes-in-k-group/
(https://leetcode.com/problems/reverse-nodes-in-k-group/)

https://leetcode.com/problems/reverse-linked-list-ii/ (https://leetcode.com/problems/reverse-
linked-list-ii/)

https://leetcode.com/problems/intersection-of-two-linked-lists/
(https://leetcode.com/problems/intersection-of-two-linked-lists/)

https://leetcode.com/problems/linked-list-cycle-ii/ (https://leetcode.com/problems/linked-list-
cycle-ii/)

https://leetcode.com/problems/remove-nth-node-from-end-of-list/
(https://leetcode.com/problems/remove-nth-node-from-end-of-list/)

https://leetcode.com/problems/remove-linked-list-elements/
(https://leetcode.com/problems/remove-linked-list-elements/)
https://leetcode.com/problems/partition-list/ (https://leetcode.com/problems/partition-list/)

https://leetcode.com/problems/remove-duplicates-from-sorted-list/
(https://leetcode.com/problems/remove-duplicates-from-sorted-list/)

https://leetcode.com/problems/rotate-list/ (https://leetcode.com/problems/rotate-list/)

https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii/
(https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii/)

https://leetcode.com/problems/middle-of-the-linked-list/ (https://leetcode.com/problems/middle-
of-the-linked-list/)

https://leetcode.com/problems/linked-list-in-binary-tree/ (https://leetcode.com/problems/linked-
list-in-binary-tree/)

https://leetcode.com/problems/add-two-numbers/ (https://leetcode.com/problems/add-two-
numbers/)

https://leetcode.com/problems/merge-two-sorted-lists/ (https://leetcode.com/problems/merge-
two-sorted-lists/)

https://leetcode.com/problems/merge-k-sorted-lists/ (https://leetcode.com/problems/merge-k-
sorted-lists/)

https://leetcode.com/problems/delete-node-in-a-linked-list/
(https://leetcode.com/problems/delete-node-in-a-linked-list/)

https://leetcode.com/problems/sort-list/ (https://leetcode.com/problems/sort-list/)

You might also like