Palindrome-solver

Checks whether a string is a palindrome using two different approach:

  1. Using the string method .reverse
  2. Using deque