Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 316 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 316 Bytes

Parallel programming MIPT course.

There are simple tasks in Intro/ and Additional/.

There is integral calculation in Integral/ project.

Parallel sorting was implemented via merge algorithm in MergeSort.

Transport Equation was solved via finite difference method in TransportEquation project.