An open API service indexing awesome lists of open source software.

https://github.com/kavin-du/mergesort-cpp

A merge sort implementation using C++
https://github.com/kavin-du/mergesort-cpp

cpp

Last synced: about 1 month ago
JSON representation

A merge sort implementation using C++

Awesome Lists containing this project

README

          

**Currently, data is read from a binary file. You can modify the code to read any text file as you wish.**

_To compile & run:_

`g++ *.cpp *.h -Wall -o output && ./output`