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

https://github.com/devwurm/parallel-merge-sort-library

A library that provides an interface, to sort lists of different types (i.e. from CSV file or other input methods), with an parallel or sequential merge sort algorithm.
https://github.com/devwurm/parallel-merge-sort-library

Last synced: about 1 year ago
JSON representation

A library that provides an interface, to sort lists of different types (i.e. from CSV file or other input methods), with an parallel or sequential merge sort algorithm.

Awesome Lists containing this project

README

          

# parallel_merge_sort_library
A library that provides an interface, to sort lists of different types (i.e. from CSV file or other input methods), with an parallel or sequential merge sort algorithm.

#Work on the stable version is still in progress, the readme and documentation is added afterwards, if all the specialities are clear
Until then, contact me, if you have questions.

##License
Copyright 2015 DevWurm

'parallel_merge_sort_library' is offered under GPL 3 License (Read ./license/gpl-3.0.txt)

##Authors
DevWurm

Email: devwurm@gmx.net

Feel free to contact me, if you have any questions or ideas about the project :)

##Collaborating
You can use the GitHub issue tracker for bugs and feature requests or create a pull request to submit
changes and forks are welcome, too.
If you don't want to use these possibilities, you can also write me an email at
devwurm@gmx.net.