Skip to content

Commit 1abfbe1

Browse files
committed
1134. Armstrong Number
1 parent 28768ae commit 1abfbe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ EASY
160160
|[1100. Find K-Length Substrings With No Repeated Characters](https://leetcode.com/problems/find-k-length-substrings-with-no-repeated-characters)|[java](https://github.com/wdydev/leetcode/blob/master/leetcode/medium/KLengthSubstringNoRepeatedCharacters.java)|
161161
|[1108. Defanging an IP Address](https://leetcode.com/problems/defanging-an-ip-address)|[java](https://github.com/wdydev/leetcode/blob/master/leetcode/easy/DefangIPAddress.java)|
162162
|[1119. Remove Vowels from a String](https://leetcode.com/problems/remove-vowels-from-a-string)|[java](https://github.com/wdydev/leetcode/blob/master/leetcode/easy/RemoveVowelsFromString.java)|
163-
|[1123. Lowest Common Ancestor of Deepest Leaves](https://leetcode.com/problems/lowest-common-ancestor-of-deepest-leaves)|[java](https://github.com/wdydev/leetcode/blob/master/leetcode/easy/LCADeepestLeaves.java)|
164-
|[]()|[java]()|
163+
|[1123. Lowest Common Ancestor of Deepest Leaves](https://leetcode.com/problems/lowest-common-ancestor-of-deepest-leaves)|[java](https://github.com/wdydev/leetcode/blob/master/leetcode/medium/LCADeepestLeaves.java)|
164+
|[1134. Armstrong Number](https://leetcode.com/problems/armstrong-number/)|[java](https://github.com/wdydev/leetcode/blob/master/leetcode/easy/ArmstrongNumber.java)|
165165
|[]()|[java]()|
166166
|[]()|[java]()|
167167
|[]()|[java]()|

0 commit comments

Comments
 (0)