mirror of
https://github.com/tig-foundation/tig-monorepo.git
synced 2026-02-21 10:27:49 +08:00
"Player 0xc30edf0147c46d0a5f79bfe9b15ce9de9b8879be submitted code knapsack/knap_supreme"
This commit is contained in:
parent
37c87d9a1e
commit
242c01ebd2
23
tig-algorithms/src/knapsack/knap_supreme/README.md
Normal file
23
tig-algorithms/src/knapsack/knap_supreme/README.md
Normal file
@ -0,0 +1,23 @@
|
||||
# TIG Code Submission
|
||||
|
||||
## Submission Details
|
||||
|
||||
* **Challenge Name:** knapsack
|
||||
* **Algorithm Name:** knap_supreme
|
||||
* **Copyright:** 2025 Rootz
|
||||
* **Identity of Submitter:** Rootz
|
||||
* **Identity of Creator of Algorithmic Method:** Rootz
|
||||
* **Unique Algorithm Identifier (UAI):** null
|
||||
|
||||
## License
|
||||
|
||||
The files in this folder are under the following licenses:
|
||||
* TIG Benchmarker Outbound License
|
||||
* TIG Commercial License
|
||||
* TIG Inbound Game License
|
||||
* TIG Innovator Outbound Game License
|
||||
* TIG Open Data License
|
||||
* TIG THV Game License
|
||||
|
||||
Copies of the licenses can be obtained at:
|
||||
https://github.com/tig-foundation/tig-monorepo/tree/main/docs/licenses
|
||||
1093
tig-algorithms/src/knapsack/knap_supreme/mod.rs
Normal file
1093
tig-algorithms/src/knapsack/knap_supreme/mod.rs
Normal file
File diff suppressed because it is too large
Load Diff
@ -14,7 +14,8 @@
|
||||
|
||||
// c003_a008
|
||||
|
||||
// c003_a009
|
||||
pub mod knap_supreme;
|
||||
pub use knap_supreme as c003_a009;
|
||||
|
||||
// c003_a010
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user