Skip to content

Commit 33c3918

Browse files
committed
HW5 shuffle sections.
1 parent 907d626 commit 33c3918

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/src/lecture_05/hw.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Homework 5: Root finding of polynomials
22
This homework should test your ability to use the knowledge of benchmarking, profiling and others to improve an existing implementation of root finding methods for polynomials. The provided [code](https://github.com/JuliaTeachingCTU/Scientific-Programming-in-Julia/blob/master/docs/src/lecture_05/root_finding.jl) is of questionable quality. In spite of the artificial nature, it should simulate a situation in which you may find yourself quite often, as it represents some intermediate step of going from a simple script to something, that starts to resemble a package.
33

4+
## How to submit?
5+
Put the modified `root_finding.jl` code inside `hw.jl`. Zip only this file (not its parent folder) and upload it to BRUTE. Your file should not use any dependency other than those already present in the `root_finding.jl`.
6+
47
```@raw html
58
<div class="admonition is-category-homework">
69
<header class="admonition-header">Homework (2 points)</header>
@@ -40,10 +43,6 @@ Nothing to see here.
4043
</p></details>
4144
```
4245

43-
# How to submit?
44-
Put the modified `root_finding.jl` code inside `hw.jl`. Zip only this file (not its parent folder) and upload it to BRUTE. Your file should not use any dependency other than those already present in the `root_finding.jl`.
45-
46-
4746
# Voluntary exercise
4847
```@raw html
4948
<div class="admonition is-category-exercise">

0 commit comments

Comments
 (0)