We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d3241c commit 947aa64Copy full SHA for 947aa64
src/n0009_palindrome_number.rs
@@ -35,7 +35,7 @@ pub struct Solution {}
35
36
// submission codes start here
37
38
-// not optimal, we only have to revert half of the string
+// TODO: not optimal, we only have to revert half of the string
39
impl Solution {
40
pub fn is_palindrome(x: i32) -> bool {
41
if x < 0 { return false }
0 commit comments