Nick Li

Software development enthusiast. Coding to make life easier.

  • HOME
  • ABOUT
  • ARCHIVES
Search ...
Search ...
Java | 2020-05-31

Java Multithreading 14: Lock

According to the time when the lock is added to Java, the lock in Java can be di ...

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

Leetcode 215. Kth Largest Element in an Array

Question Find the kth largest number in an array. Similar Questions Medium - 324. Wiggle Sort II ...

Nick Li
Nick Li
3 min read
Java | 2020-05-26

Java Multithreading 13: AtomicIntegerFieldUpdater

AtomicIntegerFieldUpdater, AtomicLongFieldUpdater, and AtomicReferenceFieldUpdater are similar in pr ...

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

Leetcode 213. House Robber II

Question Gavin an array, each element represents the deposit of the store. A thief went to steal ...

Nick Li
Nick Li
4 min read
Java | 2020-05-23

Java Multithreading 12: AtomicReference

AtomicReference introduction and function listAtomicReference is to perform atomic operations on obj ...

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

Leetcode 210: Course Schedule II

Question A extension on 207. Course Schedule. Given the relationship of n groups of prerequisite ...

Nick Li
Nick Li
9 min read
Java | 2020-05-21

Java Multithreading 11: AtomicIntegerArray

AtomicIntegerArray, AtomicLongArray, and AtomicReferenceArray are similar in principle and usage. In ...

Nick Li
Nick Li
4 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
Java | 2020-05-18

Java Multithreading 10: AtomicInteger

In the java.util.concurrent.atomic package after JDK1.5, there are more atomic processing classes. ...

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

Leetcode 207. Course Schedule

Question Given the relationship of n groups of prerequisite courses, [m, n] means that n class mu ...

Nick Li
Nick Li
8 min read
← PREV1234…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