Skip to content

Commit

Permalink
Update intro-to-dp.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyad-Ayad committed Apr 24, 2024
1 parent 884eb1e commit 6c693ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynamic_programming/intro-to-dp.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ One of the tricks to getting better at dynamic programming is to study some of t
<dd>a technique used to solve various problems related to trees, such as finding the longest path, computing subtree properties, or counting certain structures within the tree. </dd>

<dt>Range Dynamic Programming</dt>
<dd>FinRange Dynamic Programming is a technique used to solve problems where you need to find optimal solutions for subranges within a given range or array. </dd>
<dd>Range Dynamic Programming is a technique used to solve problems where you need to find optimal solutions for subranges within a given range or array. </dd>


</dl>
Expand Down

0 comments on commit 6c693ed

Please sign in to comment.