Skip to content

Commit 3c5f54c

Browse files
committed
Updated README.md
1 parent 76fe577 commit 3c5f54c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ go clean -testcache
5959
| [3375](https://leetcode.com/problems/minimum-operations-to-make-array-values-equal-to-k/description) | [3Sum](/easy/3375_minimum_operations_to_make_array_values_equal_to_k) | medium | _`Hashmap`_ | There is no solution if a value that smaller than k. If a value is larger than k, we add it to our set and count the length of the set at the end |
6060
| [680](https://leetcode.com/problems/valid-palindrome-ii/description/) | [Valid Palindrome II](/easy/680_valid_palindrome_II) | easy | _`Two Pointers`_ | Have a helper function which has the same structure as the main function. Use 2 pointers to check the +1 or -1 element whether they are equal or not |
6161
| [344](https://leetcode.com/problems/reverse-string/description/) | [Reverse String](/easy/344_reverse_string) | easy | _`Two Pointers`_ | |
62+
| [2843](https://leetcode.com/problems/count-symmetric-integers/description/) | [Count Symmetric Integers](/easy/2843_count_symmetric_integers) | easy | | |
6263

6364
## Workflow 🌊
6465

@@ -75,13 +76,13 @@ go clean -testcache
7576
- Update `README.md` with current stats
7677
- Automaticall commits and pushes the changes
7778

78-
7979
## Statistics 📊
8080

8181
- Easy: 7 solutions
8282
- Medium: 16 solutions
8383
- Hard: 2 solutions
8484
- Total: 25 solutions
85+
8586
## License 🪪
8687

8788
```txt

0 commit comments

Comments
 (0)