package
0.0.0-20230710210237-5ce2504b62fa
Repository: https://github.com/shomali11/go-interview.git
Documentation: pkg.go.dev

# README

Description

Determine if a sentence is a palindrome.

A palindrome is a word, number, phrase, or other sequence of characters which reads the same backward as forward, such as "madam" and "racecar".

Example 1:

Input:  "too hot to hoot."
Output: true

Example 2:

Input:  "hello world"
Output: false