Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Prawy126 authored May 17, 2024
1 parent 906fe39 commit 5b87bdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kolos2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,9 @@ Funkcja wypisuje zawartość macierzy w następującym formacie:
5. Utwórz funkcję `multiplyArrays()` przyjmującą dwie instancje struktury `Array`. W ciele funkcji zaimplementuj mnożenie macierzy według wzoru:

$$
C_{ij} = \Sigma_{k=1}^{p} A_{ik} B_{kj}
$$

Metoda zwraca nową strukturę `Array` będącą wynikiem mnożenia przekazanych macierzy.
Expand Down

0 comments on commit 5b87bdf

Please sign in to comment.