Sorting of Big file java

Application that allow you to get big file:

Algorithms used:

  • Merge of two sorted list via iterators;
  • Iterative merge sort;
  • ForkJoin for parallel version;