[AlgoExpert] Maximize ExpressionRead more
[AlgoExpert] Dijkstr`s AlgorithmRead more
[AlgoExpert] Topological SortRead more
[AlgoExpert] Continuous MedianRead more
[LeetCode] Count Sorted Vowel Strings

1641. Count Sorted Vowel Strings

Given an integer n, return the number of strings of length n that consist only of vowels (a, e, i, o, u) and are lexicographically sorted.

A string s is lexicographically sorted if for all valid i, s[i] is the same as or comes before s[i+1] in the alphabet.

Read more
[AlgoExpert] Three Number SortRead more
[AlgoExpert] Knapsack ProblemRead more
[AlgoExpert] Disk StackingRead more
[AlgoExpert] Laptop RentalsRead more
[AlgoExpert] Water AreaRead more