Skip to content

Boolos/sort-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Sort Algorithm Analysis

Implementations of various parallel sorting algorithms in OpenMP.

Algorithms Included

Steps to build/run locally on a Mac

  • install homebrew
  • open a terminal
  • brew reinstall gcc --without-multilib (NOTE: This will take a loooong time, around 30 minutes)
  • navigate to the project directory
  • type make to build
  • type ./app.out to run the program

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published