Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@

## License

This project is licensed under the [MIT license](LICENSE)
This project is licensed under the [MIT license](LICENSE)
4 changes: 4 additions & 0 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

### 2. Классы, их поля и формат заголовков алгоритмов

#### 2.0 WeightType
Параметр типа весов ребер в графе. Должен быть одним из: `int`, `long`, `long long`, `float`, `double`, `long double`


#### 2.1 Algorithm
```c++
template<typename WeightType>
Expand Down
Loading