Find First Palindromic String in the Array Problem
Find First Palindromic String in the Array Problem — ExecCode Easy DSA Practice
Solve the Find First Palindromic String in the Array problem on ExecCode. Free online easy DSA practice in Arrays - Logic Building. Write and run code in Java, C++, Python — no signup required to run.
Description Given an array of strings words, return the first palindromic string in the array. If there is no such string, return an empty string "". A string is palindromic if it reads the same forward and backward. Examples Example 1 Input: words = ["abc","car","ada","racecar"…
Practice Find First Palindromic String in the Array free on ExecCode. Browse more ExecCode DSA problems.