write algorithm to check string is palindrome or not
Answers
Answered by
3
Answer:
Input the string. Find the reverse of the string. If the reverse of the string is equal to the input string, then return true. Else, return false.
PLEASE MARK AS BRAINLIEST AND ALSO FOLLOW ME
Answered by
1
Answer:
Algorithm to check whether a string is a palindrome or not
Input the string. Find the reverse of the string. If the reverse of the string is equal to the input string, then return true. Else, return false.
Explanation:
Similar questions
Social Sciences,
2 months ago
English,
2 months ago
English,
5 months ago
Physics,
10 months ago
Biology,
10 months ago