mirror of
https://github.com/tig-foundation/tig-monorepo.git
synced 2026-02-21 10:27:49 +08:00
33 lines
1.2 KiB
Markdown
33 lines
1.2 KiB
Markdown
# tig-algorithms
|
|
|
|
A Rust crate that hosts algorithm submissions (code and advances) made by Innovators in TIG.
|
|
|
|
Submissions are committed to their own branch with the naming pattern:
|
|
|
|
`<challenge_name>\<algorithm_name>`
|
|
|
|
Code submissions will have a Rust implementation at:
|
|
|
|
`src/<challenge_name>/<algorithm_name>/benchmarker_outbound.rs`
|
|
|
|
Advance submissions will have a Markdown file at:
|
|
|
|
`advances/<challenge_name>/<algorithm_name>.md`
|
|
|
|
# Important Links for Innovators
|
|
|
|
* [Getting Started for Innovators](https://docs.tig.foundation/innovating)
|
|
* [Code Submission Rewards](https://docs.tig.foundation/rewards/code-reward)
|
|
* [Advance Submission Rewards](https://docs.tig.foundation/rewards/advance-reward)
|
|
* [Code vs Advances](../docs/guides/advances.md)
|
|
* [TIG Licensing Explainer](../docs/guides/anatomy.md)
|
|
|
|
# License
|
|
|
|
Each algorithm submission will have 5 versions, each under a specific license:
|
|
|
|
* `commercial` will be under TIG commercial license
|
|
* `open_data` will be under TIG open data license
|
|
* `benchmarker_outbound` will be under TIG benchmarker outbound license
|
|
* `innovator_outbound` will be under TIG innovator outbound license
|
|
* `inbound` will be under TIG inbound license |