Skip to content

Commit 8b1133c

Browse files
solves delete a node in a linked list
1 parent dd0c24a commit 8b1133c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
| 232 | [Implement Queue Using Stacks]() | Easy | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/MyQueue.java) |
7474
| 234 | [Palindrome Linked Lists](https://leetcode.com/problems/palindrome-linked-list) | Easy | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/PalindromeLinkedList.java) |
7575
| 235 | [Lowest Common Ancestor of a Binary Search Tree](https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree) | Easy | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/LowestCommonAncestorOfBinarySearchTree.java) |
76-
| 237 | [Delete a Node In A Linked List](https://leetcode.com/problems/delete-node-in-a-linked-list) | Easy |
76+
| 237 | [Delete a Node In A Linked List](https://leetcode.com/problems/delete-node-in-a-linked-list) | Easy | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)]([![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)]) |
7777
| 242 | [Valid Anagram](https://leetcode.com/problems/valid-anagram) | Easy |
7878
| 243 | [Shortest Word Distance](https://leetcode.com/problems/shortest-word-distance) | Easy |
7979
| 246 | [Strobogramatic Number](https://leetcode.com/problems/strobogrammatic-number) | Easy |

0 commit comments

Comments
 (0)