Skip to content

Commit 7144da7

Browse files
authored
Update README.md
1 parent 98db10c commit 7144da7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ This repository will contain the **Links to online judge platforms if the questi
1818
|---| ----- | -------- | ---------- |
1919
|1|[Remove Duplicates - GFG](https://www.geeksforgeeks.org/remove-duplicates-from-an-unsorted-linked-list/)|[LeetCode-Medium](https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii/description/)|[Java](https://github.com/ahujaraman/competitive-coding-leetcode/tree/master/My-Solutions/remove-duplicates-from-sorted-list-ii.java)|
2020
|2|Kth element from Last|[LeetCode-Medium](https://leetcode.com/problems/remove-nth-node-from-end-of-list/description/)|[Java](https://github.com/ahujaraman/competitive-coding-leetcode/blob/master/My-Solutions/remove-nth-node-from-end-of-list.java)|
21+
|3|Delete Middle Node|[LeetCode-Easy](https://leetcode.com/problems/delete-node-in-a-linked-list/description/)|[Java](https://github.com/ahujaraman/competitive-coding-leetcode/blob/master/My-Solutions/delete-node-in-a-linked-list.java)|

0 commit comments

Comments
 (0)