diff --git a/pb071/bonuses/04.md b/pb071/bonuses/04.md index 4b8b6c0..429cfc2 100644 --- a/pb071/bonuses/04.md +++ b/pb071/bonuses/04.md @@ -5,9 +5,22 @@ description: | 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 @@ -149,6 +162,8 @@ easy and medium one, you can get 0.25 K₡ for doing your best and trying it out you want. - 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. + - 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 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 -Ideally submit the assignment through the merge request. Step-by-step tutorial is -present [here](../mr). For setting assignee my xlogin is `xfocko`. +For submitting the bonus assignment you can follow the same procedure as for +submitting the homeworks, that is: -In case you do not want to experiment on GitLab, send me the source code via email, -but please prefix subject with: `[PB071/14][seminar-04]` - -Deadline for the submission of the bonus is **April 5th 24:00**. +1. On branch `main` add the provided skeleton. +2. Checkout new branch `seminar-bonus-03`. +3. Add your solution to the newly created branch. +4. Create a MR to the `main` branch with me (`@xfocko`) as the reviewer.