diff --git a/Level 1/Week 04/Recursion/Check if a Number is a Palindrome/README.md b/Level 1/Week 04/Recursion/Check if a Number is a Palindrome/README.md index b6ac649..7ba3bfc 100644 --- a/Level 1/Week 04/Recursion/Check if a Number is a Palindrome/README.md +++ b/Level 1/Week 04/Recursion/Check if a Number is a Palindrome/README.md @@ -1,4 +1,5 @@ -## πŸ“˜ Check if a Number is a Palindrome +## πŸ“˜Check if a Number is a Palindrome +link: https://leetcode.com/problems/palindrome-number/ ### πŸ“ Description Check whether a number is a **palindrome** using recursion. @@ -16,4 +17,4 @@ Input: 121 Output: true Input: 123 -Output: false \ No newline at end of file +Output: false