Skip to content

GabriOliv/cpp-thread-scripts-general

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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