Skip to content

Commit ad3935f

Browse files
authored
Update README.md
1 parent 45f9715 commit ad3935f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@
9696
Вычекать этот проект:
9797
```git clone https://github.com/JavaOPs/masterjava.git```
9898

99+
> - [Настройка git на свой репозиторий](https://github.com/JavaOPs/basejava/blob/master/lesson/lesson1.md#настройка-проекта)
100+
> - [Правила работы с патчами на проекте](https://github.com/JavaOPs/topjava/wiki/Git)
101+
99102
- Применить <a href="https://habrahabr.ru/post/114797/">оптимизацию</a> к MatrixUtil.singleThreadMultiply
100103
- Реализовать метод `MatrixUtil.concurrentMultiply`, позволяющий многопоточно <a href="https://ru.wikipedia.org/wiki/Умножение_матриц">перемножать квадратные матрицы N*N</a>.
101104
- Количество дочерних потоков ограничено `MainMatrix.THREAD_NUMBER`.

0 commit comments

Comments
 (0)