Search⌘ K
AI Features

DIY: Valid Palindrome

Understand how to create a function that checks whether a given string is a palindrome. This lesson helps you grasp string analysis techniques relevant to coding interview problems and enhances your ability to solve real-world scenarios in Elixir.

Problem statement

Write a function that takes a variable containing a string, and check whether it is a palindrome or not.

Input

...