Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 354 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 354 Bytes

Thread Scripts in C++

Algorithms implemented in C++ with Threads.


Compilation

g++ -pthread script_name.cpp

Code Function
multiply_matrices.cpp Multiply 2 Square Matrices
perfect_number.cpp List Perfect Number between range
prime_number_find.cpp List Prime Numbers between range