未验证 提交 54b1848a 编写于 作者: S Siyuan Liu 提交者: GitHub

fix typos in gameproblemsindynamicprogramming

fix typos in gameproblemsindynamicprogramming
上级 73d040f3
......@@ -33,7 +33,7 @@ Before we introduce what a dp array means,let's take a look at what it ultimatel
![1](../pictures/GameProblems/1.png)
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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册