Skip to content

Commit 48564d7

Browse files
Update README.md
1 parent ea18d10 commit 48564d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# **[LeetCode Solutions](https://leetcode.com/)** :bulb: :rocket:
22

33
![Static Badge](https://img.shields.io/badge/languages-c%23%20python%20c%2B%2B-purple)
4-
![Static Badge](https://img.shields.io/badge/easy-15-green)
4+
![Static Badge](https://img.shields.io/badge/easy-16-green)
55
![Static Badge](https://img.shields.io/badge/medium-0-orange)
66
![Static Badge](https://img.shields.io/badge/hard-0-red?color=%23ff0000)
7-
![Static Badge](https://img.shields.io/badge/total-15-yellow)
7+
![Static Badge](https://img.shields.io/badge/total-16-yellow)
88

99
- A collection of my solved problems from LeetCode.
1010
- I started tracking my solved problems on 9/18/2024 so my problem log reflects this. There are past problems not recorded but present in the repo.
@@ -19,3 +19,4 @@
1919
| 374 | Guess Number Higher or Lower | C# | easy | 11/7/2024 |
2020
| 125 | Valid Palindrome | C# | easy | 11/12/2024 |
2121
| 700 | Search in a Binary Search Tree | C# | easy | 11/13/2024 |
22+
| 827 | Leaf-Similar Trees | C# | easy | 1/25/2025 |

0 commit comments

Comments
 (0)