1
0
3/DIRECTORY_TREE.md

3.6 KiB

Дерево каталогов

.
├─ jekyll_site
│  ├─ en
│  │  ├─ 2021/12
│  │  │  ├─ 10/optimizing-matrix-multiplication.md
│  │  │  ├─ 13/matrix-rotation-90-degrees.md
│  │  │  └─ 17/matrix-rotation-180-degrees.md
│  │  ├─ 2022/02
│  │  │  ├─ 09/matrix-multiplication-parallel-streams.md
│  │  │  └─ 11/winograd-strassen-algorithm.md
│  │  └─ index.md
│  ├─ img
│  │  ├─ block-matrices.svg
│  │  ├─ products.svg
│  │  ├─ sums1.svg
│  │  ├─ sums2.svg
│  │  └─ sums3.svg
│  ├─ ru
│  │  ├─ 2021/12
│  │  │  ├─ 09/optimizing-matrix-multiplication.md
│  │  │  ├─ 12/matrix-rotation-90-degrees.md
│  │  │  └─ 16/matrix-rotation-180-degrees.md
│  │  ├─ 2022/02
│  │  │  ├─ 08/matrix-multiplication-parallel-streams.md
│  │  │  └─ 10/winograd-strassen-algorithm.md
│  │  └─ index.md
│  ├─ Gemfile_color
│  ├─ Gemfile_older
│  ├─ _config_color.yml
│  ├─ _config_older.yml
│  └─ robots.txt
├─ .gitattributes
├─ .gitignore
├─ CONTRIBUTING.md
├─ DIRECTORY_TREE.md
├─ LICENSE.md
├─ OPEN_LICENSE.txt
├─ README.md
├─ WIKI.md
├─ build.sh
├─ package.sh
└─ serve.sh