You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Palindrome checker that uses std::deque STL along with associated
Algorithms in order to calculate the bool value
of a user type sequence, to be a palindrome or not.
This is a part of my portfolio for C++ interview enquiries.