All challenges

Algorithm challenge · DSA

Valid Palindrome

Difficulty

easy

Time

~20m

Format

Single

Grading

Auto-graded

#dsa#python#javascript#typescript#go#java#cpp#rust
Mission file // read carefullyeasy

Return true if s reads the same forwards and backwards considering only lowercase alphanumeric characters (the input is already lowercased and may contain spaces/punctuation).

Build with

isPalindrome(s: string) → bool
PythonJavaScriptTypeScriptGoJavaC++Rust
4 tests · 1 hidden
Auto-graded on submit
Start challenge

Sign in to save your progress.