adrian-soch / multithreaded-shearsort

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multithreaded-shearsort

A shearsort program which demonstrates the use of POSIX threads.

Run

Create a text files named "m.txt". It must have the first integer as the nxn matrix size, then the integers of the matrix. AN example has been provided.

About

License:MIT License


Languages

Language:C++ 100.0%