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

Tag: Leetcode - Array

Tags

Data Structure and Algorithms | 2020-06-15

Leetcode 228. Summary Ranges

Question Given an array, write consecutive numbers in the form x->y. Simil ...

Nick Li
Nick Li
3 min read
Data Structure and Algorithms | 2020-06-01

Leetcode 216. Combination Sum III

Question k represents the number that can be selected for each combination, n represents the targ ...

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

Leetcode 209. Minimum Size Subarray Sum

Question Find the smallest continuous sub-array such that the sum of the sub-arrays is greater th ...

Nick Li
Nick Li
7 min read
Data Structure and Algorithms | 2020-05-07

Leetcode 162. Find Peak Element

Question Give an array, find any peak. The peak is larger than its left and right neighbors. Simi ...

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

Leetcode 153. Find Minimum in Rotated Sorted Array

Question Given a rotated sorted array, find the smallest number. Similar Questions Medium - 33. S ...

Nick Li
Nick Li
5 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-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-03-25

Leetcode 105. Construct Binary Tree from Preorder and Inorder Traversal

Question Restored binary tree according to the pre-order and in-order traversal. Similar Question ...

Nick Li
Nick Li
6 min read
Data Structure and Algorithms | 2020-01-15

Leetcode 90. Subsets II

Question Return all subsets of a set of integers (may contain duplicates). Similar Questions Medi ...

Nick Li
Nick Li
4 min read
Data Structure and Algorithms | 2020-01-13

Leetcode 81. Search in Rotated Sorted Array II

Question Follow up question on 33. Search in Rotated Sorted Array. This time the array may contain ...

Nick Li
Nick Li
4 min read
1234NEXT →
— 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