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

Archives

Total: 125

Data Structure and Algorithms | 2020-03-31

Leetcode 109. Convert Sorted List to Binary Search Tree

Question Given an ascending linked list and generate a balanced binary search ...

Nick Li
Nick Li
3 min read
Java | 2020-03-29

Java Static code block

Static code block: declared with staitc, executed when the jvm loads the class, only onceConstructin ...

Nick Li
Nick Li
13 min read
Data Structure and Algorithms | 2020-03-25

Leetcode 105. Construct Binary Tree from Preorder and Inorder Traversal

Question Restored binary tree according to the pre-order and in-order traversal. Similar Question ...

Nick Li
Nick Li
6 min read
Spring Cloud | 2020-03-22

Spring Cloud 13: Security

Security is a fundamental feature that cannot be bypassed in almost any application development. As ...

Nick Li
Nick Li
45 min read
Data Structure and Algorithms | 2020-03-20

Leetcode 89. Gray Code

Question Generate n-bit Gray codes. The so-called Gray codes are two consecutive numbers with onl ...

Nick Li
Nick Li
5 min read
Data Structure and Algorithms | 2020-03-18

Backtracking Algorithm

ConceptThe backtracking algorithm is actually an enumeration-like search attempt process, which is m ...

Nick Li
Nick Li
8 min read
Data Structure and Algorithms | 2020-03-16

Leetcode 77. Combinations

Question Given n, k, select k numbers from {1, 2, 3 ... n}, output all possible, and sort numbers ...

Nick Li
Nick Li
7 min read
Java | 2020-03-13

Java CountDownLatch

The JDK concurrency package provides several very useful tool classes. These tool classes provide us ...

Nick Li
Nick Li
14 min read
Data Structure and Algorithms | 2020-03-09

Leetcode 47. Permutations II

Question Similar to 46. Permutations, the difference is that there will be duplicates in the inpu ...

Nick Li
Nick Li
8 min read
Spring Cloud | 2020-03-06

Spring Cloud 12: Message bus

Before we start talking about Spring Cloud Bus, let’s look at another IT term: ESB (Enterprise Servi ...

Nick Li
Nick Li
36 min read
← PREV1…45678…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