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

Archives

Total: 125

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

Nick Li
Nick Li
6 min read
Spring Cloud | 2019-12-13

Spring Cloud 1: What is Spring Cloud

I have been learning Spring Cloud recently, and found it quite interesting. So I would write a serie ...

Nick Li
Nick Li
11 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
| 2019-12-10

Cron Expressions

Cron expression is a string comprising five or six fields separated by white space that represents a ...

Nick Li
Nick Li
8 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
Data Structure and Algorithms | 2019-12-05

Leetcode 54. Spiral Matrix

Question Give a m * n matrix, return the spiral order of all elements. Similar Questions Medium - ...

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

Leetcode 53. Maximum Subarray

Question Find a contiguous subarray in an array that has the largest sum. Similar Questions Easy ...

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

Leetcode 48. Rotate Image

Question Rotate a 2D matrix by 90 degrees (clockwise). The rotation should be in-place (no extra s ...

Nick Li
Nick Li
2 min read
Data Structure and Algorithms | 2019-11-27

Leetcode 40. Combination Sum II

Question Similar to Question Leetcode 39. Combination Sum. Only this time the same number in the a ...

Nick Li
Nick Li
4 min read
← PREV1…910111213NEXT →
— 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