Skip to content

Commit a3670b7

Browse files
committed
Updated code
1 parent 3c90331 commit a3670b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,6 @@
4747
- Arrays
4848
- [Remove duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/) | [Solution](leetcode/arrays/RemoveDuplicates.py)
4949
- [First Unique Character in a String](https://leetcode.com/problems/first-unique-character-in-a-string/) | [Solution](leetcode/arrays/first-unique-character-in-a-string.py)
50-
- [Remove Element](https://leetcode.com/problems/remove-element/) | [Solution](leetcode/arrays/remove-element.py)
50+
- [Remove Element](https://leetcode.com/problems/remove-element/) | [Solution](leetcode/arrays/remove-element.py)
51+
- Math
52+
- [Palindrome Number](https://leetcode.com/problems/palindrome-number/description/) | [Solution](leetcode/math/palindrome.py)

0 commit comments

Comments
 (0)