https://github.com/mechadragonx/sortingchallenge
Sorting Challange for IB CS HL
https://github.com/mechadragonx/sortingchallenge
bytestream file-io file-io-in-java java mergesort sorting-algorithms
Last synced: 7 months ago
JSON representation
Sorting Challange for IB CS HL
- Host: GitHub
- URL: https://github.com/mechadragonx/sortingchallenge
- Owner: MechaDragonX
- Created: 2019-10-23T23:29:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T22:53:47.000Z (over 6 years ago)
- Last Synced: 2025-06-07T05:34:44.133Z (11 months ago)
- Topics: bytestream, file-io, file-io-in-java, java, mergesort, sorting-algorithms
- Language: Java
- Size: 25.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# IB Computer Science HL Sorting Challenge
## What is this?
We were challenged to read a file of 10 million integers, sort it, and write it to an output file.
## What algorithm!?
Merge sort.
## Where can I find the file to read?
[On my teacher's Google Drive](https://drive.google.com/open?id=0B6UtUO-BeGb0N0VEclp1OGN5Wnc)