Coding Problems

Return all possible sentence constructions from dictionary words

Not Started
String/Backtracking 1000ms

Arrange words in lines with maxWidth, adding extra spaces as needed

Not Started
String 1000ms

Count the number of distinct subsequences of S that equal T

Not Started
String/DP 1000ms

Find shortest substring of S that contains all characters of T in order

Not Started
String/DP 1000ms

Implement regular expression matching with support for "." and "*"

Not Started
String/DP 1000ms

Find minimum subsequences of source needed to form target

Not Started
String 1000ms

Find the kth bit in the nth binary string sequence

Not Started
String 1000ms

Convert string to zigzag pattern and read row-wise

Not Started
String 1000ms

Multiply two numbers represented as strings

Not Started
String 1000ms

Find the longest prefix which is also suffix

Not Started
String 1000ms

Rearrange characters so no two adjacent are same

Not Started
String 1000ms

Generate the count-and-say sequence

Not Started
String 1000ms

Convert a Roman numeral to an integer

Not Started
String 1000ms

Convert an integer to a Roman numeral

Not Started
String 1000ms

Implement a basic calculator to evaluate simple expressions

Not Started
String 1000ms

Simplify a Unix-style file path

Not Started
String 1000ms

Check if a string with wildcards can be valid parentheses

Not Started
String 1000ms

Count how many palindromic substrings in a string

Not Started
String 1000ms

Find the length of the longest substring with same letters after k replacements

Not Started
String 1000ms

Find all start indices of p's anagrams in s

Not Started
String 1000ms