Topic: Stack Problem / Level: beginner

Problem: Implement a function to push the characters of a string into a stack and check if the string is a palindrome.

Run the code to see the output here...