About 35,400 results
Open links in new tab
  1. Dynamic Programming - 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.

  2. 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 …

  3. Dynamic Programming - Study Plan - LeetCode

    Dynamic Programming. Summary. Beginner friendly Common and essential DP patterns Learn DP in a recursive ...

  4. Edit Distance - LeetCode

    Can you solve this real interview question? Edit Distance - Given two strings word1 and word2, return the minimum number of operations required to convert word1 to word2. You have the …

  5. Discuss - LeetCode

    Imagine you're designing a network to connect cities with the least amount of cable possible. Sounds like a puzzle, right? Enter Prim's Algorithm—a clever, graph-based technique that …

  6. Burst Balloons - LeetCode

    Can you solve this real interview question? Burst Balloons - You are given n balloons, indexed from 0 to n - 1. Each balloon is painted with a number on it represented by an array nums. You …

  7. Coin Change - LeetCode

    Can you solve this real interview question? Coin Change - You are given an integer array coins representing coins of different denominations and an integer amount representing a total …

  8. Longest Palindromic Subsequence - LeetCode

    Can you solve this real interview question? Longest Palindromic Subsequence - Given a string s, find the longest palindromic subsequence's length in s. A subsequence is a sequence that can …

  9. Maximum Profit in Job Scheduling - LeetCode

    Can you solve this real interview question? Maximum Profit in Job Scheduling - We have n jobs, where every job is scheduled to be done from startTime[i] to endTime[i], obtaining a profit of …

  10. Discuss - LeetCode

    Solved all dynamic programming (dp) problems in 7 months. Hi All,I just completed my DP adventure which I started in last June and I would like to share my findings in this post. There …

Refresh