Coding Problems
Decode String
MediumDecode a string encoded with k[encoded_string] pattern
Not Started
String
1000ms
String to Integer (atoi)
MediumImplement the atoi function to convert string to integer
Not Started
String
1000ms
Find the first non-repeating character in a string
Not Started
String
1000ms
Check Palindrome
EasyDetermine if a string reads the same backward as forward
Not Started
String
1000ms
Character at Position
MediumGet the character at a specific position in a string
Not Started
String
1000ms