Skip to content

Commit

Permalink
Update exercise-sheet-6.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
teresa-m authored Dec 1, 2023
1 parent 53be840 commit 96729c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercise-sheet-6.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ with the initial conditions $C(i,i) = \infty$, and
$$
F(i,j)= \min
\begin{cases}
C(i,j)
min_{i \leq h < j}\{ F(i,h) + F(h+1,j) \}\\
C(i,j) ,
min_{i \leq h < j}\[ F(i,h) + F(h+1,j) \]\\
\end{cases}
$$

Expand Down

0 comments on commit 96729c4

Please sign in to comment.