Adding solutions to exercises

This commit is contained in:
Francesc Verdugo
2023-09-08 17:51:59 +02:00
parent dc2f65480f
commit 4ad26425f6
4 changed files with 188 additions and 19 deletions

View File

@@ -123,8 +123,8 @@ makedocs(;
"Matrix-matrix multiplication"=>"matrix_matrix.md",
"Jacobi method" => "jacobi_method.md",
"All pairs of shortest paths" => "asp.md",
# "Solutions" => "solutions.md",
],
"Solutions" => "solutions_for_all_notebooks.md",
],
)