DEV Community

Discussion on: Algorithm 101: 6 Ways to Check if a Word is a Palindrome

Collapse
 
benking_engr1 profile image
Ben-King Engineering Company

Good day sir. Please I have a challenge on how to derive an algorithm and draw a flowchart to determine if a word is a palindrome. And also I would like to use c++ program to express the algorithm

Collapse
 
ebereplenty profile image
NJOKU SAMSON EBERE

It's been a while I wrote C++. I don't even know if I can remember the syntax. Lol.

However, you can easily convert any of my solutions to C++ if you understand both JS and C++