Skip to content

premchand11/parallelMergeSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Merge Sort

This project implements the Parallel Merge Sort algorithm in c++. Parallel Merge Sort is an optimized version of the traditional Merge Sort algorithm that utilizes multiple threads to perform sorting operations concurrently, improving performance on multi-core systems.

Features

  • Efficient parallel sorting using multiple threads
  • Customizable thread pool size
  • Handles large datasets efficiently
  • Easy-to-use API

Requirements

  • c++ compiler/interpreter

Installation

  1. Clone the repository:
git clone https://github.com/premchand11/parallelMergeSort.git
  1. Navigate to the project directory:
cd parallelMergeSort

Usage

  1. Compile the source code
  2. Run the program

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

Contact

For any questions or suggestions, please open an issue or contact [email protected]

click here for image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages