Showing 4 questions
Determine if a given word can be constructed from letters in a 2D board, where letters can be used horizontally or vertically. Each letter can only be used once in the word.
#1. Word Search
Find the length of the longest 'mountain' (increasing then decreasing sequence) within an array of numbers. The mountain must have at least 3 elements.
#2. Longest Mountain in Array
Given a list of words, group together all the anagrams. Anagrams are words that contain the same letters rearranged.
#3. Group Anagrams
Convert a non-negative integer into its English word representation. For example, 12345 should be converted to 'Twelve Thousand Three Hundred Forty Five'.
#4. Integer to English Words