Coding Problems

Decode a string encoded with k[encoded_string] pattern

Not Started
String 1000ms

Implement the atoi function to convert string to integer

Not Started
String 1000ms

Check if a string ends with a given suffix

Not Started
String 1000ms

Check if a string starts with a given prefix

Not Started
String 1000ms

Repeat a string n times

Not Started
String 1000ms

Count the number of lines in a multi-line string

Not Started
String 1000ms

Remove leading and trailing whitespace from a string

Not Started
String 1000ms

Compare two strings lexicographically

Not Started
String 1000ms

Find the first non-repeating character in a string

Not Started
String 1000ms

Check if one string is a substring of another

Not Started
String 1000ms

Replace all occurrences of a character in a string

Not Started
String 1000ms

Count how many times a character appears in a string

Not Started
String 1000ms

Remove all spaces from a string

Not Started
String 1000ms

Convert a string to lowercase

Not Started
String 1000ms

Convert a string to uppercase

Not Started
String 1000ms

Count the number of words in a string

Not Started
String 1000ms

Determine if a string reads the same backward as forward

Not Started
String 1000ms

Reverse a given string

Not Started
String 1000ms

Count the number of vowels in a string

Not Started
String 1000ms

Get the character at a specific position in a string

Not Started
String 1000ms