综合练习与复习

Array Hopper I

Dictionary Word I

Longest increasing subsequence(LIS) series

区间DP

股票系列及多状态DP问题

DP IV

Date: April 23, 2023

Topic: Dynamic Programming I

Recall

Introduction

Fibonacci

Longest Ascending subarray

Maximal product when cutting rope

Dictionary Problem

Jump Game

Notes

<aside> 📌 SUMMARY:Linear scan and look back

</aside>

Date: April 26, 2023

Topic: DP II

Recall

小青蛙问题

Minimum number of Jumps

Longest Sum of a Subarray

<aside> 📌 SUMMARY:

</aside>