https://github.com/devwurm/algo-compare-framework
A framework to run and compare two algorithms simultaniously.
https://github.com/devwurm/algo-compare-framework
Last synced: 3 months ago
JSON representation
A framework to run and compare two algorithms simultaniously.
- Host: GitHub
- URL: https://github.com/devwurm/algo-compare-framework
- Owner: DevWurm
- Created: 2015-04-14T18:03:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-22T08:36:42.000Z (almost 11 years ago)
- Last Synced: 2024-12-31T06:13:53.378Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license/gpl-3.0.txt
Awesome Lists containing this project
README
# algo_compare_library
A library to compare two algorithms.
It provides a base class with an interface for implementations of two methods, which get compared.
#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
'algo_compare_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.