About 51 results
Open links in new tab
  1. LeetCode - The World's Leading Online Programming Learning Platform

    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.

  2. Problems - LeetCode

    Boost your coding interview skills and confidence by practicing real interview questions with LeetCode. Our platform offers a range of essential problems for practice, as well as the latest questions being …

  3. Account Login - LeetCode

    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.

  4. Login - LeetCode

    Login to LeetCode Online Interview Login with LeetCode account or register

  5. Isomorphic Strings - LeetCode

    Can you solve this real interview question? Isomorphic Strings - Given two strings s and t, determine if they are isomorphic. Two strings s and t are isomorphic if the characters in s can be replaced to get …

  6. 3Sum - LeetCode

    Can you solve this real interview question? 3Sum - Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and j ...

  7. Maximum Subarray - LeetCode

    Can you solve this real interview question? Maximum Subarray - Given an integer array nums, find the subarray with the largest sum, and return its sum. Example 1: Input: nums = [-2,1,-3,4,-1,2,1,-5,4] …

  8. Lemonade Change - LeetCode

    Can you solve this real interview question? Lemonade Change - At a lemonade stand, each lemonade costs $5. Customers are standing in a queue to buy from you and order one at a time (in the order …

  9. Surrounded Regions - LeetCode

    Can you solve this real interview question? Surrounded Regions - You are given an m x n matrix board containing letters 'X' and 'O', capture regions that are surrounded: * Connect: A cell is connected to …

  10. Minimum Operations to Reduce X to Zero - LeetCode

    Can you solve this real interview question? Minimum Operations to Reduce X to Zero - You are given an integer array nums and an integer x. In one operation, you can either remove the leftmost or the …