Skip to content

Commit d48d828

Browse files
author
Ozge Cimendere
committed
Fix Readme
1 parent 50e13e0 commit d48d828

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
@@ -8,7 +8,7 @@ LeetCode C# solutions
88
|**509**| **[Fibonacci Number](https://leetcode.com/problems/fibonacci-number/)** | **[C#](https://github.com/ocimen/leetcode/blob/main/LeetCode/509-FibonacciNumber.cs)** | **Easy** |
99
|**682**| **[Baseball Game](https://leetcode.com/problems/baseball-game/)** | **[C#](https://github.com/ocimen/leetcode/blob/main/LeetCode/682-BaseballGame.cs)** | **Easy** |
1010
|**771**| **[Jewels and Stones](https://leetcode.com/problems/jewels-and-stones/)** | **[C#](https://github.com/ocimen/leetcode/blob/main/LeetCode/771-JewelsAndStones.cs)** | **Easy** |
11-
|**876**| **[Middle of the Linked List](https://leetcode.com/problems/middle-of-the-linked-list/)** | **[C#](https://github.com/ocimen/leetcode/blob/main/LeetCode/21-MergeTwoSortedLists.cs)** | **Easy** |
11+
|**876**| **[Middle of the Linked List](https://leetcode.com/problems/middle-of-the-linked-list/)** | **[C#](https://github.com/ocimen/leetcode/blob/main/LeetCode/876-MiddleLinkedList.cs)** | **Easy** |
1212
|**933**| **[Number of Recent Calls](https://leetcode.com/problems/number-of-recent-calls/)** | **[C#](https://github.com/ocimen/leetcode/blob/main/LeetCode/933-NumberofRecentCalls.cs)** | **Easy** |
1313
|**1108**| **[Defanging an IP Address](https://leetcode.com/problems/defanging-an-ip-address/)** | **[C#](https://github.com/ocimen/leetcode/blob/main/LeetCode/1108-DefangingAnIPAddress.cs)** | **Easy** |
1414
|**1290**| **[Convert Binary Number in a Linked List to Integer](https://leetcode.com/problems/convert-binary-number-in-a-linked-list-to-integer/)** | **[C#](https://github.com/ocimen/leetcode/blob/main/LeetCode/1290-ConvertBinaryNumberLinkedListInteger.cs)** | **Easy** |

0 commit comments

Comments
 (0)