Meta Coding Question
Anonymous User
859

Got this question in one of the rounds at Meta

s = 'abcdcxy' write a function that returns true, if s contains a substring that is a palindrome of length equal to or greater than k

Comments (2)