Can you write pseudo code for finding whether given string is palindrome or not? I don’t want code just write steps how?
Anonymous
Just point two pointers at start, end and compare them. Now moving them towards each and find whether the pointer values always same.
Check out your Company Bowl for anonymous work chats.