Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
aylei committed Jan 15, 2019
1 parent 3d3241c commit 947aa64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/n0009_palindrome_number.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub struct Solution {}

// submission codes start here

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

0 comments on commit 947aa64

Please sign in to comment.