pb071: refresh bonus for 4th week

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2023-03-13 19:16:48 +01:00
parent 1ae9a34e70
commit 135702ad79
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -5,9 +5,22 @@ description: |
Robot in a maze. Robot in a maze.
--- ---
For this bonus you can get 1.5 K₡ and another 0.5 K₡ for the bonus part of it. :::caution
[Source](pathname://files/pb071/bonuses/04/) Deadline for the submission of the bonus is **March 23th 24:00**.
:::
:::tip
In case you have any questions, feel free to reach out either by email, Discord
or just by submitting an issue [here](https://gitlab.fi.muni.cz/xfocko/kb/-/issues/new).
:::
For this bonus you can get 3 K₡ and another 0.5 K₡ for the bonus part of it.
[Source](pathname:///files/pb071/bonuses/04/)
## Introduction ## Introduction
@ -149,6 +162,8 @@ easy and medium one, you can get 0.25 K₡ for doing your best and trying it out
you want. you want.
- I keep only one copy of `cut.h` in my repository, so you need to download it from - I keep only one copy of `cut.h` in my repository, so you need to download it from
[here](https://gitlab.fi.muni.cz/pb071/cut/-/jobs/159010/artifacts/file/1header/cut.h) and place it into the directory where you have your source code. [here](https://gitlab.fi.muni.cz/pb071/cut/-/jobs/159010/artifacts/file/1header/cut.h) and place it into the directory where you have your source code.
- Or you can use the one you have from the latest homework, git will keep it
only once, so it doesn't take up more space.
- I would recommend cloning this repository and copying the `maze` directory to - I would recommend cloning this repository and copying the `maze` directory to
your own repository, since there are multiple files and it may be easier for you. your own repository, since there are multiple files and it may be easier for you.
@ -156,10 +171,10 @@ In case you have any questions, feel free to reach out to me.
## Submitting ## Submitting
Ideally submit the assignment through the merge request. Step-by-step tutorial is For submitting the bonus assignment you can follow the same procedure as for
present [here](../mr). For setting assignee my xlogin is `xfocko`. submitting the homeworks, that is:
In case you do not want to experiment on GitLab, send me the source code via email, 1. On branch `main` add the provided skeleton.
but please prefix subject with: `[PB071/14][seminar-04]` 2. Checkout new branch `seminar-bonus-03`.
3. Add your solution to the newly created branch.
Deadline for the submission of the bonus is **April 5th 24:00**. 4. Create a MR to the `main` branch with me (`@xfocko`) as the reviewer.