Skip to content

Commit 80bc668

Browse files
committed
update
1 parent 51c6c76 commit 80bc668

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Problem | Solution | Time | Space | Difficul
238238
[Palindrome Number] | [palindrome-number.py] | _O(1)_ | _O(1)_ | Easy |
239239
[Permutation Sequence] | [permutation-sequence.py] | _O(n)_ | _O(1)_ | Medium | `Cantor Ordering`
240240
[Reverse Integer] | [reverse-integer.py] | _O(logn)_ | _O(1)_ | Easy |
241-
[Roman to Integer] | [roman-to-integer.py] | _O(n)_ | _O(1)_ | East |
241+
[Roman to Integer] | [roman-to-integer.py] | _O(n)_ | _O(1)_ | Easy |
242242

243243
[Gray Code]:https://oj.leetcode.com/problems/gray-code/
244244
[gray-code.py]:https://github.com/kamyu104/LeetCode/blob/master/Python/gray-code.py

0 commit comments

Comments
 (0)