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

Tag: Leetcode - Array

Tags

Data Structure and Algorithms | 2020-01-12

Leetcode 80. Remove Duplicates from Sorted Array II

Question Remove duplicates from a sorted array in-place, such that duplicates ...

Nick Li
Nick Li
2 min read
Data Structure and Algorithms | 2020-01-10

Leetcode 79. Word Search

Question Search if adjacent chars in a 2D board can form the given word. Similar Questions Hard - ...

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

Leetcode 78. Subsets

Question Return all subsets of a set of distinct integers. Similar Questions Medium - 90. Subsets ...

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

Leetcode 75. Sort Colors

Question Give an array containing only 0, 1, and 2, sort the numbers from small to large. Similar ...

Nick Li
Nick Li
5 min read
Data Structure and Algorithms | 2019-12-29

Leetcode 74. Search a 2D Matrix

Question Search a value in an m x n matrix, determine if it exists. Similar Questions Medium - 24 ...

Nick Li
Nick Li
2 min read
Data Structure and Algorithms | 2019-12-29

Leetcode 64. Minimum Path Sum

Question From top left to bottom right, find a path that minimize the sum along the path. Similar ...

Nick Li
Nick Li
3 min read
Data Structure and Algorithms | 2019-12-23

Leetcode 63. Unique Paths II

Question Similar to Question 62: Unique Paths. This time given a input array to mark obstacles. S ...

Nick Li
Nick Li
6 min read
Data Structure and Algorithms | 2019-12-12

Leetcode 62. Unique Paths

Question Count the number of paths from top-left corner to bottom-right corner. Can only move down ...

Nick Li
Nick Li
3 min read
Data Structure and Algorithms | 2019-12-07

Leetcode 56. Merge Intervals

Question Merge the intervals that have overlaps. Similar Questions Hard - 57. Insert Interval Med ...

Nick Li
Nick Li
7 min read
Data Structure and Algorithms | 2019-12-06

Leetcode 55. Jump Game

Question Jump from the 0th index of the array, the distance of the jump is less than or equal to t ...

Nick Li
Nick Li
2 min read
← PREV1234NEXT →
— 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