Skip to main content

5 docs tagged with "String"

View all tags

Roman To Integer

Convert a Roman numeral string into its corresponding integer value.

Valid Palindrome

Determine if a given string is a palindrome after converting all uppercase letters to lowercase and removing all non-alphanumeric…

Valid Parentheses

Given a string containing only parentheses, determine if the brackets are correctly matched and ordered.

Zigzag Conversion

Given a string and a number of rows, arrange the string in a zigzag pattern and then read it line by line to produce a new string.