LeetCode 2108 Solution - Find First Palindromic String in the Array
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.
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.
- Категория
- Программирование на javascript
- Теги
- javascript, leetcode, coding
Комментариев нет.