This commit is contained in:
2026-01-28 17:07:07 +03:00
parent 56aa6e17ba
commit 9835914b4b

View File

@@ -2,6 +2,6 @@ here i've got some leetcode problems & solutions to them
| **Number** | **Name** | **Difficulty** | **Solution** | | **Number** | **Name** | **Difficulty** | **Solution** |
| ---------- | -------- | -------------- | ------------ | | ---------- | -------- | -------------- | ------------ |
| 1 | *Two Sum* | Easy | [Go](1.%20Two%20Sum) | | 1 | *Two Sum* | Easy | [Python](1.%20Two%20Sum/solution.py), [Java](1.%20Two%20Sum/Solution.java), [C++](1.%20Two%20Sum/solution.cpp), [C](1.%20Two%20Sum/solution.c) |
| 9 | *Palindrome Number* | Easy | [Go](9.%20Palindrome%20Number) | | 9 | *Palindrome Number* | Easy | [Python](9.%20Palindrome%20Number/solution.py), [Java](9.%20Palindrome%20Number/Solution.java), [C++](9.%20Palindrome%20Number/solution.cpp), [C](9.%20Palindrome%20Number/solution.c) |