-
Notifications
You must be signed in to change notification settings - Fork 141
Chapter 05 loops #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chapter 05 loops #10
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Линковете към задачите водят към стара група, а трябва да бъдат към: https://judge.softuni.bg/Contests/Practice/Index/1053
Картинките на мен ми изглеждат окей.
Бих посъветвал да смачкаш комитите (squash commits). 👍
chapter-05-loops.md
Outdated
|
||
#### Тестване в Judge системата | ||
|
||
Тествайте решението си тук: [https://judge.softuni.bg/Contests/Practice/Index/510#0](https://judge.softuni.bg/Contests/Practice/Index/510#0). | ||
Тествайте решението си тук: [https://judge.softuni.bg/Contests/Practice/Index/154#0](https://judge.softuni.bg/Contests/Practice/Index/154#0). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chapter-05-loops.md
Outdated
|
||
#### Тестване в Judge системата | ||
|
||
Тествайте решението си тук: [https://judge.softuni.bg/Contests/Practice/Index/510#1](https://judge.softuni.bg/Contests/Practice/Index/510#1). | ||
Тествайте решението си тук: [https://judge.softuni.bg/Contests/Practice/Index/154#1](https://judge.softuni.bg/Contests/Practice/Index/154#1). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chapter-05-loops.md
Outdated
|
||
#### Тестване в Judge системата | ||
|
||
Тествайте решението си тук: [https://judge.softuni.bg/Contests/Practice/Index/510#3](https://judge.softuni.bg/Contests/Practice/Index/510#3). | ||
Тествайте решението си тук: [https://judge.softuni.bg/Contests/Practice/Index/154#3](https://judge.softuni.bg/Contests/Practice/Index/154#3). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chapter-05-loops.md
Outdated
|
||
#### Тестване в Judge системата | ||
|
||
Тествайте решението си тук: [https://judge.softuni.bg/Contests/Practice/Index/510#7](https://judge.softuni.bg/Contests/Practice/Index/510#7). | ||
Тествайте решението си тук: [https://judge.softuni.bg/Contests/Practice/Index/154#7](https://judge.softuni.bg/Contests/Practice/Index/154#7). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chapter-05-loops.md
Outdated
|
||
#### Тестване в Judge системата | ||
|
||
Тествайте решението си тук: [https://judge.softuni.bg/Contests/Practice/Index/510#6](https://judge.softuni.bg/Contests/Practice/Index/510#6). | ||
Тествайте решението си тук: [https://judge.softuni.bg/Contests/Practice/Index/154#6](https://judge.softuni.bg/Contests/Practice/Index/154#6). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chapter-05-loops.md
Outdated
|
||
#### Тестване в Judge системата | ||
|
||
Тествайте решението си тук: [https://judge.softuni.bg/Contests/Practice/Index/510#5](https://judge.softuni.bg/Contests/Practice/Index/510#5). | ||
Тествайте решението си тук: [https://judge.softuni.bg/Contests/Practice/Index/154#5](https://judge.softuni.bg/Contests/Practice/Index/154#5). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chapter-05-loops.md
Outdated
@@ -279,7 +268,7 @@ | |||
|
|||
#### Тестване в Judge системата | |||
|
|||
Тествайте решението си тук: [https://judge.softuni.bg/Contests/Practice/Index/510#9](https://judge.softuni.bg/Contests/Practice/Index/510#9). | |||
Тествайте решението си тук: [https://judge.softuni.bg/Contests/Practice/Index/154#9](https://judge.softuni.bg/Contests/Practice/Index/154#9). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chapter-05-loops.md
Outdated
@@ -303,7 +292,7 @@ | |||
|
|||
#### Тестване в Judge системата | |||
|
|||
Тествайте решението си тук: [https://judge.softuni.bg/Contests/Practice/Index/510#10](https://judge.softuni.bg/Contests/Practice/Index/510#10). | |||
Тествайте решението си тук: [https://judge.softuni.bg/Contests/Practice/Index/154#10](https://judge.softuni.bg/Contests/Practice/Index/154#10). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chapter-05-loops.md
Outdated
@@ -331,7 +320,7 @@ | |||
|
|||
#### Тестване в Judge системата | |||
|
|||
Тествайте решението си тук: [https://judge.softuni.bg/Contests/Practice/Index/510#11](https://judge.softuni.bg/Contests/Practice/Index/510#11). | |||
Тествайте решението си тук: [https://judge.softuni.bg/Contests/Practice/Index/154#11](https://judge.softuni.bg/Contests/Practice/Index/154#11). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Готова съм с линковете. Разгледах за squash commits, но не смея да пробвам, налага ли се, ще излизат ли комитите след като се мерджне? |
Не се страхувай от това, мисля че ще излезнат не е критично. Ако искаш да е safe, направи си нов branch от текущия за бекъп (git checkout -b chapter-05-loops-bkk) И след това си направи squash на всички промени в един. Препоръчвам и следното наименоване на отделните commits - https://chris.beams.io/posts/git-commit/ |
f816bb2
to
e0a0996
Compare
I think I'm done with my chapter. Let me know if there is something to fix.