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

Archives

Total: 125

Data Structure and Algorithms | 2020-02-17

Leetcode 19. Remove Nth Node From End of List

Question Given a linked list, delete the nth node from the end. Solution - 2 ...

Nick Li
Nick Li
6 min read
Spring Cloud | 2020-02-14

Spring Cloud 9: Distributed Tracing Solution - Sleuth

When we develop microservice application, we usually divide microservices according to business logi ...

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

Leetcode 49. Group Anagrams

Question Given multiple strings, categorize them. As long as the strings contain exactly the same ...

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

Leetcode 98. Validate Binary Search Tree

Question Given a tree, determine if the tree is a valid binary search tree. The binary search tree ...

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

Java Bit Operations

All data is stored in binary form in the computer. Bit operations are actually operations on the bin ...

Nick Li
Nick Li
18 min read
Data Structure and Algorithms | 2020-02-09

Leetcode 94. Binary Tree Inorder Traversal

Question In-order traversal of a binary tree. Similar Questions Medium - 98. Validate Binary Sear ...

Nick Li
Nick Li
5 min read
Spring Cloud | 2020-02-08

Spring Cloud 8: API Gateway - Zuul Part 2

The first impression of Zuul is usually like this: it includes two functions: routing and filtering ...

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

Leetcode 93. Restore IP Addresses

Question Give a string and output all possible IP addresses. Note that results like 01.1.001.1 wh ...

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

Java PriorityQueue

PriorityQueueThe PriorityQueue class was introduced in Java 1.5. PriorityQueue is an unbounded queue ...

Nick Li
Nick Li
9 min read
Data Structure and Algorithms | 2020-02-04

Leetcode 3. Longest Substring Without Repeating Characters

Question Given a string, find the longest substring without repeated characters and return its len ...

Nick Li
Nick Li
6 min read
← PREV1…678910…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