We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c6c76 commit 80bc668Copy full SHA for 80bc668
1 file changed
README.md
@@ -238,7 +238,7 @@ Problem | Solution | Time | Space | Difficul
238
[Palindrome Number] | [palindrome-number.py] | _O(1)_ | _O(1)_ | Easy |
239
[Permutation Sequence] | [permutation-sequence.py] | _O(n)_ | _O(1)_ | Medium | `Cantor Ordering`
240
[Reverse Integer] | [reverse-integer.py] | _O(logn)_ | _O(1)_ | Easy |
241
-[Roman to Integer] | [roman-to-integer.py] | _O(n)_ | _O(1)_ | East |
+[Roman to Integer] | [roman-to-integer.py] | _O(n)_ | _O(1)_ | Easy |
242
243
[Gray Code]:https://oj.leetcode.com/problems/gray-code/
244
[gray-code.py]:https://github.com/kamyu104/LeetCode/blob/master/Python/gray-code.py
0 commit comments