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

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

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)