N
Nikolay
@nikolay-38731
2 posts

125. Valid Palindrome

A phrase is a palindrome if, after converting all uppercase letters into lowercase letters and removing all non-alphanumeric characters, it reads the same forward and backward. Alphanumeric characters include letters and numbers.

3. Longest Substring Without Repeating Characters

Given a string s, find the length of the longest substring without repeating characters.