Nick Li

Software development enthusiast. Coding to make life easier.

  • HOME
  • ABOUT
  • ARCHIVES
Search ...
Search ...
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 ...

Nick Li
Nick Li
6 min read
Java | 2020-05-02

Java Multithreading 4: yield

This blog will introduce the yield() method in Thread. The content involved includes: Introduction ...

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

Leetcode 148. Sort List

Question Sort a linked list. Required time complexity is O(nlogn). The most commonly used method ...

Nick Li
Nick Li
7 min read
Java | 2020-04-29

Java Multithreading 3: Wait and notify

In this blog I will introduce the thread wait/notify method. Contents include: wait(), notify(), no ...

Nick Li
Nick Li
22 min read
Data Structure and Algorithms | 2020-04-28

Leetcode 147. Insertion Sort List

Question Implement insertion sorting based on linked lists. Similar Questions Medium - 148. Sort ...

Nick Li
Nick Li
5 min read
Java | 2020-04-27

Java Multithreading 2: Synchronized Keyword

Principle of synchronizedIn Java, each object has only one synchronization lock. This also means tha ...

Nick Li
Nick Li
36 min read
Java | 2020-04-26

Java Multithreading 1: Basic Concepts

From today, I will start a series of blogs introducing topics related to multithreading in Java. It ...

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

Leetcode 142. Linked List Cycle II

Question Given a linked list, determine the entry point of the loop. The entry point is essential ...

Nick Li
Nick Li
8 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-22

Leetcode 134. Gas Station

Question Just understand this question as the picture below: Each node represents the amount ...

Nick Li
Nick Li
3 min read
← PREV123456…13NEXT →
— 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