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

Archives

Total: 125

Data Structure and Algorithms | 2020-02-03

Leetcode 60. Permutation Sequence

Question Given an n, not to output its full permutation, but to arrange all co ...

Nick Li
Nick Li
7 min read
Spring Cloud | 2020-01-31

Spring Cloud 7: API Gateway - Zuul Part 1

With microservices architecture, each microservice exposes a set of fine-grained services to the out ...

Nick Li
Nick Li
32 min read
Data Structure and Algorithms | 2020-01-30

Dynamic Programming

Basic ConceptThe process of dynamic programming is: each decision depends on the current state, and ...

Nick Li
Nick Li
14 min read
Data Structure and Algorithms | 2020-01-28

Leetcode 96. Unique Binary Search Trees

Question Similar to 95. Unique Binary Search Trees II. This time just need to count the number of ...

Nick Li
Nick Li
5 min read
Data Structure and Algorithms | 2020-01-22

Leetcode 95. Unique Binary Search Trees II

Question Given n, use these numbers 1 ... n to generate all possible binary search trees. Similar ...

Nick Li
Nick Li
5 min read
Data Structure and Algorithms | 2020-01-20

Leetcode 91. Decode Ways

Question Each number corresponds to a letter. Given a string of numbers, need to know how many dec ...

Nick Li
Nick Li
7 min read
Data Structure and Algorithms | 2020-01-19

Leetcode 5. Longest Palindromic Substring

Question Dind the longest palindromic substring in a given string s Similar Questions Hard - 214. ...

Nick Li
Nick Li
4 min read
Spring Cloud | 2020-01-17

Spring Cloud 6: Fault Tolerant - Hystrix

When implementing the microservice architecture, we usually split the services into individual micro ...

Nick Li
Nick Li
19 min read
Data Structure and Algorithms | 2020-01-15

Leetcode 90. Subsets II

Question Return all subsets of a set of integers (may contain duplicates). Similar Questions Medi ...

Nick Li
Nick Li
4 min read
Data Structure and Algorithms | 2020-01-13

Leetcode 81. Search in Rotated Sorted Array II

Question Follow up question on 33. Search in Rotated Sorted Array. This time the array may contain ...

Nick Li
Nick Li
4 min read
← PREV1…7891011…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