Skip to content

mustafah009/pairingtest

Repository files navigation

Pairing Interview level 1

Problem 1 - Palindrome Check

  • A palindrome is a word which reads the same backward or forward. 'abcba' is a palindrome.
  • Write a method that detects if a string is a palindrome.

Problem 2 - Longest Palindrome in Word

  • Write a method that returns the longest palindrome substring of a given string.

About

Words problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published