Skip to content

Algoraphics/Parallel_Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel_Algorithms

Coding assigments for parallel algorithms

These three folders are copied directly from my repository for my parallel algorithms class. Each contain multiple supporting files not written by me. My code can be found in the StudentSolution.cpp file, where I wrote all of the functions shown in each of those files.

Most problems will have been solved with both a sequential and a parallel implementation, as was asked of us in the class.

There should not be any logical errors in the C++ code in these assignments but they have not been set up for easy compilation. They were designed to be used with Intel's Cilk plus, which is necessary to run the threading elements of the code.

About

Coding assigments for parallel algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors