We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e51c6 commit 0a12817Copy full SHA for 0a12817
assignments/15-linkedlist.md
@@ -27,6 +27,7 @@
27
- [Design Browser History](https://leetcode.com/problems/design-browser-history/) `leetcode`
28
- [Partition list](https://leetcode.com/problems/partition-list/) `leetcode`
29
- [Find first node of loop in a linked list](https://www.geeksforgeeks.org/find-first-node-of-loop-in-a-linked-list/) `GFG`
30
+- [Swap Nodes in Pairs](https://leetcode.com/problems/swap-nodes-in-pairs/)`leetcode`
31
32
## Hard
33
- [Reverse Nodes in k-Group](https://leetcode.com/problems/reverse-nodes-in-k-group/) `leetcode`
0 commit comments