Skip to content

Commit e944b56

Browse files
committed
Add + adjust YT links
1 parent 46cfac2 commit e944b56

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Check appropriate [video](https://youtu.be/GjDF_LdwYHU) on Youtube
5252
## Interview materials
5353

5454
The [interview-materials](interview-materials) folder contains some
55-
notes about interview preparation and useful links.
55+
notes about interview preparation and useful links.
5656
We can perceive materials in this folder as project backlog or "box with other stuff"
5757

5858
## Videos on [YouTube channel](https://www.youtube.com/@andd3dfx) (in chronological order)
@@ -269,4 +269,5 @@ We can perceive materials in this folder as project backlog or "box with other s
269269
| Решение дифф. уравнений в ЧП на Java численно | [Youtube](https://youtu.be/AmPgu9vksTU) | [Repo](https://github.com/andrei-punko/pde-solvers) |
270270
| 5 сортировок (музыкальный выпуск) | [Youtube](https://youtu.be/tOu0W-hkFCE) | - |
271271
| Матрица смежности. Распространение заражения между городами 2 | [Youtube](https://youtu.be/d9v9DS1YVtk) | [Code](src/main/java/by/andd3dfx/common/InfectionDistribution.java) |
272+
| Сборка и запуск Java-проекта без помощи IDE и средств сборки | [Youtube](https://youtu.be/bsWOXmZwrks) | - |
272273
</details>

src/main/java/by/andd3dfx/common/InfectionDistribution.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
* weeks_count
2222
* </pre>
2323
*
24-
* @see <a href="https://youtu.be/Ei1uCCD_Iqg">Video solution</a>
24+
* @see <a href="https://youtu.be/Ei1uCCD_Iqg">Video solution (initial)</a>
25+
* @see <a href="https://youtu.be/d9v9DS1YVtk">Video solution (final)</a>
2526
*/
2627
public class InfectionDistribution {
2728

0 commit comments

Comments
 (0)