Blogs

Welcome to my Blog Page, Here, I record my learning, and thoughts when solving LeetCode challenges

LeetCode Day 58 Monotonic Stack (1/3)

5 minute read

Published:

Dynamic programming is finished, coming to the last piece of content: the monotonic stack, which is just three days of content in total.

LeetCode Day 56 Dynamic Programming (16/17)

4 minute read

Published:

Dynamic planning is coming to an end, and I thought it was a lot of content for dynamic planning at the time, but it’s finish very quickly.

LeetCode Day 49 Dynamic Programming (10/17)

4 minute read

Published:

Having finished the hit-and-run problem, I’ve done LC122 before while practising the greedy algorithm, and now I’m going to do LC121 and 122 using dynamic programming.

LeetCode Day 46 Dynamic Programming (8/17)

4 minute read

Published:

Knapsack problem coming to an end! Firstly, today’s practice questions, then the foundation of multiple Knapsack problems, and finally a summary of the Knapsack problems over these days!

LeetCode Day 38 Dynamic Programming (1/17)

4 minute read

Published:

Move to the practices of Dynamic Programming, its a huge block, including sections on basic topics, knapsack problems, house robber, stock problems and subsequence problems.

1. Fundamentals of Dynamic Programming

LeetCode Day 30 Backtracking Algorithm (6/6)

5 minute read

Published:

Today, I’m catching up on the progress I left off before Covid Positive. Finishing up the backtracking piece. The questions are all very difficult, so it’s good to get a clear idea of what’s going on.

LeetCode Day 15 binary tree (2/9)

1 minute read

Published:

The second day of binary tree, questions are not difficult, but But it’s important to have clear mind of these quesions.

LeetCode Day 14 binary tree (1/9)

5 minute read

Published:

The first day of binary tree, including basic knowledge and some method of iteration a binary tree.

LeetCode Day 09 String(2/2)

4 minute read

Published:

Today is another day of Strings Day(2/2), focus on two KMP algorithm questions.

LeetCode Day 06 Hash map (1/2)

5 minute read

Published:

Day 5 is rest day, so Day 6 continued from Day4. And today is first day of hash map practice (1/2).