"Player 0xc30edf0147c46d0a5f79bfe9b15ce9de9b8879be submitted code knapsack/knap_supreme"

This commit is contained in:
0xc30edf0147c46d0a5f79bfe9b15ce9de9b8879be 2026-01-28 11:41:41 +00:00
parent 37c87d9a1e
commit 242c01ebd2
3 changed files with 1118 additions and 1 deletions

View 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

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,8 @@
// c003_a008
// c003_a009
pub mod knap_supreme;
pub use knap_supreme as c003_a009;
// c003_a010