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++
- Host: GitHub
- URL: https://github.com/kavin-du/mergesort-cpp
- Owner: kavin-du
- Created: 2022-04-30T13:32:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T13:52:11.000Z (about 4 years ago)
- Last Synced: 2025-02-28T21:32:10.527Z (over 1 year ago)
- Topics: cpp
- Language: C++
- Homepage:
- Size: 12.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`