Skip to content

Commit 4d45faa

Browse files
committed
Update Readme.md
1 parent 56097ea commit 4d45faa

File tree

1 file changed

+4
-1
lines changed
  • coding_solutions/DataStructure_related/LinkedList

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## Linked List Related Problems
22
| # | Problem | Solution |
33
| :----: | :-----------------------------: | :----: |
4-
| 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/interview_related/TwoSum.py) |
4+
| 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+
| 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+
7+

0 commit comments

Comments
 (0)