About 7,570,000 results
Open links in new tab
  1. 17. Letter Combinations of a Phone Number - LeetCode

    Note that 1 does not map to any letters. [https://assets.leetcode.com/uploads/2022/03/15/1200px-telephone-keypad2svg.png] Example 1: Input: digits = "23" Output: …

  2. Explore - LeetCode

    LeetCode Explore is the best place for everyone to start practicing and learning on LeetCode. No matter if you are a beginner or a master, there are always new topics waiting for you to explore.

  3. Word Search - LeetCode

    Example 1: [https://assets.leetcode.com/uploads/2020/11/04/word2.jpg] Input: board = [ ["A","B","C","E"], ["S","F","C","S"], ["A","D","E","E"]], word = "ABCCED" Output: true Example 2: …

  4. Brick Wall - LeetCode

    Example 1: [https://assets.leetcode.com/uploads/2025/01/17/a.png] Input: wall = [ [1,2,2,1], [3,1,2], [1,3,2], [2,4], [3,1,2], [1,3,1,1]] Output: 2 Example 2: Input: wall = [ [1], [1], [1]] Output: 3 …

  5. Climbing Stairs - LeetCode

    Can you solve this real interview question? Climbing Stairs - You are climbing a staircase. It takes n steps to reach the top. Each time you can either climb 1 or 2 steps. In how many distinct …

  6. First Unique Character in a String - LeetCode

    Input: s = "leetcode" Output: 0 Explanation: The character 'l' at index 0 is the first character that does not occur at any other index. Example 2:

  7. LeetCode - The World's Leading Online Programming Learning …

    Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.

  8. Word Ladder - LeetCode

    Can you solve this real interview question? Word Ladder - A transformation sequence from word beginWord to word endWord using a dictionary wordList is a sequence of words beginWord -> …

  9. Login - LeetCode

    Login to LeetCode Online InterviewLogin with LeetCode account or register

  10. Image Smoother - LeetCode

    If one or more of the surrounding cells of a cell is not present, we do not consider it in the average (i.e., the average of the four cells in the red smoother). …