You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
| 7 | Reverse Integer | Given a 32-bit signed integer, reverse digits of an integer. |[Solution](reverse_integer.js)|
9
9
| 8 | String to Integer (atoi) | Implement atoi which converts a string to an integer. |[Solution](string_to_integer.js)|
10
10
| 9 | Palindrome Number | Given an integer x, return true if x is a palindrome, and false otherwise. |[Solution](palindrome.js)|
11
+
| 12 | Integer to Roman | Given an integer, convert it to a roman numeral. |[Solution](integer_to_roman.js)|
11
12
| 65 | Valid Number | Validate if a given string can be interpreted as a decimal number. |[Solution](valid_number.js)|
12
13
| 94 | Binary Tree Inorder Traversal | Given the root of a binary tree, return the inorder traversal of its nodes' values. |[Solution](binary_tree_inorder_traversal.js)|
13
14
| 204 | Count Primes | Count the number of prime numbers less than a non-negative number, n. |[Solution](count_primes.js)|
0 commit comments