Skip to content
Merged
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
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@
[![codecov](https://codecov.io/gh/learning-process/parallel_programming_course/graph/badge.svg?token=qCOtqeFyIz)](https://codecov.io/gh/learning-process/parallel_programming_course)

# Parallel Programming Course
Welcome to the Parallel Programming Course! For more detailed documentation and resources, please visit documentation pages: [en](https://learning-process.github.io/parallel_programming_course/en/), [ru](https://learning-process.github.io/parallel_programming_course/ru/).
Course scoreboard is available [here](https://learning-process.github.io/parallel_programming_course/scoreboard/)
Coverage report is available [here](https://learning-process.github.io/parallel_programming_course/coverage/)

Welcome to the Parallel Programming Course!

For more detailed documentation and resources, please visit documentation pages: [en](https://learning-process.github.io/parallel_programming_course/en/), [ru](https://learning-process.github.io/parallel_programming_course/ru/).

Course scoreboard is available [here](https://learning-process.github.io/parallel_programming_course/scoreboard/).

Coverage report is available [here](https://learning-process.github.io/parallel_programming_course/coverage/).

### Parallel programming technologies:
The following parallel programming technologies are considered in practice:
Expand Down
Loading