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

Archives

Total: 125

Java | 2020-06-16

Java Multithreading 19: Condition

This blog will introduce the Condition that is often used with locks in JUC. The ...

Nick Li
Nick Li
22 min read
Data Structure and Algorithms | 2020-06-15

Leetcode 228. Summary Ranges

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

Nick Li
Nick Li
3 min read
Java | 2020-06-13

Java Multithreading 18: Unfair lock

The previous two blogs analyzed the fair lock acquisition and release mechanism, this blog we will s ...

Nick Li
Nick Li
11 min read
Data Structure and Algorithms | 2020-06-10

Leetcode 223. Rectangle Area

Question Find the area covered by the two rectangles. Similar Questions Easy - 836. Rectangle Ove ...

Nick Li
Nick Li
4 min read
Java | 2020-06-08

Java Multithreading 17: Fair lock - Release

In the previous blog, we learned the process of acquiring locks of fair locks. Now, let’s take a loo ...

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

Leetcode 221. Maximal Square

Question The output the maximum square area of 1 within a given array. Similar Questions Hard - 8 ...

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

Java Multithreading 16: Fair lock - Acquire

This blog introduces the acquisition mechanism of fair lock, and the content includes: Basic concep ...

Nick Li
Nick Li
54 min read
Data Structure and Algorithms | 2020-06-03

Leetcode 220. Contains Duplicate III

Question Given an array, determine whether there are two numbers, the difference between the inde ...

Nick Li
Nick Li
7 min read
Java | 2020-06-02

Java Multithreading 15: ReentrantLock

Introduction to ReentrantLockReentrantLock is a reentrant mutex, also known as exclusive lock. As th ...

Nick Li
Nick Li
27 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
123…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