Update: 12 - Recursion
This commit is contained in:
@@ -30,7 +30,6 @@ auto is_palindrome(const int n) -> bool {
|
|||||||
d *= 10;
|
d *= 10;
|
||||||
}
|
}
|
||||||
return f(f, n, d);
|
return f(f, n, d);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace functions
|
} // namespace functions
|
||||||
|
|||||||
Reference in New Issue
Block a user