Skip to content

Multithreaded merge sort implemented in c language

Notifications You must be signed in to change notification settings

Kaushik-Ram/ParallelSort

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Sort

A parallel way to sort elements

Getting Started

  • The project report will go through the project overview

  • Give it a read

Prerequisties

Quick Access

  • Click on the link to download the project - Parallel Sort

  • Extract the zip file

Work as a developer

  • gcc version 7.4.0

  • Clone this repository using the command:

git clone https://github.com/HariniMadhi/ParallelSort.git
cd ParallelSort
  • All set, go get your hands dirty !

Run the program

  • Open your Terminal

  • Enter

./MultiThreadedSorting
  • Enter inputs greater than 8, and print the array to visualise the sorting.

Authors

About

Multithreaded merge sort implemented in c language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%