mirror of
https://github.com/labuladong/fucking-algorithm.git
synced 2025-07-04 19:28:07 +08:00
fix typos in gameproblemsindynamicprogramming
fix typos in gameproblemsindynamicprogramming
This commit is contained in:
@ -33,7 +33,7 @@ Before we introduce what a dp array means,let's take a look at what it ultimatel
|
||||
|
||||

|
||||
|
||||
As explained below,tupels are considered to be a calss containing first and second atrributes,And to save space,these two atrributes are abbreviated to fir and sec.As shown in the figure above,we think `dp[1][3].fir = 10`,`dp[0][1].sec = 3`.
|
||||
As explained below,tuples are considered to be a object containing first and second atrributes,And to save space,these two atrributes are abbreviated to fir and sec. As shown in the figure above,we think `dp[1][3].fir = 10`,`dp[0][1].sec = 3`.
|
||||
|
||||
Start by answering a few questions that readers might ask:
|
||||
|
||||
|
Reference in New Issue
Block a user