Skip to content

Commit 947aa64

Browse files
committedJan 15, 2019
add todo
1 parent 3d3241c commit 947aa64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/n0009_palindrome_number.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub struct Solution {}
3535

3636
// submission codes start here
3737

38-
// not optimal, we only have to revert half of the string
38+
// TODO: not optimal, we only have to revert half of the string
3939
impl Solution {
4040
pub fn is_palindrome(x: i32) -> bool {
4141
if x < 0 { return false }

0 commit comments

Comments
 (0)
Failed to load comments.