• HOME
  • ABOUT
  • ARCHIVES
Search ...
Search ...

Tag: Leetcode - Dynamic Programming

Tags

Data Structure and Algorithms | 2020-06-06

Leetcode 221. Maximal Square

Question The output the maximum square area of 1 within a given array. Simila ...

Nick Li
Nick Li
5 min read
Data Structure and Algorithms | 2020-05-29

Leetcode 215. Kth Largest Element in an Array

Question Find the kth largest number in an array. Similar Questions Medium - 324. Wiggle Sort II ...

Nick Li
Nick Li
3 min read
Data Structure and Algorithms | 2020-05-25

Leetcode 213. House Robber II

Question Gavin an array, each element represents the deposit of the store. A thief went to steal ...

Nick Li
Nick Li
4 min read
Data Structure and Algorithms | 2020-05-03

Leetcode 152. Maximum Product Subarray

Question Given an array, find the continuous sub-array which have the maximum multiplication. Sim ...

Nick Li
Nick Li
6 min read
Data Structure and Algorithms | 2020-04-23

Leetcode 139. Word Break

Question Give a string, and some words, and determine if the string can be composed of these words ...

Nick Li
Nick Li
3 min read
Data Structure and Algorithms | 2020-04-13

Leetcode 120. Triangle

Question From current layer can only choose two adjacent elements to walk down. For example, the ...

Nick Li
Nick Li
5 min read
Data Structure and Algorithms | 2020-01-30

Dynamic Programming

Basic ConceptThe process of dynamic programming is: each decision depends on the current state, and ...

Nick Li
Nick Li
14 min read
Data Structure and Algorithms | 2020-01-28

Leetcode 96. Unique Binary Search Trees

Question Similar to 95. Unique Binary Search Trees II. This time just need to count the number of ...

Nick Li
Nick Li
5 min read
Data Structure and Algorithms | 2020-01-22

Leetcode 95. Unique Binary Search Trees II

Question Given n, use these numbers 1 ... n to generate all possible binary search trees. Similar ...

Nick Li
Nick Li
5 min read
Data Structure and Algorithms | 2020-01-20

Leetcode 91. Decode Ways

Question Each number corresponds to a letter. Given a string of numbers, need to know how many dec ...

Nick Li
Nick Li
7 min read
12NEXT →
— Nick Li —

Recent Posts

  • Java Multithreading 19: Condition
  • Leetcode 228. Summary Ranges
  • Java Multithreading 18: Unfair lock
MORE →

Categories

  • Data Structure and Algorithms
  • Java
  • Spring Cloud
  • how-to-guide

Tag Cloud

Cron Expression Intellij Jackson Java 8 New Features Java Collections Leetcode - Array Leetcode - Backtracking Leetcode - Binary Search Leetcode - Bit Manipulation Leetcode - Breadth First Search Leetcode - Data Leetcode - Depth First Search Leetcode - Divde and Conquer Leetcode - Dynamic Programming Leetcode - Graph Leetcode - Greedy Leetcode - Hash Table Leetcode - Linked List Leetcode - Math Leetcode - Ordered Map Leetcode - Sliding Window Leetcode - Sort Leetcode - Stack Leetcode - String Leetcode - Topological Sort Leetcode - Tree Leetcode - Two Pointers Leetcode - Union Find Multithreading Stream API hexo
Nick Li © 2020
Hexo Casper