You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 1 |[Delete Node in a Linked List](https://leetcode.com/problems/delete-node-in-a-linked-list/)|[python3](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/coding_solutions/DataStructure_related/LinkedList/1_Delete_a_node_LL.py)|
5
5
| 2 |[Remove Nth Node From End of List](https://leetcode.com/problems/remove-nth-node-from-end-of-list/)|[python3](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/coding_solutions/DataStructure_related/LinkedList/2_Delete_a_nth_node_LL.py)|
6
+
| 3 |[Reverse a Linked List](https://leetcode.com/problems/reverse-linked-list/)|[python3](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/coding_solutions/DataStructure_related/LinkedList/4_Reverse_LinkedList.py)|
7
+
| 4 |[Merge two sorted list](https://leetcode.com/problems/merge-two-sorted-lists/)|[python3](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/coding_solutions/DataStructure_related/LinkedList/3_MergeTwoSortedList.py)|
8
+
| 5 |[LinkedList a cycle](https://leetcode.com/problems/linked-list-cycle/)|[python3](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/coding_solutions/DataStructure_related/LinkedList/6_LinkedList_Cycle.py)|
0 commit comments